|
@ -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) { |
|
|