Browse Source

修改发料提示

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

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

@ -284,7 +284,6 @@
getManagementPrecisions(itemCodes, locationCode, res => {
if (res.success) {
this.managementList = res.list;
console.log("自动提交submitJob")
this.submitJob();
} else {
uni.hideLoading();
@ -463,8 +462,11 @@
} else {
tempHandleQty = 0
}
str +=
`包装号【${record.packingNumber}】提交数量【${tempHandleQty}】与任务物料数量【${batch.qty}】不一致\n`
if (batch.qty != 0) {
str +=
`包装号【${record.packingNumber}】提交数量【${tempHandleQty}】与任务物料数量【${batch.qty}】不一致\n`
}
}
})
})
@ -477,14 +479,14 @@
this.$refs.comMessage.showQuestionMessage1(str, 'red', res => {
if (res) {
//
this.$throttle(this.submit,2000,this)()
this.$throttle(this.submit, 2000, this)()
} else {
this.scanPopupGetFocus()
}
});
} else {
//
this.$throttle(this.submit,2000,this)()
this.$throttle(this.submit, 2000, this)()
}
},

Loading…
Cancel
Save