小数点

This commit is contained in:
Mr.jiang 2024-08-12 20:29:03 +08:00
parent 57aa4e45f3
commit c12f986c84
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@
}
if(this.jishiName){
this.getMsTime(Time);
this.technicianRate=(this.orderXm.price*this.number)+(this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100)).toFixed(2);
this.technicianRate=((this.orderXm.price*this.number)+this.orderXm.price*this.number*(this.jishiName.technicianTypeRate/100)).toFixed(2)
}
},