Commit 96474cf7 authored by zhengke's avatar zhengke

修改

parent 3a9864ce
...@@ -366,6 +366,7 @@ export default { ...@@ -366,6 +366,7 @@ export default {
}) })
this.currentMoney = this.currentMoney.toFixed(2); this.currentMoney = this.currentMoney.toFixed(2);
this.benMoney = this.benMoney.toFixed(2); this.benMoney = this.benMoney.toFixed(2);
this.$emit('headCallBack', this.currentMoney);
data.ChineseMoney = this.$commonUtils.changeMoneyToChinese(data.Money) data.ChineseMoney = this.$commonUtils.changeMoneyToChinese(data.Money)
data.ChinesePayMoney = this.$commonUtils.changeMoneyToChinese(data.PayMoney) data.ChinesePayMoney = this.$commonUtils.changeMoneyToChinese(data.PayMoney)
data.PayMoney = this.$commonUtils.addCommas(data.PayMoney.toFixed(2)) data.PayMoney = this.$commonUtils.addCommas(data.PayMoney.toFixed(2))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment