📄 addstand.jsp
字号:
<%@page contentType="text/html;charset=GBK"%>
<%@include file="/IncludeBegin.jsp"%>
<script language=javascript src="<%=sResourcesPath%>/keyevent.js"> </script>
<%
String sCode = DataConvert.toRealString(iPostChange,CurPage.getParameter("Code"));
String PG_TITLE = (String) Configure.getConfigure(sIe_Language, "Shipping_IM").get("TITLE");
String alert1 = (String) Configure.getConfigure(sIe_Language,"Shipping_IM").get("ERROR_WEIGHT_NULL");
String standno = (String) Configure.getConfigure(sIe_Language,"Shipping_IM").get("LB_STANDNO");
String weight = (String) Configure.getConfigure(sIe_Language,"Shipping_IM").get("LB_WEIGHT");
%>
<script language="javascript">
function Che_acc(){
if ( document.all.weight ==null || document.all.weight.value.length ==0){
alert('<%= alert1%>');
document.all.weight.focus();
return;
} else {
OpenComp("SaveStand","/ShippingManager/InventoryMaintenance/addStand/saveStand.jsp","Code=<%= sCode %>&weight="+document.all.weight.value+"&rand="+randomNumber(),"right","");
}
}
</script>
<br>
<br>
<body bgcolor="#DCDCDC">
<table width="75%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><%=standno%>:</td>
<td> <input name="standno" type="text" id="standno" size="4" maxlength="4" value="<%= sCode %>" readonly></td>
</tr>
<tr>
<td><%=weight%></td>
<td> <INPUT TYPE="text" NAME="weight" size="4" maxlength="4" onkeydown="NumberInput()"></td>
</tr>
<tr>
<td> </td>
<td colspan="3">
<input type="button" name="next" value="<%=(String)Configure.getConfigure(sIe_Language,"Common").get("SUBMIT")%>" onClick="javascript:Che_acc()" style="font-size:9pt;padding-top:3;padding-left:5;padding-right:5;background-image:url(../../../Resources/functionbg.gif); border: #DCDCDC; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px" border='1'>
<input type="button" name="reedit" value="<%=(String)Configure.getConfigure(sIe_Language,"Common").get("REEDIT")%>" onClick="javascript:window.location.href = window.location.href" style="font-size:9pt;padding-top:3;padding-left:5;padding-right:5;background-image:url(../../../Resources/functionbg.gif); border: #DCDCDC; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px" border='1'>
<input type="button" name="cancel" value="<%=(String)Configure.getConfigure(sIe_Language,"Common").get("ABORT")%>" onClick="javascript:OpenPage('/Blank.jsp?TextToShow=', 'right','');" style="font-size:9pt;padding-top:3;padding-left:5;padding-right:5;background-image:url(../../../Resources/functionbg.gif); border: #DCDCDC; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px" border='1'>
</td>
</tr>
</table>
</body>
<%@include file="/IncludeEnd.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -