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