From 8d02e6ecd2868f4c20d2535343d76e6b4ff63cb1 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Sat, 29 Aug 2020 16:46:33 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=89=8B=E5=B7=A5=E6=89=A3=E6=AC=BE=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A0=A1=E9=AA=8Cbug=E4=BF=AE=E6=94=B9=E5=92=8C?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LcReviewAuditRentPlanByHandleList.jsp | 14 ++++---------- .../collectaudit/cache/CollectAuditInfoCache.java | 4 ++-- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp index 98f7c51c5..b7fa4b250 100644 --- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanByHandleList.jsp @@ -70,7 +70,6 @@ var sParm_id = getItemValueArray(0,"id"); var sParm_money = getItemValueArray(0,"collect_money"); var sParm_rent = getItemValueArray(0,"rent"); - var sParm_penalty = getItemValueArray(0,"penalty"); if(typeof(sParm_id) == "undefined" || sParm_id.length == 0 ){ alert("请至少选择一条记录!"); return; @@ -84,13 +83,11 @@ ids = sParm_id[0]; collect_moneys = sParm_money[0]; var rent_moneys = sParm_rent[0]; - var penalty_moneys = sParm_penalty[0]; - var sum_moneys = eval(rent_moneys+"+"+penalty_moneys); if(collect_moneys==""||collect_moneys==0){ alert("所选扣款金额不能为空或者为0!"); return; } - if(sum_moneys*100