<%@ page contentType="text/html; charset=GBK"%><%@ include file="/Frame/resources/include/include_begin_list.jspf"%><%@ page import="com.amarsoft.app.awe.framecase.formatdoc.template01.ActionForD000100" %><%@ page import="com.amarsoft.are.jbo.*" %><% //获取jbo的list BizObjectManager bomOne = JBOFactory.getFactory().getManager("jbo.app.FORMATDOC_CATALOG"); ASObjectModel doTemp = new ASObjectModel(bomOne); doTemp.setBusinessProcess("com.amarsoft.app.awe.framecase.formatdoc.template01.ActionForD000100"); doTemp.setVisible("*",false); //缺省显示全部属性,这里设置全部不显示的 doTemp.setVisible("DOCID,DOCNAME,DOCTYPE,ORGID",true); //设置显示的 doTemp.setJboWhere(ActionForD000100.genJboWhere(CurPage.getParameter("DataSerialNo"), request)); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.setPageSize(10); dwTemp.MultiSelect = true; dwTemp.forceSerialJBO = true; dwTemp.Style="1"; //设置为Grid风格 dwTemp.ShowSummary = "1"; dwTemp.ReadOnly = "1";//只读模式 dwTemp.genHTMLObjectWindow(""); String sButtons[][] = { {"true","","Button","确定","确定","as_doAction(0,'afterSave()','saveList')","","","",""}, {"true","","Button","关闭","关闭","parent.AsDialog.ClosePage();","","","",""}, }; %><%@ include file="/Frame/resources/include/ui/include_list.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>