fix: 修复数据统计营业实收金额计算公司
This commit is contained in:
@@ -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
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user