Commit c38eab10 authored by zhengke's avatar zhengke

no message

parent 50dc5b0d
...@@ -927,7 +927,7 @@ export default { ...@@ -927,7 +927,7 @@ export default {
let totalAmount = this.$commonUtils.addCommas(Math.round(this.commissionObj.totalAmount* 100) / 100) let totalAmount = this.$commonUtils.addCommas(Math.round(this.commissionObj.totalAmount* 100) / 100)
if(this.allPriceTo!=totalAmount){ if(this.allPriceTo!=totalAmount){
this.Error(`实付金额不能大于小于${this.commissionObj.totalAmount}!`) this.Error(`实付金额不能大于小于${totalAmount}!`)
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment