优化客户和供应商对账单,扣除退货单的欠款金额

This commit is contained in:
季圣华
2022-11-20 12:24:35 +08:00
parent 6e49ae8404
commit 86a787992a
2 changed files with 17 additions and 8 deletions

View File

@@ -403,7 +403,7 @@ export const JeecgListMixin = {
let parseCols = 'initialStock,currentStock,currentStockPrice,initialAmount,thisMonthAmount,currentAmount,inSum,inSumPrice,' +
'inOutSumPrice,outSum,outSumPrice,outInSumPrice,operNumber,allPrice,numSum,priceSum,prevSum,thisSum,thisAllPrice,changeAmount,' +
'allPrice,taxMoney,currentNumber,lowSafeStock,highSafeStock,lowCritical,highCritical,preNeed,debtMoney,backMoney,allNeed,' +
'needDebt,finishDebt,debt'
'needDebt,realNeedDebt,finishDebt,debt'
columns.forEach(column => {
let { key, dataIndex } = column
if (![key, dataIndex].includes(numKey)) {