From 5e3cd0a30aa66771ed1154f6e197b2fa8e0eeb35 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 16 Aug 2018 09:26:03 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=82=E4=BF=9D=E5=8D=95=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=85=88=E6=94=BE=E5=90=8E=E6=8A=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp index 557129314..2e6e5bd13 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp @@ -32,7 +32,7 @@ $(function(){ function lendingType(){ var lendingType = getItemValue(0, 0, "LENDING_TYPE"); if(lendingType==null||lendingType==""){ - setItemValue(0, 0, "LENDING_TYPE", "AFTER"); + setItemValue(0, 0, "LENDING_TYPE", "FIRST"); } }