Commit ed888296 authored by zhengke's avatar zhengke

修改

parent 92b1dbee
...@@ -2116,9 +2116,9 @@ ...@@ -2116,9 +2116,9 @@
}) })
return return
} }
TotalMoney+=parseFloat(this.commonFinance[i].YTotalPrice) TotalMoney = this.accAdd(TotalMoney,this.commonFinance[i].YTotalPrice)
} }
if(TotalMoney.toFixed(2)!=this.TopMoney){ if(TotalMoney!=this.TopMoney){
this.$q.notify({ this.$q.notify({
type: 'negative', type: 'negative',
position: "top", position: "top",
......
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