📄 createdepotmission.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>
<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">调度员:<bean:write name="username" scope="session"/>,您的位置--><html:link href="./dispatchCenter.jsp
">调度中心</html:link>-->审核库存数量</font></font></div>
<br>
<html:form action="/createDepotMission">
<br>
<div align="center"><font color="#00A0BE">配 送 单 库 存 审 核</font><br><br>
<table width="80%" border="1" bordercolor="#00A0BE" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td bgcolor="#00A0BE" align="center" colspan="5"><font color="#ffffff">配 送 单 信 息</font></td>
</tr>
<tr><td align="center">订 单 号</td>
<td align="center">配送单货物数量</td>
<td align="center">库 存 数 量</td>
<td align="center">是 否 满 足</td>
</tr>
<logic:iterate id="object" type="Object[]" name="in_list" scope="session">
<tr><td align="center"><font color="#00A0BE">${object[1]}</font></td>
<td align="center"><font color="#00A0BE">${object[2]}</font></td>
<td align="center"><font color="#00A0BE">${object[3]}</font></td>
<td align="center"><font color="#00A0BE"></font>
<bean:define id="compare" value="${object[2]}"></bean:define>
<logic:greaterThan name="compare" value="${object[3]}">不满足</logic:greaterThan>
<logic:lessThan name="compare" value="${object[3]}">满足</logic:lessThan>
</td>
</tr>
</logic:iterate>
<tr><td colspan="5"><hr></tr>
<tr><td bgcolor="#FFcccc" colspan="5"><font color="#00A0BE">说明:审核数量发送任务单给仓库</font></tr>
</tbody>
</table></div>
<br>
<div align="center">
<html:submit value="发送任务单给仓库" property="submit"/>
<html:button property="back" onclick="history.back()">返 回</html:button>
</div>
</html:form>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<hr>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -