From 79daec09df1d58170f259df52069ab80b3822033 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 18 Oct 2018 14:41:43 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=A7=9F=E9=87=91=E6=B5=8B=E7=AE=97=E8=9E=8D?= =?UTF-8?q?=E8=B5=84=E9=A2=9D=E8=AE=A1=E7=AE=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp index c5cb26604..a8da24b1c 100644 --- a/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp +++ b/WebContent/Accounting/LoanSimulation/LoanBasicInfoBusiness.jsp @@ -753,10 +753,7 @@ function getRatioByMoney(e){ } else { firstPayment = 0; } - //计算融资额 setItemValue(0, 0, "TOTAL_ALL", allMoney + ""); - cleanLeaseMoney = allMoney - firstPayment; - setItemValue(0, 0, "CLEAN_LEASE_MONEY", cleanLeaseMoney + "") for(var key in fundRules){ if(key=="EQUIP_AMT"){ @@ -804,6 +801,9 @@ function getRatioByMoney(e){ } } } + //计算融资额 + cleanLeaseMoney = allMoney - firstPayment; + setItemValue(0, 0, "CLEAN_LEASE_MONEY", cleanLeaseMoney + ""); cautionMoney(); } //根据比例算金额