Browse Source

修改发料提示

lijuncheng0816
lijuncheng 1 month ago
parent
commit
2fb8148b9f
  1. 4
      src/pages/issue/job/issueDetail.vue

4
src/pages/issue/job/issueDetail.vue

@ -284,7 +284,6 @@
getManagementPrecisions(itemCodes, locationCode, res => { getManagementPrecisions(itemCodes, locationCode, res => {
if (res.success) { if (res.success) {
this.managementList = res.list; this.managementList = res.list;
console.log("自动提交submitJob")
this.submitJob(); this.submitJob();
} else { } else {
uni.hideLoading(); uni.hideLoading();
@ -463,9 +462,12 @@
} else { } else {
tempHandleQty = 0 tempHandleQty = 0
} }
if (batch.qty != 0) {
str += str +=
`包装号【${record.packingNumber}】提交数量【${tempHandleQty}】与任务物料数量【${batch.qty}】不一致\n` `包装号【${record.packingNumber}】提交数量【${tempHandleQty}】与任务物料数量【${batch.qty}】不一致\n`
} }
}
}) })
}) })
}) })

Loading…
Cancel
Save