From 56d29fec4246e955443545f1a0ac1b3285640049 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Sat, 29 Dec 2018 18:39:26 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E4=BB=98=E6=AC=BE=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp index 8298fb2d0..4af67a8af 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundPayment/LCFundPaymentTempInfo.jsp @@ -15,7 +15,7 @@ /* if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory"); } */ -/* String operationType = ""; + /* String operationType = ""; String distributorId = ""; BizObject bo=JBOFactory.createBizObjectQuery("jbo.prd.PRD_SPECIFIC_LIBRARY","PRODUCTID=:productId").setParameter("productId", productId).getSingleResult(false); BizObject bo1=JBOFactory.createBizObjectQuery("jbo.com.tenwa.lease.comm.LB_CONTRACT_INFO","ID=:contractId").setParameter("contractId", contractId).getSingleResult(false); @@ -28,7 +28,7 @@ if("BAIC_MOTOR".equals(operationType)&&"0010".equals(phaseNo)){ doTemp.setReadOnly("CLIENT_ACCOUNT",false); doTemp.setColInnerBtEvent("CLIENT_ACCOUNT", "selectAccount()"); - } */ + } */ ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform //dwTemp.ReadOnly = "-2";//只读模式 @@ -67,7 +67,7 @@ function lendingType(){ } } //选择子经销商查询 -function selectAccount(){ +<%-- function selectAccount(){ var sdistributorId="<%=distributorId%>"; AsDialog.OpenSelector("SelectDistributorAccount", "distributorid,"+sdistributorId, "dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px", function(sReturn){ if(!sReturn||sReturn=="_CANCEL_"){ @@ -86,7 +86,7 @@ function selectAccount(){ setItemValue(0, 0, "CLIENT_BANK",openBank); setItemValue(0, 0, "CLIENT_ACCNUMBER",accNumber); }, "选择经销商账户",''); -} +} --%> <%@ include file="/Frame/resources/include/include_end.jspf"%> \ No newline at end of file