From b2dc10e90a6c01721a8b4a66399c4d43d2f1e8f6 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 20 Dec 2018 14:26:40 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=BD=A6=E8=BE=86=E8=9E=8D=E8=B5=84=E9=A2=9D?= =?UTF-8?q?=E9=9A=8F=E6=9B=B4=E6=94=B9=E8=80=8C=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp index a3d0dbbf3..11d6c14f2 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfo.jsp @@ -228,7 +228,6 @@ $(function(){ changeSettleMethod3(); } getRatioByMoney(getObj(0, "EQUIP_AMT")); - financingCar(); }); function financingCar(){ var financingCar = getItemValue(0, 0, "EQUIP_AMT")-getItemValue(0, 0, "FIRST_PAYMENT"); @@ -243,6 +242,7 @@ function changgeCompare(){ }else{ $("#EQUIP_AMT").css("color","none"); } + financingCar(); } function isFina(){ var fundRules=calcRules["fund"]; @@ -898,6 +898,7 @@ function getRatioByMoney(e){ setItemValue(0, 0, "ALL_FIRST_PAYMENT_RATIO_0", ((firstPayment / allMoney) * 100).toFixed(6)); } cautionMoney(); + financingCar(); } //¸ù¾Ý±ÈÀýËã½ð¶î function getMoneyByRatio(e){ @@ -925,6 +926,7 @@ function getMoneyByRatio(e){ setValue(col,Number(money*ratio/100).toFixed(2)); } cautionMoney(); + financingCar(); } function setValue(colName,value){