25 lines
933 B
Plaintext
25 lines
933 B
Plaintext
<%@ 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"%>
|
|
<script type="text/javascript">
|
|
function saveRecord(){
|
|
as_save("myiframe0");
|
|
}
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |