pull/18/head
xiaozhiyong 1 year ago
parent e77f33f4dd
commit 6c858a519c
  1. 4
      src/views/order/components/billOfLading.vue

@ -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

Loading…
Cancel
Save