From af2be8171580c0d21b59277ce076c9825fa76677 Mon Sep 17 00:00:00 2001 From: zhangjun Date: Sat, 23 Nov 2019 18:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=B8=BB=E4=BD=93=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MoreThemeMaintenanceInfo.jsp | 18 +++++++++++++++++- .../MoreThemeMaintenanceList.jsp | 7 ++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceInfo.jsp index 17b323fb8..3db85366a 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceInfo.jsp @@ -9,7 +9,7 @@ ASObjectModel doTemp = new ASObjectModel(sTempletNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform - dwTemp.ReadOnly = "0";//只读模式 + //dwTemp.ReadOnly = "0";//只读模式 dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID")); String sButtons[][] = { @@ -23,6 +23,22 @@ function saveRecord(sPostEvents) { as_save("myiframe0", "goBack()"); } + + // 主体账户选择; + function selectloanlimit(){ + AsDialog.OpenSelector("SelectLoanLimit","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){ + if(!sReturn||sReturn=="_CANCEL_"){ + //alert(getHtmlMessage('1'));//请选择一条信息! + return; + } + sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性 + //setItemValue(0,getRow(),"OA_ID",sReturn[0]);//向页面的框中添加数据 + setItemValue(0,getRow(),"ACC_NAME",sReturn[0]); + setItemValue(0,getRow(),"BANK_NAME",sReturn[1]); + setItemValue(0,getRow(),"ACC_NUMBER",sReturn[2]); + setItemValue(0,getRow(),"BRANCH_TITLE",sReturn[3]); + },"请选择账户名称"); + } <%@ include file="/Frame/resources/include/include_end.jspf"%> diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp index 699fe2c09..b0eeb4673 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp @@ -17,9 +17,6 @@ }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>