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