%@ 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";
ASObjectModel doTemp = new ASObjectModel("ProjRentPlanChangeList");
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.FlowDataInfoHistory");//如果是历史则新显示历史数据
isShowButton=false;
}else{
isShowButton=true;
}
dwTemp.ShowSummary="1"; //汇总
dwTemp.Style="1";
dwTemp.ReadOnly = "1";
dwTemp.setPageSize(100);
dwTemp.genHTMLObjectWindow(docId);
String sButtons[][] = {
{"true","","Button","编辑","详情","viewAndEdit()","","","",""}
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>