From e7715c7570cabe7261355e9019940f9d8d2a0d1e Mon Sep 17 00:00:00 2001 From: tangfutang <3218982385@qq.com> Date: Wed, 22 Sep 2021 13:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E6=AE=B5=E8=9E=8D?= =?UTF-8?q?=E8=B4=B4=E6=81=AF=E9=A1=B5=E9=9D=A2=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LoanSimulation/LCCalcSubsectionInfoTempList.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation/LCCalcSubsectionInfoTempList.jsp b/WebContent/Accounting/LoanSimulation/LCCalcSubsectionInfoTempList.jsp index f9244329d..22ef46869 100644 --- a/WebContent/Accounting/LoanSimulation/LCCalcSubsectionInfoTempList.jsp +++ b/WebContent/Accounting/LoanSimulation/LCCalcSubsectionInfoTempList.jsp @@ -209,8 +209,8 @@ var ifd = getItemValue( 0, i, 'IS_FIXED_DISCOUNT' ); if(ifd =="Y"){ - $("input[id*=DISCOUNT_"+i+"]").attr('readonly',true); - $("input[id*=DISCOUNT_"+i+"]").css('border','0'); + $("input[id*=DISCOUNT_INTEREST_"+i+"]").attr('readonly',true); + $("input[id*=DISCOUNT_INTEREST_"+i+"]").css('border','0'); } } }