给商品库存、明细报表增加分页的条数
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
},
|
||||
ipagination:{
|
||||
pageSize: 11,
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201']
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201', '301', '1001', '2001', '3001']
|
||||
},
|
||||
dateFormat: 'YYYY-MM-DD',
|
||||
currentDay: moment().format('YYYY-MM-DD'),
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
},
|
||||
ipagination:{
|
||||
pageSize: 11,
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201']
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201', '301', '1001', '2001', '3001']
|
||||
},
|
||||
dateFormat: 'YYYY-MM-DD',
|
||||
currentDay: moment().format('YYYY-MM-DD'),
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
},
|
||||
ipagination:{
|
||||
pageSize: 11,
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201', '301', '1001']
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201', '301', '1001', '2001', '3001']
|
||||
},
|
||||
depotSelected:[],
|
||||
depotList: [],
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
},
|
||||
ipagination:{
|
||||
pageSize: 11,
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201']
|
||||
pageSizeOptions: ['11', '21', '31', '101', '201', '301', '1001', '2001', '3001']
|
||||
},
|
||||
dateFormat: 'YYYY-MM-DD',
|
||||
currentDay: moment().format('YYYY-MM-DD'),
|
||||
|
||||
Reference in New Issue
Block a user