Browse Source

添加注释

pull/186/head
xuxiaoming 3 years ago
parent
commit
70a9332c9b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
  2. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue

+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue View File

@ -216,7 +216,7 @@
editKeyList: [], editKeyList: [],
pagination:{ pagination:{
pageNumber: 1, pageNumber: 1,
pageSize: 22,
pageSize: 22, // 11 11 .../index.vue 170
total: 0, total: 0,
} }
}; };


+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue View File

@ -167,7 +167,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 % 11 == 0) { //
item.show = true; item.show = true;
} else { } else {
item.show = false; item.show = false;


Loading…
Cancel
Save