Commit 15d8746d authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/luochao/confucius into master

parents 73e2279a ed888296
......@@ -2116,9 +2116,9 @@
})
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({
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