fix: 修复数据统计营业实收金额计算公司
This commit is contained in:
parent
586e1d5d15
commit
4a4a9b7ed6
|
|
@ -145,7 +145,6 @@ export default {
|
|||
this.tableData.loading = false;
|
||||
this.tableData.data = res;
|
||||
this.tableData.total = res.length;
|
||||
console.log(this.tableData);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -473,7 +473,8 @@ export default {
|
|||
this.trade.aliPayAmount * 1 +
|
||||
this.trade.memberPayAmount * 1 +
|
||||
this.trade.scanPayAmount * 1 +
|
||||
this.trade.cashPayAmount * 1
|
||||
this.trade.cashPayAmount * 1 +
|
||||
this.trade.rechargeAmount * 1
|
||||
);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue