|
|
@ -551,11 +551,14 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
if(detail.handleQty < detail.taskQty){ |
|
|
|
str += `物料号【${detail.itemCode}】数量【${detail.handleQty}】不允许小于任务数量【${detail.taskQty}】\n` |
|
|
|
} |
|
|
|
if(detail.handleQty > detail.taskQty){ |
|
|
|
str1 += `物料号【${detail.itemCode}】数量【${detail.handleQty}】不允许大于任务数量【${detail.taskQty}】\n` |
|
|
|
const isScaned = detail.subList.some(cur=>cur.scaned) |
|
|
|
if(isScaned){ |
|
|
|
if(detail.handleQty < detail.taskQty){ |
|
|
|
str += `物料号【${detail.itemCode}】数量【${detail.handleQty}】不允许小于任务数量【${detail.taskQty}】\n` |
|
|
|
} |
|
|
|
if(detail.handleQty > detail.taskQty){ |
|
|
|
str1 += `物料号【${detail.itemCode}】数量【${detail.handleQty}】不允许大于任务数量【${detail.taskQty}】\n` |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|