From 17a8f81a4cbc97bd3079a2dd6acc7c11eee2f478 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Fri, 26 Mar 2021 17:19:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=BD=A6=E4=BB=B7=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=A4=B1=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]); From 6488fb4c4175c7548075eb3c8811ad443174ce72 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Fri, 26 Mar 2021 17:27:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/util/ProjectConstant.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/util/ProjectConstant.java b/src_tenwa/com/tenwa/util/ProjectConstant.java index f97e06c45..ea43dcb3e 100644 --- a/src_tenwa/com/tenwa/util/ProjectConstant.java +++ b/src_tenwa/com/tenwa/util/ProjectConstant.java @@ -7,6 +7,6 @@ package com.tenwa.util; public class ProjectConstant { public static final String CREDIT_RESULT_TYPE="0010"; - public static final String DISTIRBUTOR_NO="DSTB20210319006682"; + public static final String DISTIRBUTOR_NO="DSTB20210326006749"; }