|
|
@ -559,12 +559,12 @@ |
|
|
|
tempHandleQty = 0 |
|
|
|
} |
|
|
|
str += |
|
|
|
`批次【${cur.batch}】提交数量【${tempHandleQty}】与任务物料数量【${cur.qty}】不一致\n` |
|
|
|
`物料号【${item.itemCode}】批次【${cur.batch}】提交数量【${tempHandleQty}】与任务物料数量【${cur.qty}】不一致\n` |
|
|
|
if( cur.handleQty > cur.balance.balanceQty){ |
|
|
|
console.log(2333,cur.handleQty) |
|
|
|
console.log(2333,cur.balance.balanceQty) |
|
|
|
str1 += |
|
|
|
`批次【${cur.batch}】提交数量【${ cur.handleQty}】不可以大于库存数量【${cur.balance.balanceQty}】` |
|
|
|
`物料号【${item.itemCode}】批次【${cur.batch}】提交数量【${ cur.handleQty}】不可以大于库存数量【${cur.balance.balanceQty}】` |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|