%@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")%> |
|
当前位置:查询统计
>
借出查询
>>> |
| |
<%
List list=(List)request.getAttribute("loanQuery");
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="";
java.sql.Date createTime=null;
GoodsForm goodsF=null;
short state=0;
String strState="";
%>
| 借出单号 |
物资名称 [ 规格 ] |
借用人 |
电话 |
负责人 |
操作员 |
借出时间 |
状态 |
<%
for(int i=0;i
| <%=lno%> |
<%=goodsname%> [ <%=spec%> ] |
<%=borrowperson%> |
<%=btel%> |
<%=principal%> |
<%=username%> |
<%=createTime%> |
<%=strState%> |
<%} %>
<%}%>
|
|
|
|
| <%@include file="copyright.jsp"%>
|