1.手续费维护修改。
This commit is contained in:
parent
d2c17e5e40
commit
878b46ec71
@ -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]);
|
||||
},"请选择渠道信息");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user