<%@ page contentType="text/html; charset=GBK"%> <%@include file="/Frame/resources/include/include_begin_info.jspf"%> <% //定义变量 String sObjectNo = "";//--对象编号 //获得组件参数 String flowNo=CurPage.getParameter("FlowNo"); String sLibraryId = CurPage.getParameter("Library_id"); ASObjectModel doTemp = new ASObjectModel("FlowDocListUpload"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="2"; // 设置DW风格 1:Grid 2:Freeform dwTemp.ReadOnly = "0"; // 设置是否只读 1:只读 0:可写 dwTemp.genHTMLObjectWindow(sLibraryId); String[][] sButtons=null; sButtons=new String[][]{ {"true","","Button","保存","保存所有修改","importRecord()","","","",""}, {"true","","Button","取消","取消","viewAndEdit_attachment()","","","","btn_icon_close"}}; %><%@include file="/Frame/resources/include/ui/include_info.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>