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