%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_info.jspf"%><%
/*
Content: 格式化报告参数信息详情
Input Param:
DocID: 格式化调查报告编号
OrgID: 使用机构
*/
//获得组件参数
String sDocID = CurPage.getParameter("DocID");
String sOrgID = CurPage.getParameter("OrgID");
String sDocName = CurPage.getParameter("DocName");
if(sDocID == null) sDocID = "";
if(sOrgID == null) sOrgID = "";
if(sDocName == null) sDocName = "";
ASObjectModel doTemp = new ASObjectModel("FormatdocParaInfo");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="2"; //设置DW风格 1:Grid 2:Freeform
dwTemp.ReadOnly = "0"; //设置是否只读 1:只读 0:可写
dwTemp.genHTMLObjectWindow(sDocID+","+sOrgID);
String sButtons[][] = {
{"true","","Button","保存","保存","saveRecord()","","","",""}
};
%><%@include file="/Frame/resources/include/ui/include_info.jspf"%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>