From 3d65e157b2e4b4adfcd8fb8728e06ace51bda014 Mon Sep 17 00:00:00 2001 From: xuxiaoming Date: Thu, 8 Sep 2022 14:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=92=8C=E6=AF=8F=E9=A1=B5=E6=95=B0=E6=8D=AE=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/workbench/predictVersion/index.vue | 1 + src/views/plan/workbench/predictionDeviation/index.vue | 1 + .../demandPlanning/articleDemand/index.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/plan/workbench/predictVersion/index.vue b/src/views/plan/workbench/predictVersion/index.vue index b5243cf..9dae383 100644 --- a/src/views/plan/workbench/predictVersion/index.vue +++ b/src/views/plan/workbench/predictVersion/index.vue @@ -341,6 +341,7 @@ export default { }, created() { this.getVersionOfCustom() + this.pagination.pageSize = 100 }, mounted() { this.$nextTick(() => { diff --git a/src/views/plan/workbench/predictionDeviation/index.vue b/src/views/plan/workbench/predictionDeviation/index.vue index 1d42034..d32db39 100644 --- a/src/views/plan/workbench/predictionDeviation/index.vue +++ b/src/views/plan/workbench/predictionDeviation/index.vue @@ -329,6 +329,7 @@ export default { }, created() { this.getVersionOfCustom() + this.pagination.pageSize = 100 }, mounted() { this.$nextTick(() => { diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue index ae69ab3..5ca7f3d 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue @@ -96,7 +96,7 @@ size="mini" class="reset-button-style" :disabled="syncDataDisable" - @click="syncData" >同步库存 + @click="syncData" >数据同步