<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_info.jspf"%><% String id = CurPage.getParameter("id"); String RightType=CurPage.getParameter("RightType"); if(id == null) id = ""; if(RightType==null) RightType=""; ASObjectModel doTemp = new ASObjectModel("LB_CONTRACT_GPS_INFO"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="2"; if(RightType.equals("ReadOnly")){//控制页面只读 dwTemp.ReadOnly="1"; } dwTemp.genHTMLObjectWindow(id); CurPage.getCurComp().setAttribute("RightType", RightType); String sButtons[][] = { {"true","All","Button","保存","保存","saveRecord()","","","","btn_icon_save"} }; %><%@include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>