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