From 8781a52426be2949ce3d54d30c8a2112ddbcb252 Mon Sep 17 00:00:00 2001 From: zzk Date: Mon, 11 Apr 2022 12:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=89=8D=E7=BB=93=E6=B8=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LCContractTerminateInfo.jsp | 28 ++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp index d501ead51..9555de182 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LCContractTerminate/LCContractTerminateInfo.jsp @@ -6,7 +6,6 @@ Content: 示例详情页面 History Log: */ - String flowunid = CurPage.getParameter("FlowUnid"); String RightType = CurPage.getParameter("RightType");//选择模式 String ishistory=CurPage.getParameter("IsHistory"); @@ -31,7 +30,7 @@ String sTempletNo = "LCContractTerminate";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); doTemp.setDefaultValue("PAYMENT_NUMBER", paymentnumber); - if(Integer.parseInt(num)<2){ + if(Integer.parseInt(num)<2 || subsection.equals("segmented_financing")){ doTemp.setHtmlEvent("PAYDAY_ADJUST","onchange","getTerminateInfo"); } doTemp.setHtmlEvent("ADJUST_TYPE","onchange","changeInfo"); @@ -74,16 +73,6 @@ sButtonPosition = "south"; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>