From 574cfb084c32d20a2bee1779d813d00483043e19 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Sat, 9 Nov 2019 15:45:10 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9js=E5=B0=8F=E6=95=B0?= =?UTF-8?q?=E7=9B=B8=E5=8A=A0=E6=B5=AE=E5=8A=A8=E5=B0=8F=E6=95=B0=E7=B2=BE?= =?UTF-8?q?=E5=BA=A6=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4=E7=9A=84=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E5=A4=B1=E6=95=88=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Accounting/LoanSimulation/RentPlanList.jsp | 4 ++-- .../Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WebContent/Accounting/LoanSimulation/RentPlanList.jsp b/WebContent/Accounting/LoanSimulation/RentPlanList.jsp index a22b5a4f1..c8d02a2b3 100644 --- a/WebContent/Accounting/LoanSimulation/RentPlanList.jsp +++ b/WebContent/Accounting/LoanSimulation/RentPlanList.jsp @@ -22,12 +22,12 @@ } */ String Distributor=CurPage.getParameter("isDistributor"); String orgid = CurUser.getOrgID(); - if(CurUser.hasRole("401")){ + /* if(CurUser.hasRole("401")){ doTemp.setVisible("CORPUS", false); doTemp.setVisible("INTEREST", false); doTemp.setVisible("CORPUS_BUSINESS", false); doTemp.setVisible("INTEREST_BUSINESS", false); - } + } */ CurPage.setAttribute("modelno","rent"); doTemp.setJboClass(tcb.getRentPlan_tb()); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp index 06ffb163f..6e07732cd 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp @@ -161,6 +161,8 @@ prepareIncomeMoney = eval(prepareIncomeMoney +"+"+ otherOverMoneys[j]); prepareIncomeMoney = eval(prepareIncomeMoney +"+"+ otherOverPenaltyMoneys[j]); } + prepareIncomeMoney = prepareIncomeMoney.toFixed(2); + thisRowMoney = thisRowMoney.toFixed(2); if(prepareIncomeMoney-thisRowMoney>=mayopeMoney){ alert("操作失败,网银可核销金额已为0。"); $("input[onclick='checkInputData("+i+")']").removeAttr("checked");