<%@ page contentType="text/html; charset=GBK"%> <%@ include file="/Frame/resources/include/include_begin_list.jspf"%><% String flowunid=CurPage.getParameter("flowunid");//流程编号 String plannumber=CurPage.getParameter("plannumber");//方案编号 String planCName=CurPage.getParameter("planCName");//项目方案 合同方案 投放编号 列名 String calType=CurPage.getParameter("calType"); String productId=CurPage.getParameter("productId"); if(flowunid == null) flowunid = "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("LCFundPlanChangeTemp"); doTemp.appendJboWhere(" and "+planCName+"='"+plannumber+"'"); String flowNo=CurPage.getParameter("FlowNo"); if(null!=ishistory&&ishistory.equals("true") && !flowNo.equals("RentDormantFlow")){ doTemp.setDataQueryClass("com.tenwa.lease.flow.flowarchive.calcarchive.CalcRentListArachiveShow"); } CurPage.setAttribute("modelno","fund"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.setPageSize(100); dwTemp.ReadOnly = "1"; //只读模式 dwTemp.genHTMLObjectWindow(flowunid); //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] =null; if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ sButtons=new String[][] { }; }else{ sButtons=new String[][] { {"true","All","Button","新增","新增","newRecord()","","","","btn_icon_add"}, {"true","","Button","修改","修改","viewAndEdit()","","","","btn_icon_edit"}, {"true","","Button","删除","删除","deleteRecord()","","","","btn_icon_delete"}, {"true","","Button","更新现金流","修改","updateFlow()","","","","btn_icon_edit"}, }; } %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>