Commit 0a15e728 authored by youjie's avatar youjie

修复bug

parent de3ea284
...@@ -1576,7 +1576,7 @@ ...@@ -1576,7 +1576,7 @@
this.msg && this.msg.detailList && this.msg.detailList.forEach((item, i) => { this.msg && this.msg.detailList && this.msg.detailList.forEach((item, i) => {
yballPrice += Number(item.UnitPrice) yballPrice += Number(item.UnitPrice)
}) })
this.yballPriceTo = yballPrice this.yballPriceTo = this.RoundItUp(parseFloat(yballPrice).toFixed(2))
if(this.orderObj.Money&&this.orderObj.Money2){ if(this.orderObj.Money&&this.orderObj.Money2){
let Money = ((this.orderObj.Money*100)+(this.orderObj.Money2*100))/100 let Money = ((this.orderObj.Money*100)+(this.orderObj.Money2*100))/100
if (Money != this.yballPriceTo) { if (Money != this.yballPriceTo) {
......
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