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
5a1bc332
Commit
5a1bc332
authored
Oct 17, 2021
by
季圣华
Browse files
解决合计展示的bug
parent
f214b612
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/mixins/JeecgListMixin.js
View file @
5a1bc332
...
...
@@ -386,7 +386,7 @@ export const JeecgListMixin = {
let
numKey
=
'
rowIndex
'
let
totalRow
=
{
[
numKey
]:
'
合计
'
}
//移除不需要合计的列
let
removeCols
=
'
action,mBarCode,barCode,unitPrice,purchaseDecimal,operTime,oTime
'
let
removeCols
=
'
action,mBarCode,barCode,
serialNo,
unitPrice,purchaseDecimal,operTime,oTime
'
columns
.
forEach
(
column
=>
{
let
{
key
,
dataIndex
}
=
column
if
(
!
[
key
,
dataIndex
].
includes
(
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