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){