bug修复:补上采购统计的实际金额合计
This commit is contained in:
@@ -391,7 +391,7 @@ export const JeecgListMixin = {
|
|||||||
let numKey = 'rowIndex'
|
let numKey = 'rowIndex'
|
||||||
let totalRow = { [numKey]: '合计' }
|
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,' +
|
'outSum,outSumPrice,outInSumPrice,operNumber,allPrice,numSum,priceSum,prevSum,thisSum,thisAllPrice,billMoney,changeAmount,' +
|
||||||
'allPrice,currentNumber,lowSafeStock,highSafeStock,lowCritical,highCritical'
|
'allPrice,currentNumber,lowSafeStock,highSafeStock,lowCritical,highCritical'
|
||||||
columns.forEach(column => {
|
columns.forEach(column => {
|
||||||
|
|||||||
Reference in New Issue
Block a user