bug
This commit is contained in:
parent
4209638d97
commit
ee406cd0d4
@ -3379,7 +3379,7 @@
|
|||||||
}else {
|
}else {
|
||||||
this.oilActualPay = this.oilAmount.toFixed(2)
|
this.oilActualPay = this.oilAmount.toFixed(2)
|
||||||
}
|
}
|
||||||
console.log("不使用囤油卡",this.oilAmount, this.oilDiscount,this.couponAmount,this.fullReduction,this.oilCardAmount)
|
console.log("不使用囤油卡", this.consumeAmount ,this.oilAmount, this.oilDiscount,this.couponAmount,this.fullReduction,this.oilCardAmount)
|
||||||
},
|
},
|
||||||
// 不使用储值卡
|
// 不使用储值卡
|
||||||
countAmountUnBalance(){
|
countAmountUnBalance(){
|
||||||
@ -3895,7 +3895,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
// oilCardAmount
|
// oilCardAmount
|
||||||
if (flag) amount = item.oilPrice * item.liters
|
if (flag) amount = item.amount
|
||||||
oilAmount += amount
|
oilAmount += amount
|
||||||
})
|
})
|
||||||
if (oilAmount>0) this.oilCardAmount = this.oilAmount - oilAmount
|
if (oilAmount>0) this.oilCardAmount = this.oilAmount - oilAmount
|
||||||
|
@ -553,7 +553,7 @@
|
|||||||
getspearIndex(num, data) {
|
getspearIndex(num, data) {
|
||||||
this.spearIndex = num
|
this.spearIndex = num
|
||||||
this.oilGunNum = data.id
|
this.oilGunNum = data.id
|
||||||
this.oils = data.oilName
|
this.oilName = data.oilName
|
||||||
this.tankId = data.tankId
|
this.tankId = data.tankId
|
||||||
this.oilPrice = data.oilPrice
|
this.oilPrice = data.oilPrice
|
||||||
this.getPaymentPreferential()
|
this.getPaymentPreferential()
|
||||||
|
Loading…
Reference in New Issue
Block a user