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
a00a505b
Commit
a00a505b
authored
Jan 05, 2022
by
季圣华
Browse files
bug修复:补上采购统计的实际金额合计
parent
f31a9df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/mixins/JeecgListMixin.js
View file @
a00a505b
...
...
@@ -391,7 +391,7 @@ export const JeecgListMixin = {
let
numKey
=
'
rowIndex
'
let
totalRow
=
{
[
numKey
]:
'
合计
'
}
//需要合计的列
let
parseCols
=
'
initialStock,currentStock,currentStockPrice,initialAmount,thisMonthAmount,currentAmount,inSum,inSumPrice,
'
+
let
parseCols
=
'
initialStock,currentStock,currentStockPrice,initialAmount,thisMonthAmount,currentAmount,inSum,inSumPrice,
inOutSumPrice,
'
+
'
outSum,outSumPrice,outInSumPrice,operNumber,allPrice,numSum,priceSum,prevSum,thisSum,thisAllPrice,billMoney,changeAmount,
'
+
'
allPrice,currentNumber,lowSafeStock,highSafeStock,lowCritical,highCritical
'
columns
.
forEach
(
column
=>
{
...
...
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