%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
String customer_id = CurPage.getParameter("customer_id");
String flowunid = CurPage.getParameter("flowunid");
String fulladdress = CurPage.getParameter("fulladdress");
String country = CurPage.getParameter("country");
String province = CurPage.getParameter("province");
String dressdetail = CurPage.getParameter("dressdetail");
String zipcode = CurPage.getParameter("zipcode");
String provincename = CurPage.getParameter("provincename");
String id = CurPage.getParameter("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 = "CustomerPersonAddress";//--模板号--
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('cancel')","","","","btn_icon_return"}
};
sButtonPosition = "south";
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>