<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% String customer_id = CurPage.getParameter("customer_id"); if(customer_id == null) customer_id = ""; String flag = CurPage.getParameter("flag"); if(flag == null) flag = ""; String rightType = CurPage.getParameter("rightType"); if(rightType ==null)rightType=""; String sTempletNo = "CustomerAddress";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform if(rightType.equals("ReadOnly")){ dwTemp.ReadOnly = "1";//只读模式 } dwTemp.genHTMLObjectWindow(CurPage.getParameter("id")); CurPage.getCurComp().setAttribute("RightType", rightType); String sButtons[][] = { {"true","All","Button","保存","保存所有修改","saveRecord()","","","","btn_icon_save"}, {"true","","Button","返回","返回列表页面","parent.AsDialog.ClosePage()","","","","btn_icon_return"} }; sButtonPosition = "south"; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>