|
@ -284,7 +284,7 @@ |
|
|
detail.Items.forEach(item=>{ |
|
|
detail.Items.forEach(item=>{ |
|
|
if(this.jobContent.allowPartialComplete=="FALSE"){ |
|
|
if(this.jobContent.allowPartialComplete=="FALSE"){ |
|
|
if(item.taskQty!=item.totalQty){ |
|
|
if(item.taskQty!=item.totalQty){ |
|
|
str += `物料号【${item.itemCode}】任务数量【${item.taskQty}】与提交数量【${item.totalQty}】不一致\n` |
|
|
str += `物料号【${item.itemCode}】任务数量【${item.taskQty}】与实际提交数量【${item.totalQty}】不一致\n` |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|