Files
old_baoxin_wms/tomcat/webapps/sm/tzh.jsp
2025-09-12 17:05:46 +08:00

43 lines
1.7 KiB
Plaintext

<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="java.util.*"%>
<%@ page import="com.wxzd.wms.util.ServerUtil"%>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>带通知号入库组盘扫描</title>
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="expires" CONTENT="0">
<link rel="stylesheet" type="text/css" href="css/sm.css">
<script type="text/javascript" src="script/ajax.js"></script>
<script type="text/javascript" src="script/tzh.js"></script>
<script type="text/javascript" src="script/logic.js"></script>
</head>
<body>
<jsp:useBean id="db1" scope="application" class="com.zcsoft.dbvisit.DB" />
<%
String errorInfo = "";
session = request.getSession(false);
if (session == null || session.getAttribute("userInfo") == null)
{
response.sendRedirect("sm.jsp");
return;
}
%>
<form onsubmit="return check();">
<table id=content style="width: 300px">
<tr><td colspan=2 class=title2>请依次扫描产品号扫托盘号 带通知号
<tr><td>扫描框<input size=40 maxlength=100 name=code id=code class=cellField onkeydown="save();"><input id=cmdDel type=button value="删除" onclick="delone();">
<tr><td colspan=2>
<table border=1 style="width: 300px ;white-space:pre-wrap;">
<tr><th style="width: 20px">选择</th><th style="width: 70px">产品票</th><th style="width: 70px">编号</th><th style="width: 70px">批号</th><th style="width: 70px">数量</th>
<tbody id="drkxx">
</tbody>
</table>
</td></tr>
<tr><td>放入仓库<input size=5 maxlength=6 name=rkck id=rkck class=cellField>
<tr><td>放入库位<input size=5 maxlength=6 name=rkkw id=rkkw class=cellField disabled="true">不输自动安排
</table>
</form>
</body>
</html>