|
@ -59,7 +59,8 @@ |
|
|
"AP_ArticleDemand-MinInventory": "最低库存", |
|
|
"AP_ArticleDemand-MinInventory": "最低库存", |
|
|
"AP_ArticleDemand-NetDemandQty": "净生产量", |
|
|
"AP_ArticleDemand-NetDemandQty": "净生产量", |
|
|
"AP_ArticleDemand-EndingInventory": "期末库存", |
|
|
"AP_ArticleDemand-EndingInventory": "期末库存", |
|
|
"AP_ArticleDemand-ZaituQty":"在途量" |
|
|
|
|
|
|
|
|
"AP_ArticleDemand-ZaituQty":"在途量", |
|
|
|
|
|
"AP_ArticleDemand-WeiwaiQty":"委外量" |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
@ -167,7 +168,7 @@ |
|
|
data["Item"].forEach((item, index) => { |
|
|
data["Item"].forEach((item, index) => { |
|
|
item.key = item["AP_ArticleDemand-ArtId"]; |
|
|
item.key = item["AP_ArticleDemand-ArtId"]; |
|
|
item.Label = this.labelList[item["AP_ArticleDemand-Label"]]??item["AP_ArticleDemand-Label"]; |
|
|
item.Label = this.labelList[item["AP_ArticleDemand-Label"]]??item["AP_ArticleDemand-Label"]; |
|
|
if (index % 11 == 0) { // 每多少条为一组 |
|
|
|
|
|
|
|
|
if (index % 12 == 0) { // 每多少条为一组 |
|
|
item.show = true; |
|
|
item.show = true; |
|
|
} else { |
|
|
} else { |
|
|
item.show = false; |
|
|
item.show = false; |
|
|