质检结果录入确定

This commit is contained in:
2022-08-23 09:40:27 +08:00
parent 3c5f710f88
commit 9c1c8a4a56

View File

@@ -297,6 +297,10 @@ export default {
},
toSure () {
this.disabled1 = true
if (!this.sure) {
this.disabled1 = false
return
}
if (this.val1 === '') {
this.toast('请选择物料')
this.disabled1 = false
@@ -327,12 +331,8 @@ export default {
this.disabled1 = false
return
}
if (!this.sure) {
this.disabled1 = false
return
}
let arr = this.dataList.filter(el => el.testing_value === '')
if (arr.length === this.dataList.length) {
if (arr.length > 0) {
this.mdShow = true
return
}