@@ -577,7 +577,7 @@
})
.catch((action) => {
if (action == 'cancel') {
- item.statusStr = '缺料';
+ item.statusStr = '不齐套';
this.updatePreRelease(item);
}
});
@@ -47,7 +47,9 @@
>{{ productionPlan.requiredFormingNum }}
</el-descriptions-item>
<el-descriptions-item
- :label="'实际交货数量' + (clientEnvironmentId == '4' ? '(方)' : '')"
+ :label="
+ '实际生产完成入库数量' + (clientEnvironmentId == '4' ? '(方)' : '')
+ "
>
{{ productionPlan.deliveryNum }}