配粉工序开始
This commit is contained in:
@@ -196,7 +196,8 @@ export default {
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await updateWorkStatus(this.pkObj.worktask_id, type, n)
|
||||
let code = type === '30' ? this.val1 : ''
|
||||
let res = await updateWorkStatus(this.pkObj.worktask_id, type, n, code)
|
||||
if (res.code === '1') {
|
||||
this.toast(res.desc)
|
||||
this._queryWorkTask(this.barCode)
|
||||
|
||||
Reference in New Issue
Block a user