<%@page import="com.amarsoft.are.util.json.*"%> <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBegin.jsp"%><% String sObjectNo = CurPage.getParameter("CustomerID"); String sReportDate = CurPage.getParameter("ReportDate"); if(sObjectNo == null) sObjectNo = ""; if(sReportDate == null) sReportDate = ""; List l = JBOFactory.createBizObjectQuery("jbo.finasys.CUSTOMER_FSRECORD", "CustomerID=:CustomerID and ReportDate <> :ReportDate order by ReportDate desc") .setParameter("CustomerID", sObjectNo).setParameter("ReportDate", sReportDate).getResultList(false); ElementFilter elf = new NameListFilter("{RecordNo}{ReportScope}{ReportDate}"); String[][] comboBox = new String[2][l.size()]; for(int i=0;i

可对比财报期次  
<%@ include file="/IncludeEnd.jsp"%>