%@page import="com.zky.pojo.MyUtils"%>
<%@include file="/auth.jsp"%>
<%@page import="com.zky.manager.Util" %>
<%@page language="java" contentType="text/html;charset=utf-8"%>
<%
HashFmlBuf bufInfo=(HashFmlBuf)request.getAttribute("by_WjtjId");
int rowcount1 = bufInfo.getRowCount();
%>
涉密文件统计
<%= bufInfo.fget("DEPARTNAME",0)%>涉密文件信息表
单位: |
<%=bufInfo.fget("departname",0) %> |
日期: |
<%=MyUtils.getDateString() %> |
所属地市 |
所属区县 |
接收单位 |
文件数量 |
<%=bufInfo.fget("FRAMEWORKNAME",0)%> |
<%=bufInfo.fget("AREADEF",0)%> |
<%=bufInfo.fget("DEPARTNAME",0) %> |
<%=rowcount1 %> |
文件名称 |
文件号 |
发放人员 |
发放日期 |
<%
HashFmlBuf buf=(HashFmlBuf)request.getAttribute("by_WjtjId");
if (buf != null) {
int rowcount = buf.getRowCount();
for (int i=0; i
<%=buf.fget("FILE_NAME",i) %> |
<%=buf.fget("FILE_NUM",i) %> |
<%=buf.fget("PROVIDE_STAFFID",i) %> |
<%=buf.fget("PROVIDE_DATE",i) %> |
<%
}
%>
<%
}
%>
<%@include file="/print/print.jsp"%>
|