质检结果录入确定
This commit is contained in:
@@ -297,6 +297,10 @@ export default {
|
|||||||
},
|
},
|
||||||
toSure () {
|
toSure () {
|
||||||
this.disabled1 = true
|
this.disabled1 = true
|
||||||
|
if (!this.sure) {
|
||||||
|
this.disabled1 = false
|
||||||
|
return
|
||||||
|
}
|
||||||
if (this.val1 === '') {
|
if (this.val1 === '') {
|
||||||
this.toast('请选择物料')
|
this.toast('请选择物料')
|
||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
@@ -327,12 +331,8 @@ export default {
|
|||||||
this.disabled1 = false
|
this.disabled1 = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!this.sure) {
|
|
||||||
this.disabled1 = false
|
|
||||||
return
|
|
||||||
}
|
|
||||||
let arr = this.dataList.filter(el => el.testing_value === '')
|
let arr = this.dataList.filter(el => el.testing_value === '')
|
||||||
if (arr.length === this.dataList.length) {
|
if (arr.length > 0) {
|
||||||
this.mdShow = true
|
this.mdShow = true
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user