From 4b2dd9958443a7e63b04ad2ef08ec2d3a8a144a6 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Wed, 4 Dec 2019 15:52:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=85=B6=E4=BB=96=E6=94=AF=E4=BB=98=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=B8=BB=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoanSimulation/LoanBasicInfo.jsp | 7 +++--- .../Rent/RentReback/OtherPayCarApplyList.jsp | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 WebContent/Tenwa/Lease/Flow/Rent/RentReback/OtherPayCarApplyList.jsp diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index 03c0bec5a..818b1d8c2 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -1020,9 +1020,10 @@ function saveRecord(sPostEvents){ alert('还租次数需大于0 !!!'); return ; } - var termMin = "<%=termMin%>"; - var termMax = "<%=termMax%>"; - var incomeNumber = getItemValue(0,0,"INCOME_NUMBER"); + + var termMin = parseInt("<%=termMin%>"); + var termMax = parseInt("<%=termMax%>"); + var incomeNumber = parseInt(getItemValue(0,0,"INCOME_NUMBER")); if("02"=="<%=termType%>"){ if(incomeNumber +<%@ page contentType="text/html; charset=GBK"%> + <%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListStart.jspf"%> +<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=自定义函数;]~*/%> + + <%@ include file="/Tenwa/Core/FlowManager/BaseFlowList/BaseFlowApplyListEnd.jspf"%>