配粉工序开始
This commit is contained in:
@@ -196,7 +196,8 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
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') {
|
if (res.code === '1') {
|
||||||
this.toast(res.desc)
|
this.toast(res.desc)
|
||||||
this._queryWorkTask(this.barCode)
|
this._queryWorkTask(this.barCode)
|
||||||
|
|||||||
Reference in New Issue
Block a user