质检结果录入确定
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user