%@page contentType="text/html; charset=gb2312" language="java"%>
<%@page import="com.actionForm.InStorageForm"%>
<%@page import="com.core.GetTime"%>
<%@page import="java.util.*"%>
<%
boolean flag=false;
%>
物资管理系统
| <%@include file="top.jsp"%>
|
| 当前登录用户:<%=session.getAttribute("username")%> |
|
当前位置:查询统计
>
入库查询
>>> |
| |
<%
List list=(List)request.getAttribute("inStorageForm");
System.out.println("LIST SIZE:"+list.size());
if(list.size()==0){
%>
<%
}else{
int id=0;
String ino="";
int stockid=0;
String username="";
String inTime="";
%>
| 入库单号 |
操作员 |
入库时间 |
查看原采购单详细信息 |
<%
for(int i=0;i
| <%=ino%> |
<%=username%> |
<%=inTime%> |
查看 |
<%}%>
<%}%>
|
|
|
|
| <%@include file="copyright.jsp"%>
|