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
18177335
Commit
18177335
authored
Oct 15, 2021
by
季圣华
Browse files
给商品库存报表增加合计
parent
c41b176d
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/mixins/JeecgListMixin.js
View file @
18177335
...
@@ -379,7 +379,7 @@ export const JeecgListMixin = {
...
@@ -379,7 +379,7 @@ export const JeecgListMixin = {
},
},
/** 表格增加合计行 */
/** 表格增加合计行 */
tableAddTotalRow
(
columns
,
dataSource
)
{
tableAddTotalRow
(
columns
,
dataSource
)
{
if
(
this
.
ipagination
.
pageSize
!==
10
)
{
if
(
dataSource
.
length
>
0
&&
this
.
ipagination
.
pageSize
!==
10
)
{
let
numKey
=
'
rowIndex
'
let
numKey
=
'
rowIndex
'
let
totalRow
=
{
[
numKey
]:
'
合计
'
}
let
totalRow
=
{
[
numKey
]:
'
合计
'
}
//移除不需要合计的列
//移除不需要合计的列
...
...
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