Commit dc29a727 authored by 季圣华's avatar 季圣华
Browse files

给报表增加分页的筛选项

parent c470135f
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
serialNo:'' serialNo:''
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
allMonthAmount: '', allMonthAmount: '',
allCurrentAmount: '', allCurrentAmount: '',
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
subType: "调拨" subType: "调拨"
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
dateFormat: 'YYYY-MM-DD', dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'), currentDay: moment().format('YYYY-MM-DD'),
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) mpList: getMpListShort(Vue.ls.get('materialPropertyList'))
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
tabKey: "1", tabKey: "1",
// 表头 // 表头
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
endTime: moment().format('YYYY-MM-DD'), endTime: moment().format('YYYY-MM-DD'),
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
dateFormat: 'YYYY-MM-DD', dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'), currentDay: moment().format('YYYY-MM-DD'),
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
type: "入库" type: "入库"
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
dateFormat: 'YYYY-MM-DD', dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'), currentDay: moment().format('YYYY-MM-DD'),
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
type: "入库" type: "入库"
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
dateFormat: 'YYYY-MM-DD', dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'), currentDay: moment().format('YYYY-MM-DD'),
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性 mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
tabKey: "1", tabKey: "1",
depotList: [], depotList: [],
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性 mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
depotList: [], depotList: [],
categoryTree:[], categoryTree:[],
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
type: "出库" type: "出库"
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
dateFormat: 'YYYY-MM-DD', dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'), currentDay: moment().format('YYYY-MM-DD'),
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
type: "出库" type: "出库"
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
dateFormat: 'YYYY-MM-DD', dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'), currentDay: moment().format('YYYY-MM-DD'),
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) mpList: getMpListShort(Vue.ls.get('materialPropertyList'))
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
tabKey: "1", tabKey: "1",
// 表头 // 表头
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性 mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
depotList: [], depotList: [],
tabKey: "1", tabKey: "1",
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
endTime: moment().format('YYYY-MM-DD'), endTime: moment().format('YYYY-MM-DD'),
}, },
ipagination:{ ipagination:{
pageSizeOptions: ['10', '100', '200'] pageSizeOptions: ['10', '20', '30', '100', '200']
}, },
dateFormat: 'YYYY-MM-DD', dateFormat: 'YYYY-MM-DD',
currentDay: moment().format('YYYY-MM-DD'), currentDay: moment().format('YYYY-MM-DD'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment