From 77a4f8fd6d94d797a23f71c31ccd886424305859 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 1 Jul 2018 13:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=EF=BC=8C?= =?UTF-8?q?=E7=A7=9F=E8=B5=81=E8=BD=A6=E8=BE=86=E6=8C=87=E5=AF=BC=E4=BB=B7?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApproval/ProjectApprovalCreationInfo.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp index 66380a907..61e44205a 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -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]);