📄 queryrec_js.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" %>
<!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">
<!--
-->
</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">
<center> <h3><font color="#00A0BE"><h3>结算</h3></font></h3></center><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="4" align="center" width=600><font color="#ffffff">本月出货情况明细表</font></td>
</tr>
<tr>
<td align="center">商品类型</td>
<td align="center">商品名称</td>
<td align="center">出货量</td>
</tr>
<logic:iterate id="io" name="list" type="Object[]" scope="request"><div>
</div><tr>
<td align="center">${io[0]} </td>
<td align="center">${io[1]} </td>
<td align="center">${io[2]} </td>
</tr>
</logic:iterate>
<tr>
<td colspan=2 align="center"><font color="red">==总计==</font></td>
<td colspan=1 align="center"><font color="red"> </font></td>
</tr>
<tr>
<td colspan="3" align="right">>><font color="red">结算员: </font>某某某<<</td>
</tr>
<tr>
<td colspan="3" 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>
</font>
<br><center><html:button property="back" value="返回" onclick="history.back()"/></center>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -