diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue index 29bfe30..42c615f 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue @@ -128,7 +128,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 268f5ec..f2af56b 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue @@ -58,7 +58,8 @@ "AP_ArticleDemand-TargetInventory": "目标库存", "AP_ArticleDemand-MinInventory": "最低库存", "AP_ArticleDemand-NetDemandQty": "净生产量", - "AP_ArticleDemand-EndingInventory": "期末库存" + "AP_ArticleDemand-EndingInventory": "期末库存", + "AP_ArticleDemand-ZaituQty":"在途量" } }; }, @@ -165,8 +166,8 @@ data["SortKeys"].splice(this.keyStartIndex, 0, "Label"); data["Item"].forEach((item, index) => { item.key = item["AP_ArticleDemand-ArtId"]; - item.Label = this.labelList[item["AP_ArticleDemand-Label"]]; - if (index % 10 == 0) { + item.Label = this.labelList[item["AP_ArticleDemand-Label"]]??item["AP_ArticleDemand-Label"]; + if (index % 11 == 0) { item.show = true; } else { item.show = false;