See More

%@page contentType="text/html; charset=gb2312" language="java"%> <%@page import="com.actionForm.DamageForm"%> <%@page import="com.actionForm.BranchForm"%> <%@page import="com.actionForm.GoodsForm"%> <%@page import="com.core.GetTime"%> <%@page import="java.util.*"%>

物资管理系统
<%@include file="top.jsp"%>
当前登录用户:<%=session.getAttribute("username")%>   当前位置:查询统计 > 部门报损查询 >>>
   
 
请选择查询依据:
报损时间: 从 (日期格式为:2011-07-05)
<% List list=(List)request.getAttribute("damageQuery"); System.out.println("LIST SIZE:"+list.size()); if(list.size()==0){ %>
没有符合条件的部门报损信息!
<% }else{ String goodsname=""; String username=""; String createtime=""; String branchname=""; String spec=""; String principal=""; String cause=""; int damagenum=0; String unit=""; %> <% for(int i=0;i <%}%>
物资名称 规格 数量 部门 报损时间 负责人 操作员 原因
 <%=goodsname%>  <%=spec%>  <%=damagenum%>(<%=unit%>)  <%=branchname%>  <%=createtime%>  <%=principal%> <%=username%>  <%=cause%>
<%}%>
 
<%@include file="copyright.jsp"%>