润滑
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user