%@page contentType="text/html; charset=gb2312" language="java"%>
<%@page import="com.actionForm.StockMainViewForm"%>
<%@page import="com.core.GetTime"%>
<%@page import="java.util.*"%>
<%
boolean flag=false;
%>
物资管理系统
| <%@include file="top.jsp"%>
|
| 当前登录用户:<%=session.getAttribute("username")%> |
|
当前位置:查询统计
>
采购单查询
>>> |
| |
<%
List list=(List)request.getAttribute("stockQueryM");
System.out.println("LIST SIZE:"+list.size());
if(list.size()==0){
%>
<%
}else{
int id=0;
String sno="";
String provider="";
String principal="";
String username="";
String createTime="";
int state=-1;
String strState="";
%>
| 采购单号 |
供应商名称 |
负责人 |
操作员 |
采购时间 |
状态 |
<%
for(int i=0;i
| <%=sno%> |
<%=provider%> |
<%=principal%> |
<%=username%> |
<%=createTime%> |
<%=strState%> |
<%} %>
<%}%>
|
|
|
|
| <%@include file="copyright.jsp"%>
|