%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBeginMD.jsp"%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Main00;Describe=注释区;]~*/%> <% /* Content: 中小企业调查报告 Input Param: 必须传入的参数: DocID: 文档template ObjectNo:业务号 SerialNo: 调查报告流水号 可选的参数: Method: 其中 1:display;2:save;3:preview;4:export FirstSection: 判断是否为报告的第一页 */ %> <%/*~END~*/%> <% int iDescribeCount = 1; //这个是页面需要输入的个数,必须写对:客户化1 %> <%@include file="/FormatDoc/IncludeFDHeader.jsp"%> <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=ReportInfo;Describe=生成报告信息;客户化2;]~*/%> <% StringBuffer sTemp=new StringBuffer(); sTemp.append("
"); String sReportInfo = sTemp.toString(); String sPreviewContent = "pvw"+java.lang.Math.random(); %> <%/*~END~*/%> <%@include file="/FormatDoc/IncludeFDFooter.jsp"%> <%@ include file="/IncludeEnd.jsp"%>