⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iostockrec.jsp

📁 这是一个物流管理系统
💻 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">&gt;&gt;管理员:您的位置-&gt;选择操作-&gt;库房-&gt;出入库记录</font></font></div>
      <br>
    <br> 
       <div> <table border="0"  border="0" align="center">
        <tr>
          <td align="right">出库记录&gt;&gt;</td>
          <td style="background-color: rgb(0, 160, 190);">
                 <html:link page="/warehouseRecord.do?method=outRecord">
                 <font color="#ffffff">..已经提货的详细记录</font></html:link>
         </td>
        </tr>
        <tr></tr>
        <tr>
          <td align="right">入库记录&gt;&gt;</td>
          <td style="background-color: rgb(0, 160, 190);">
             <html:link page="/warehouseRecord.do?method=inRecord">
             <font color="#ffffff">..已经入库货物的详细记录</font></html:link>
          </td>
        </tr>
          <tr>
          <td align="right">预订记录&gt;&gt;</td>
          <td style="background-color: rgb(0, 160, 190);">
              <html:link page="/warehouseRecord.do?method=reserveRecord">
              <font color="#ffffff">..已经审核通过的但并未提货的详细记录</font></html:link>
          </td>
        </tr>
          <tr>
          <td align="right">退货记录&gt;&gt;</td>
          <td style="background-color: rgb(0, 160, 190);">
              <html:link page="/warehouseRecord.do?method=returnRecord">
              <font color="#ffffff">..已经退货的记录</font></html:link>
          </td>
        </tr>
        <tr></tr> 
      </table>
      </div>
        <br>
        <br>
      <center><html:button property="back" value="返回" onclick="history.back()"/></center>
  </body>

</html:html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -