diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp index ecc1b05a7..f51a0823a 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp @@ -7,6 +7,7 @@ if(sPrevUrl == null) sPrevUrl = "/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceList.jsp"; String sTempletNo = "LPoundageMaintenanceInfo";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); + doTemp.setHtmlEvent("charge_channel", "onchange", "getChargeWay"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform dwTemp.ReadOnly = "0";//只读模式 @@ -20,33 +21,15 @@ function goBack(){ parent.AsDialog.ClosePage(); } - function saveRecord(sPostEvents) { - as_save("myiframe0", "goBack()"); - } + function saveRecord(sPostEvents) { + as_save("myiframe0", "goBack()"); + } + function getChargeWay(){ + var chargeChannel = getItemValue(0,0,"charge_channel"); + - // 主体名称选择; - function selectprincipalpart(){ - AsDialog.OpenSelector("SelectPrincipalPart","","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(),"ACC_NAME",sReturn[0]); - },"请选择主体名称"); - } - - // 选择扣款渠道; - function selectdeductions(){ - AsDialog.OpenSelector("SelectDeductions","","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(),"ACC_NAME",sReturn[0]); - },"请选择渠道信息"); - } + } + <%@ include file="/Frame/resources/include/include_end.jspf"%>