📄 queryrec_pd.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true" >
<head>
<html:base />
<title>盘点</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body><font color="#00A0BE">
<strong><font color="#00a0be">Xsofa物流系统<div align="right"><html:link href="../admin/adminLogin.jsp">登出</html:link></div></font></strong>
<hr>
<div style="background-color: rgb(0, 160, 190);" ><font face="黑体"><font color="#ffffff">>>管理员:您的位置->选择操作->库房->盘点</font></font></div>
<br><br>
<div align="center">
<html:form action="/queryRec_pd.do">
货品类型:<html:select property="xuanxiang">
<html:option value="quanbu">全部信息</html:option >
<html:option value="1000">体育用品</html:option>
<html:option value="1001">生活用品</html:option>
<html:option value="1002">日常用品</html:option>
<html:option value="1003">医疗用品</html:option>
<html:option value="1004">家用电器</html:option>
</html:select>
<html:submit value="查询"/>
</html:form>
<br>
<br>
>><font color="#00A0BE">出库任务</font>|<font color="#666666">入库任务</font>|<font color="#666666">退货任务</font><<
</div>
<table border="1" align="center" width=600 bordercolor="#00a0be" cellspacing="0">
<tr style="background-color: rgb(0, 160, 190);">
<td colspan="5" align="center" width=600><font color="#ffffff">盘点</font></td>
</tr>
<tr>
<td>商品编号</td>
<td>商品类型</td>
<td>商品名称</td>
<td>库存量(件)</td>
<td>单位</td>
</tr>
<logic:notEmpty name="list"><div>
</div><logic:iterate id="stocklist" name="list" type="Object[]"><div>
</div><tr>
<td align="center">${stocklist[0]} </td>
<td align="center">${stocklist[1]} </td>
<td align="center">${stocklist[2]} </td>
<td align="center">${stocklist[3]} </td>
<td align="center">${stocklist[4]} </td>
</tr>
</logic:iterate>
</logic:notEmpty>
<tr>
<td colspan="5" ></td>
<td colspan="5" ></td>
</tr>
<tr>
<td colspan="5" align="right">>><font color="red">盘点员: </font>某某某<<</td>
</tr>
<tr>
<td colspan="5" align="right"><font color="#ffffff"><font color="red">盘点日期: <%=new java.util.Date().getYear()+1900%>年<%=new java.util.Date().getMonth()+1%>月<%=new java.util.Date().getDate()%>日</font></font></td>
</tr>
</table>
<br>
<div align="center"><a href="./warehouse.jsp">返回</a>
<br></div> </font>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -