Commit 92b1dbee authored by zhengke's avatar zhengke

修改

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