<%@ page contentType="text/html; charset=GBK"%> <%@page import="com.tenwa.reckon.util.TbBeanTools"%> <%@page import="com.tenwa.reckon.bean.TabCalBean"%> <%@ 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"); TabCalBean tcb=TbBeanTools.getTabInfo(calType); String RightType= CurPage.getParameter("RightType"); String taskno=CurPage.getParameter("TaskNo"); String ishistory=CurPage.getParameter("IsHistory"); String nodeNo=CurPage.getParameter("NodeNo"); ASObjectModel doTemp = new ASObjectModel("LCCalcRulesTempList"); doTemp.appendJboWhere(" and "+planCName+"='"+plannumber+"'"); if(null!=ishistory&&ishistory.equals("true")){ doTemp.setDataQueryClass("com.tenwa.lease.flow.flowarchive.calcarchive.CalcRentListArachiveShow"); } CurPage.setAttribute("modelno","rule"); doTemp.setJboClass(tcb.getRuleTb()); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; dwTemp.ReadOnly = "0"; dwTemp.setPageSize(100); dwTemp.genHTMLObjectWindow(flowunid); String sButtons[][] =null; if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.equals("true"))){ RightType="ReadOnly"; sButtons=new String[][] { }; }else{ sButtons = new String[][]{ {"true","","Button","新增","新增","newRecord()","","","",""}, {"true","","Button","保存","保存","save()","","","",""}, {"true","","Button","删除","删除","deleteRecord()","","","",""} }; } %><%@include file="/Frame/resources/include/ui/include_list.jspf"%> <%@ include file="/Frame/resources/include/include_end.jspf"%>