Merge branch 'master' into zyj

This commit is contained in:
2023-07-10 10:06:57 +08:00
14 changed files with 655 additions and 668 deletions

View File

@@ -362,7 +362,7 @@ export default {
if (refineryInfo) {
let balance = refineryInfo.balance * 10000
let costTotal = orderInfo.floorPrice * orderInfo.preQuantity * 10000
let total = this.$utils.fixedHandle((balance + costTotal) / 10000)
let total = this.$utils.fixedHandle((balance - costTotal) / 10000)
return total
}
return 0