%@ page contentType="text/html; charset=GBK"%>
<%@page import="com.amarsoft.app.base.util.ObjectWindowHelper"%>
<%@page import="com.amarsoft.app.base.util.XMLHelper" %>
<%@page import="com.amarsoft.app.base.businessobject.*"%>
<%@include file="/Frame/resources/include/include_begin_list.jspf"%>
<%
String xmlFile = CurPage.getParameter("XMLFile");//"{$ARE.PRD_HOME}/etc/app/accounting/accountcode-config.xml"
String xmlTags = CurPage.getParameter("XMLTags");//BookTypes//BookType
String keys = CurPage.getParameter("Keys"); //ID
String type = CurPage.getParameter("Type");
ASObjectWindow dwTemp = ObjectWindowHelper.createObjectWindow_List("PRD_ComponentACList", BusinessObject.createBusinessObject(), CurPage, request);
ASDataObject doTemp=dwTemp.getDataObject();
doTemp.setBusinessProcess("com.amarsoft.app.als.businessobject.web.XMLBusinessObjectProcessor");
dwTemp.Style="1"; //设置为Grid风格
dwTemp.ReadOnly="1";
dwTemp.setPageSize(20);
dwTemp.genHTMLObjectWindow("");
String sButtons[][] = {
{"true","All","Button","新增","新增","newComponent()","","","","",""},
{"true","","Button","编辑","编辑","editComponent()","","","","",""},
{"true","All","Button","删除","删除","deleteComponent()","","","","",""},
};
%>
<%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<%@include file="/Frame/resources/include/include_end.jspf"%>