<%@page contentType="text/html; charset=gb2312" language="java"%> <%@page import="com.actionForm.LoanForm"%> <%@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("loanBackQuery"); System.out.println("LIST SIZE:"+list.size()); if(list.size()==0){ %>
没有符合条件的借出单信息!
<% }else{ int id=0; String lno=""; String goodsname=""; String spec=""; String principal=""; String borrowperson=""; String btel=""; String username=""; String createTime=""; GoodsForm goodsF=null; %> <% for(int i=0;i <%} %>
借出单号 物资名称 [ 规格 ] 借用人 电话 负责人 操作员 借出审核时间 归还
 <%=lno%> <%=goodsname%> [ <%=spec%> ]  <%=borrowperson%>  <%=btel%>  <%=principal%>  <%=username%>  <%=createTime%>
<%}%>
 
<%@include file="copyright.jsp"%>