+
({{ item.type }}卡
余额:{{ item.refuelMoney }}L)
@@ -482,9 +482,10 @@
@@ -862,9 +863,10 @@
@@ -1123,6 +1125,8 @@
支付宝
银联二维码
挂账
+
囤油卡
+
储值卡
小程序码
-
@@ -1140,9 +1141,9 @@ export default {
// 计算找零金额
changeSeekZero(){
if (this.flag === 1) {
- this.seekZero = (this.authCode - this.realyPayBills).toFixed(2)
+ this.seekZero = this.authCode - this.realyPayBills
} else if (this.flag === 2) {
- this.seekZero = (this.authCode - this.realyPayBills).toFixed(2)
+ this.seekZero = this.authCode - this.realyPayBills
}
},
getName(list,type){