diff --git a/src/pages/package/record/overPackageRecord.vue b/src/pages/package/record/overPackageRecord.vue index 5d9119e9..b0076913 100644 --- a/src/pages/package/record/overPackageRecord.vue +++ b/src/pages/package/record/overPackageRecord.vue @@ -356,7 +356,12 @@ }, 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; //包装提示 if (tempHandleQty % toPackQty > 0) {