2018-06-03 22:26:41 +08:00

28 lines
1.1 KiB
Plaintext

<%@ 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");//项目方案 合同方案 投放编号 列名
ASObjectModel doTemp = new ASObjectModel("LCRentPlanTemp_Onhire");
doTemp.appendJboWhere(" and "+planCName+"='"+plannumber+"'");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
String ishistory=CurPage.getParameter("IsHistory");
String nodeNo=CurPage.getParameter("NodeNo");
if(null!=ishistory&&ishistory.equals("true")){
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");//如果是历史则新显示历史数据
isShowButton=false;
}else{
isShowButton=true;
}
dwTemp.ShowSummary="1"; //汇总
dwTemp.Style="1";
dwTemp.ReadOnly = "1";
dwTemp.setPageSize(100);
dwTemp.genHTMLObjectWindow(flowunid);
String sButtons[][] = {
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>