📄 indentcheckedorderinfo.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 alighn="right"><html:link page="/checkedDepotMission.do?init=init">已审核配送任务单</html:link> -->
<div style="background-color: rgb(0, 160, 190);" ><font face="黑体"><font color="#ffffff">>>管理员:您的位置->选择操作->库房->审核出入库任务单->出入库已审核配送任务单详细信息</font></font></div>
<br>
<br>
<table border="1" align="center" width=600 bordercolor="#00A0BE" cellspacing="0">
<tr style="background-color: rgb(0, 160, 190);">
<td colspan="6" align="center" width=600><font color="#ffffff">已审核配送任务单信息</font></td>
</tr>
<tr>
<td>订单号</td>
<td>商品名称</td>
<td>审核配送单货物数量</td>
<td>库存数量</td>
<td>单位</td>
<td>结果</td>
</tr>
<logic:notEmpty name="checkedDetail" scope="session">
<logic:iterate id="checkedDet" name="checkedDetail" scope="session">
<tr>
<td>${checkedDet[0]}</td>
<td>${checkedDet[1]}</td>
<td>${checkedDet[2]}</td>
<td>${checkedDet[3]} </td>
<td>${checkedDet[4]} </td>
<bean:define id="compare" value="${checkedDet[2]}"></bean:define>
<td>
<logic:greaterThan name="compare" value="${checkedDet[3]}">不满足</logic:greaterThan>
<logic:lessThan name="compare" value="${checkedDet[3]}">满足</logic:lessThan>
</td>
</tr>
</logic:iterate>
</logic:notEmpty>
<tr style="background-color: #FFCC99;">
<td colspan="6" align="right"><font color="#ffffff">日期:
<%=new java.util.Date().getYear()+1900%>年<%=new java.util.Date().getMonth()+1%>月<%=new java.util.Date().getDate()%>日
<<<</font></td>
</tr>
</table>
<br>
<center><html:button property="back" value="返回" onclick="history.back()"/></center>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -