配粉工序开始

This commit is contained in:
2022-07-13 09:59:19 +08:00
parent cdc41a3453
commit 3778e55fb2

View File

@@ -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)