给报表增加分页的筛选项

This commit is contained in:
季圣华 2021-09-10 19:02:02 +08:00
parent c470135fe5
commit dc29a7279f
13 changed files with 13 additions and 13 deletions

View File

@ -89,7 +89,7 @@
serialNo:''
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
allMonthAmount: '',
allCurrentAmount: '',

View File

@ -124,7 +124,7 @@
subType: "调拨"
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'),

View File

@ -78,7 +78,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList'))
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
tabKey: "1",
// 表头

View File

@ -104,7 +104,7 @@
endTime: moment().format('YYYY-MM-DD'),
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'),

View File

@ -116,7 +116,7 @@
type: "入库"
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'),

View File

@ -109,7 +109,7 @@
type: "入库"
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'),

View File

@ -98,7 +98,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
tabKey: "1",
depotList: [],

View File

@ -109,7 +109,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
depotList: [],
categoryTree:[],

View File

@ -116,7 +116,7 @@
type: "出库"
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'),

View File

@ -109,7 +109,7 @@
type: "出库"
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'),

View File

@ -78,7 +78,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList'))
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
tabKey: "1",
// 表头

View File

@ -83,7 +83,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
depotList: [],
tabKey: "1",

View File

@ -104,7 +104,7 @@
endTime: moment().format('YYYY-MM-DD'),
},
ipagination:{
pageSizeOptions: ['10', '100', '200']
pageSizeOptions: ['10', '20', '30', '100', '200']
},
dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'),