31 lines
1.1 KiB
Plaintext

<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin_list.jspf"%><%
String paymentnumber = CurPage.getParameter("plannumber");
String ishistory= CurPage.getParameter("IsHistory");
String flowunid = CurPage.getParameter("FlowUnid");
String modelName = "LCRentPlanList";
String parm = paymentnumber;
if(null!=ishistory&&ishistory.equals("true")){
//doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");//如果是历史则新显示历史数据
modelName = "LCRentPlanListHis";
parm = flowunid;
isShowButton=false;
}else{
isShowButton=true;
}
ASObjectModel doTemp = new ASObjectModel(modelName);
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
String nodeNo=CurPage.getParameter("NodeNo");
dwTemp.ShowSummary="1"; //汇总
dwTemp.Style="1";
dwTemp.ReadOnly = "1";
dwTemp.setPageSize(100);
dwTemp.genHTMLObjectWindow(parm);
String sButtons[][] = {
};
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
<%@ include file="/Frame/resources/include/include_end.jspf"%>