This commit is contained in:
2023-09-11 16:24:53 +08:00
parent 77f849d5da
commit d00bd9a764
4 changed files with 31 additions and 23 deletions

View File

@@ -107,10 +107,6 @@
}
if (this.pkObj.invstatus !== '02') {
this.disabled = false
uni.showToast({
title: '请选择提交状态行数据',
icon: 'none'
})
return
}
try {
@@ -136,10 +132,6 @@
return
}
if (this.pkObj.invstatus !== '03') {
uni.showToast({
title: '请选择维修开始状态行数据',
icon: 'none'
})
return
}
this.$store.dispatch('setPublicObj', this.pkObj)