Browse Source

修改翻包提示

hella_online_20240829
lijuncheng 2 months ago
parent
commit
b87b91a85e
  1. 7
      src/pages/package/record/overPackageRecord.vue

7
src/pages/package/record/overPackageRecord.vue

@ -356,7 +356,12 @@
}, },
checkSubmit() { checkSubmit() {
var tempHandleQty = this.detailSource[0].subList[0].handleQty
this.submitJob()
var tempHandleQty =0
this.detailSource.forEach(res=>{
tempHandleQty =tempHandleQty+res.handleQty
})
var toPackQty = this.toPackQty; var toPackQty = this.toPackQty;
// //
if (tempHandleQty % toPackQty > 0) { if (tempHandleQty % toPackQty > 0) {

Loading…
Cancel
Save