-
-
+
+
+
-
+
-
+
-
+
- 搜索
- 重置
+ 搜索
+ 重置
-
+
当前数据发布版本:{{promptMessage}}
-
+
-
-
+
+
+ v-model="scope.row[item]"
+ :disabled="item.charAt(item.length - 1) == '*'"
+ size="mini">
{{ scope.row[item] }}
+
-
-
-
+
+
+
-
\ No newline at end of file
diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue
index 6f77bc7..685d2f2 100644
--- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue
+++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue
@@ -79,11 +79,6 @@
])
},
watch: {
- // customerId:function(id){
- // if(id){
- // this.getDataList(id)
- // }
- // },
articleDemandData: function (data) {
if (data) {
this.dealArticleDemandData(data);
@@ -110,7 +105,7 @@
this.tableData.forEach(item => {
if (item.key == row.key) {
if (item.Label != "净生产量") {
- item.show = true;
+ item.show = !item.show;
}
charData.push(item);
} else {
@@ -120,7 +115,7 @@
}
});
this.setCharData(charData);
- this.$refs.articleDemandTable.setCurrentRow(this.tableData[this.selectArticleDemandRowIndex]);
+ // this.$refs.articleDemandTable.setCurrentRow(this.tableData[this.selectArticleDemandRowIndex]);
},
// 设置侧边栏图形数据
setCharData(data) {
@@ -152,10 +147,11 @@
},
getDataList(param) {
this.SET_articleDemandLoading(true);
-
getCustomerArticleDemand(param).then(({ data = [] }) => {
this.SET_articleDemandData(data);
this.SET_articleDemandLoading(false);
+ this.$refs.articleDemandTable.pagination.total = data.count
+ console.log('%cindex.vue line:154 this.$refs.articleDemandTable.pagination', 'color: #007acc;', this.$refs.articleDemandTable.pagination);
}).catch(() => {
this.SET_articleDemandLoading(false);
});
diff --git a/src/views/productionPlanning/customerForecastDemandReview/index.vue b/src/views/productionPlanning/customerForecastDemandReview/index.vue
index a66d4c6..55d26b4 100644
--- a/src/views/productionPlanning/customerForecastDemandReview/index.vue
+++ b/src/views/productionPlanning/customerForecastDemandReview/index.vue
@@ -110,7 +110,7 @@
},
mounted() {
this.dragChangeSize((moveLen, bottomHeight) => {
- this.SET_articleDemandHeight((moveLen - 145) + "px");
+ this.SET_articleDemandHeight((moveLen - 175) + "px");
this.SET_calculateTableHeight((bottomHeight - 60) + "px");
});
},
diff --git a/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/index.vue b/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/index.vue
index f934eee..9c2cadb 100644
--- a/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/index.vue
+++ b/src/views/productionPlanning/customerForecastDemandReview/resourceContent/evaluation/index.vue
@@ -1,115 +1,117 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
\ No newline at end of file