37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
<%@ 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);
|
|
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("LCCashFlowTemp");
|
|
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","cash");
|
|
doTemp.setJboClass(tcb.getContractCashTb());
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
|
dwTemp.Style="1";
|
|
dwTemp.ShowSummary="1"; //汇总
|
|
dwTemp.ReadOnly = "1";
|
|
dwTemp.setPageSize(100);
|
|
|
|
dwTemp.genHTMLObjectWindow(flowunid);
|
|
|
|
String sButtons[][] = {
|
|
};
|
|
%><%@include file="/Frame/resources/include/ui/include_list.jspf"%>
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |