业务申请,租赁车辆指导价修改

This commit is contained in:
user 2018-07-01 13:03:28 +08:00
parent ae3c00777a
commit 77a4f8fd6d

View File

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