From 17a8f81a4cbc97bd3079a2dd6acc7c11eee2f478 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Fri, 26 Mar 2021 17:19:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E4=BB=B7=E8=AE=A1=E7=AE=97=E5=A4=B1?= =?UTF-8?q?=E7=9C=9F?= 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 160e5fae0..f13e2b1a2 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -365,7 +365,7 @@ sReturn = sReturn.split("@"); MyOjbect.modelid=sReturn[0]; MyOjbect.modelname=sReturn[1]; - MyOjbect.price=sReturn[2]*10000; + MyOjbect.price=Math.ceil(sReturn[2]*10000); MyOjbect.liter=sReturn[3]; MyOjbect.geartype=sReturn[4]; setItemValue(0,getRow(),"modelid",sReturn[0]);