业务申请车价计算失真

This commit is contained in:
32189 2021-05-20 11:15:33 +08:00
parent 47117dd1f4
commit 4c133c8c61

View File

@ -365,7 +365,7 @@
sReturn = sReturn.split("@");
MyOjbect.modelid=sReturn[0];
MyOjbect.modelname=sReturn[1];
MyOjbect.price=Math.ceil(sReturn[2]*10000);
MyOjbect.price=Math.round(sReturn[2]*10000);
MyOjbect.liter=sReturn[3];
MyOjbect.geartype=sReturn[4];
setItemValue(0,getRow(),"modelid",sReturn[0]);