<%@ page contentType="text/html; charset=GBK"%> <%@include file="/Frame/resources/include/include_begin_info.jspf"%> <%@ page import="com.tenwa.doc.action.DocumentListAction" %> <% //定义变量 String sObjectNo = "";//--对象编号 //获得组件参数 String sLibraryId = CurPage.getParameter("Library_id"); String fileType = CurPage.getParameter("fileType"); ASObjectModel doTemp = new ASObjectModel("LoanLBDocumentInfo"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="2"; // 设置DW风格 1:Grid 2:Freeform dwTemp.ReadOnly = "0"; // 设置是否只读 1:只读 0:可写 dwTemp.genHTMLObjectWindow(""); 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"%>