Browse Source

Merge pull request '修改页面显示和每页数据量' (#203) from xuxiaoming into develop

Reviewed-on: #203
develop
xuxiaoming 2 years ago
parent
commit
0e8cdaccfc
3 changed files with 3 additions and 1 deletions
  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() {
this.getVersionOfCustom()
this.pagination.pageSize = 100
},
mounted() {
this.$nextTick(() => {


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

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


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

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


Loading…
Cancel
Save