小数点
This commit is contained in:
parent
57aa4e45f3
commit
c12f986c84
|
@ -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)
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue