更新
This commit is contained in:
@@ -379,8 +379,8 @@ export default {
|
||||
let { refineryInfo, orderInfo } = this.billData
|
||||
if (refineryInfo) {
|
||||
let balance = refineryInfo.balance * 10000
|
||||
let preAmount = orderInfo.preAmount * 10000
|
||||
let total = this.$utils.fixedHandle((balance + preAmount) / 10000)
|
||||
let costTotal = orderInfo.floorPrice * orderInfo.preQuantity * 10000
|
||||
let total = this.$utils.fixedHandle((balance + costTotal) / 10000)
|
||||
return total
|
||||
}
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user