diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue index dce1811..51f5f4f 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue @@ -133,7 +133,7 @@ :disabled="item.charAt(item.length - 1) == '*'" size="mini"> {{ scope.row[item] }}
- {{ scope.row[item] }}
+ {{ scope.row[item] }}
{{ scope.row[item] }} diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue index 696508d..8b4829b 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue @@ -59,7 +59,7 @@ "AP_ArticleDemand-MinInventory": "最低库存", "AP_ArticleDemand-NetDemandQty": "净生产量", "AP_ArticleDemand-EndingInventory": "期末库存", - "AP_ArticleDemand-ZaituQty":"在途量", + "AP_ArticleDemand-ZaituQty":"采购量", "AP_ArticleDemand-WeiwaiQty":"委外量" } }; diff --git a/src/views/productionPlanning/emergencyOrder/index.vue b/src/views/productionPlanning/emergencyOrder/index.vue index 5ceebfa..8c6a387 100644 --- a/src/views/productionPlanning/emergencyOrder/index.vue +++ b/src/views/productionPlanning/emergencyOrder/index.vue @@ -84,7 +84,7 @@ {{ scope.row[item] }}
- {{ scope.row[item] }} + {{ scope.row[item] }}
{{ scope.row[item] }} @@ -157,7 +157,7 @@ "AP_ArticleDemandEmergency-MinInventory": "最低库存", "AP_ArticleDemandEmergency-NetDemandQty": "净生产量", "AP_ArticleDemandEmergency-EndingInventory": "期末库存", - "AP_ArticleDemandEmergency-ZaituQty":"在途量", + "AP_ArticleDemandEmergency-ZaituQty":"采购量", "AP_ArticleDemandEmergency-WeiwaiQty":"委外量" } };