<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% String docId = CurPage.getParameter("docId"); if(docId == null) docId = "100000"; String RightType= CurPage.getParameter("RightType"); String taskno=CurPage.getParameter("TaskNo"); String ishistory=CurPage.getParameter("IsHistory"); String nodeNo=CurPage.getParameter("NodeNo"); ASObjectModel doTemp = new ASObjectModel("ProjFundPlanChangeList"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory"); } dwTemp.Style="1"; dwTemp.ShowSummary="1"; //汇总 dwTemp.ReadOnly = "1"; dwTemp.setPageSize(25); dwTemp.genHTMLObjectWindow(docId); String sButtons[][] =null; if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ RightType="ReadOnly"; sButtons=new String[][] { {"true","","Button","详情","详情","viewAndEdit()","","","","btn_icon_detail",""} }; }else{ sButtons = new String[][]{ {"true","All","Button","新增","新增银行账户信息","newRecord()","","","",""}, {"true","","Button","修改","查看银行账户信息详情","viewAndEdit()","","","","btn_icon_edit"}, {"true","All","Button","删除","删除银行账户信息","deleteRecord()","","","",""}, };} %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>