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