Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
dc29a727
Commit
dc29a727
authored
Sep 10, 2021
by
季圣华
Browse files
给报表增加分页的筛选项
parent
c470135f
Changes
13
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/AccountReport.vue
View file @
dc29a727
...
...
@@ -89,7 +89,7 @@
serialNo
:
''
},
ipagination
:{
pageSizeOptions
:
[
'
10
'
,
'
100
'
,
'
200
'
]
pageSizeOptions
:
[
'
10
'
,
'
20
'
,
'
30
'
,
'
100
'
,
'
200
'
]
},
allMonthAmount
:
''
,
allCurrentAmount
:
''
,
...
...
jshERP-web/src/views/report/AllocationDetail.vue
View file @
dc29a727
...
...
@@ -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
'
),
...
...
jshERP-web/src/views/report/BuyInReport.vue
View file @
dc29a727
...
...
@@ -78,7 +78,7 @@
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
))
},
ipagination
:{
pageSizeOptions
:
[
'
10
'
,
'
100
'
,
'
200
'
]
pageSizeOptions
:
[
'
10
'
,
'
20
'
,
'
30
'
,
'
100
'
,
'
200
'
]
},
tabKey
:
"
1
"
,
// 表头
...
...
jshERP-web/src/views/report/CustomerAccount.vue
View file @
dc29a727
...
...
@@ -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
'
),
...
...
jshERP-web/src/views/report/InDetail.vue
View file @
dc29a727
...
...
@@ -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
'
),
...
...
jshERP-web/src/views/report/InMaterialCount.vue
View file @
dc29a727
...
...
@@ -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
'
),
...
...
jshERP-web/src/views/report/InOutStockReport.vue
View file @
dc29a727
...
...
@@ -98,7 +98,7 @@
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
))
//扩展属性
},
ipagination
:{
pageSizeOptions
:
[
'
10
'
,
'
100
'
,
'
200
'
]
pageSizeOptions
:
[
'
10
'
,
'
20
'
,
'
30
'
,
'
100
'
,
'
200
'
]
},
tabKey
:
"
1
"
,
depotList
:
[],
...
...
jshERP-web/src/views/report/MaterialStock.vue
View file @
dc29a727
...
...
@@ -109,7 +109,7 @@
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
))
//扩展属性
},
ipagination
:{
pageSizeOptions
:
[
'
10
'
,
'
100
'
,
'
200
'
]
pageSizeOptions
:
[
'
10
'
,
'
20
'
,
'
30
'
,
'
100
'
,
'
200
'
]
},
depotList
:
[],
categoryTree
:[],
...
...
jshERP-web/src/views/report/OutDetail.vue
View file @
dc29a727
...
...
@@ -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
'
),
...
...
jshERP-web/src/views/report/OutMaterialCount.vue
View file @
dc29a727
...
...
@@ -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
'
),
...
...
jshERP-web/src/views/report/SaleOutReport.vue
View file @
dc29a727
...
...
@@ -78,7 +78,7 @@
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
))
},
ipagination
:{
pageSizeOptions
:
[
'
10
'
,
'
100
'
,
'
200
'
]
pageSizeOptions
:
[
'
10
'
,
'
20
'
,
'
30
'
,
'
100
'
,
'
200
'
]
},
tabKey
:
"
1
"
,
// 表头
...
...
jshERP-web/src/views/report/StockWarningReport.vue
View file @
dc29a727
...
...
@@ -83,7 +83,7 @@
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
))
//扩展属性
},
ipagination
:{
pageSizeOptions
:
[
'
10
'
,
'
100
'
,
'
200
'
]
pageSizeOptions
:
[
'
10
'
,
'
20
'
,
'
30
'
,
'
100
'
,
'
200
'
]
},
depotList
:
[],
tabKey
:
"
1
"
,
...
...
jshERP-web/src/views/report/VendorAccount.vue
View file @
dc29a727
...
...
@@ -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
'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment