From e607a560d768ad29017696b7308ad3ca28494352 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Fri, 28 Aug 2020 12:48:05 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=89=8B=E5=B7=A5=E6=89=A3?= =?UTF-8?q?=E6=AC=BEbug=EF=BC=88=E7=B2=BE=E5=BA=A6=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LcReviewAuditRentPlanByHandleList.jsp | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp index 3fc2d80e5..7d53b70d6 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp @@ -83,14 +83,17 @@ if(ids.length == 0 ||i==0){ ids = sParm_id[0]; collect_moneys = sParm_money[0]; - rent_moneys = sParm_rent[0]; - penalty_moneys = sParm_penalty[0]; + var rent_moneys = sParm_rent[0]; + var penalty_moneys = sParm_penalty[0]; + rent_moneys.split(".")[1].length + var sum_moneys = eval(rent_moneys+"+"+penalty_moneys); if(collect_moneys==""||collect_moneys==0){ alert("所选扣款金额不能为空或者为0!"); return; } - if(rent_moneys+penalty_moneys <%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file