Commit c38eab10 authored by zhengke's avatar zhengke

no message

parent 50dc5b0d
......@@ -924,10 +924,10 @@ export default {
this.msg.OtherType = this.commissionObj.Type?this.commissionObj.Type:0;
this.msg.PeroidsId = this.commissionObj.PeroidsId?this.commissionObj.PeroidsId:0;
this.msg.EmpIds = this.commissionObj.EmpIds?this.commissionObj.EmpIds:0;
let totalAmount = this.$commonUtils.addCommas(Math.round(this.commissionObj.totalAmount* 100) / 100)
if(this.allPriceTo!=totalAmount){
this.Error(`实付金额不能大于小于${this.commissionObj.totalAmount}!`)
this.Error(`实付金额不能大于小于${totalAmount}!`)
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