📄 querylocationstate.jsp
字号:
<%@ taglib prefix="list" uri="/jsp/tld/WuYangTag.tld" %>
<jsp:useBean id="global" class="src.com.MyGlobal" scope="session"/>
<% if (global.isLogined == false) {
%>
<jsp:forward page="../pub/DBErr.jsp" >
<jsp:param name="rtcode" value="-4" />
</jsp:forward>
<% }
%>
<html>
<head>
<title>仓库盘存</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language ="javascript" src='../pub/pub.js' type=text/javascript></script>
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body bgcolor="#949B93" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="1" height="90%" cellspacing="0" cellpadding="0" align="center" bordercolorlight="#616860" bordercolordark="#CCCCCC" bgcolor="#4c7171" >
<tr>
<td valign="top" >
<br><br>
<script language="JavaScript">
function AddLocation() {
open("LocationId.jsp","LocationList","scrollbars=yes,width=250,height=200")
}
function VerifyInput(e){
if(isEmpty(e.wearhouseId.value)){
alert("请输入仓库编码");
e.wearhouseId.focus();
return false;
}
}
</script>
<form method="post" name="insert" action="LocationStateQuery.jsp?queryMode=1" onsubmit="return VerifyInput(this);">
<blockquote>
<table width="407" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="textb" width="87"><b>仓库编码:</b></td>
<td width="251">
<select name="wearhouseId">
<list:wearhouse showType="select"/>
</select>
</td>
</tr>
<tr>
<td class="textb" width="87"><b>货位编号:</b></td>
<td width="251">
<input type="text" name="locationId" /><input type="button" value=">>" onclick="AddLocation()"/>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"> <br>
<input type="submit" name="Submit" value="盘存">
<input type="reset" name="reset" value="重置">
</div>
</td>
</tr>
</table>
<p> </p>
<p> <br>
</p>
<p>
</blockquote>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -