2 Commits

3 changed files with 3 additions and 1 deletions
Unified View
  1. +1
    -0
      src/views/plan/workbench/predictVersion/index.vue
  2. +1
    -0
      src/views/plan/workbench/predictionDeviation/index.vue
  3. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue

+ 1
- 0
src/views/plan/workbench/predictVersion/index.vue View File

@ -341,6 +341,7 @@ export default {
}, },
created() { created() {
this.getVersionOfCustom() this.getVersionOfCustom()
this.pagination.pageSize = 100
}, },
mounted() { mounted() {
this.$nextTick(() => { this.$nextTick(() => {


+ 1
- 0
src/views/plan/workbench/predictionDeviation/index.vue View File

@ -329,6 +329,7 @@ export default {
}, },
created() { created() {
this.getVersionOfCustom() this.getVersionOfCustom()
this.pagination.pageSize = 100
}, },
mounted() { mounted() {
this.$nextTick(() => { this.$nextTick(() => {


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

@ -96,7 +96,7 @@
size="mini" size="mini"
class="reset-button-style" class="reset-button-style"
:disabled="syncDataDisable" :disabled="syncDataDisable"
@click="syncData" >同步库存</el-button>
@click="syncData" >数据同步</el-button>
</div> </div>


Loading…
Cancel
Save