|
|
@ -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; |
|
|
|