|
@@ -176,7 +176,11 @@
|
|
|
|
|
|
|
|
this.infoData = data.productionPlan;
|
|
this.infoData = data.productionPlan;
|
|
|
|
|
|
|
|
- this.orderList = data.workOrderList;
|
|
|
|
|
|
|
+ this.orderList = data.workOrderList.map(itm => ({
|
|
|
|
|
+ ...itm,
|
|
|
|
|
+ productCode: data.productionPlan.productCode,
|
|
|
|
|
+ productName: data.productionPlan.productName
|
|
|
|
|
+ }));
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
created () {
|
|
created () {
|