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");