📄 storeregularadd.aspx
字号:
<%@ Page language="c#" Codebehind="StoreRegularAdd.aspx.cs" AutoEventWireup="false" Inherits="WMS.StoreRegularAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>StoreRegularAdd</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="StoreRegularAdd" method="post" runat="server">
<TABLE id="Table1" style="Z-INDEX: 102; LEFT: 150px; WIDTH: 688px; POSITION: absolute; TOP: 64px; HEIGHT: 352px"
borderColor="#ffcc66" cellSpacing="1" cellPadding="1" width="688" bgColor="#996699"
background=" " border="1">
<TR>
<TD vAlign="middle" align="center" colSpan="3"><FONT face="宋体">
<TABLE id="Table2" style="WIDTH: 661px; HEIGHT: 210px" borderColor="#ffcc66" cellSpacing="1"
cellPadding="1" width="661" bgColor="#ffffff" border="1">
<TR>
<TD vAlign="middle" align="center" colSpan="3"><FONT face="宋体">
<table cellSpacing="0" borderColorDark="#cccccc" cellPadding="5" width="90%" align="center"
borderColorLight="#000000" border="0">
<TR>
<TD style="HEIGHT: 40px" vAlign="middle" align="center" bgColor="#ffffff" height="40"></TD>
</TR>
<TR bgColor="#cccccc">
<TD style="HEIGHT: 40px" vAlign="middle" align="center" bgColor="#ffffff" height="40"><FONT size="5">
<DIV align="center"><FONT size="5" face="华文行楷">仓库管理信息系统</FONT></DIV>
<DIV align="center"><FONT size="3" face="幼圆">--添加存放规则</FONT></DIV>
</FONT>
</TD>
</TR>
<TR vAlign="middle" align="left" bgColor="#ffffff">
<TD style="HEIGHT: 184px" vAlign="top" height="184">
<DIV align="center">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="HEIGHT: 50px" width="34%">
<DIV align="right"><FONT face="幼圆">
<DIV align="right">货物名称:</DIV>
</FONT>
</DIV>
</TD>
<TD style="HEIGHT: 50px" width="38%"><FONT face="幼圆"> </FONT>
<asp:dropdownlist id="ddl_sgid" runat="server" Width="169px"></asp:dropdownlist><FONT face="幼圆">*</FONT></TD>
<TD style="HEIGHT: 50px" width="28%"><FONT face="幼圆"> </FONT>
<asp:requiredfieldvalidator id="rfv_sgid" runat="server" Width="126px" ControlToValidate="ddl_sgid" ErrorMessage="该项不能为空,请先维护货物信息"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD width="34%">
<DIV align="right">
<DIV align="right"><FONT face="幼圆">存放仓库:</FONT></DIV>
</DIV>
</TD>
<TD width="38%"><FONT face="幼圆"> </FONT>
<asp:dropdownlist id="ddl_swid" runat="server" Width="170px"></asp:dropdownlist><FONT face="幼圆">*</FONT></TD>
<TD width="28%"><FONT face="幼圆"> </FONT>
<asp:requiredfieldvalidator id="rfv_swid" runat="server" Width="152px" ControlToValidate="ddl_swid" ErrorMessage="该项不能为空,请先维护仓库信息"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD width="34%">
<DIV align="right"><FONT face="幼圆">存放下限:</FONT></DIV>
</TD>
<TD width="38%"><FONT face="幼圆"> </FONT>
<asp:textbox id="tbx_sbaseline" runat="server" Width="169px" BorderStyle="Groove"></asp:textbox><FONT face="幼圆">*</FONT></TD>
<TD width="28%"><FONT face="幼圆"> </FONT>
<asp:requiredfieldvalidator id="rfv_sbaseline" runat="server" Width="100px" ControlToValidate="tbx_sbaseline"
ErrorMessage="该项不能为空"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD width="34%">
<DIV align="right"><FONT face="幼圆">存放上限:</FONT></DIV>
</TD>
<TD width="38%"><FONT face="幼圆"> </FONT>
<asp:textbox id="tbx_stopline" runat="server" Width="169px" BorderStyle="Groove"></asp:textbox><FONT face="幼圆">*</FONT></TD>
<TD width="28%"> <FONT face="宋体">
<asp:requiredfieldvalidator id="rfv_stopline" runat="server" Width="100px" ControlToValidate="tbx_stopline"
ErrorMessage="该项不能为空"></asp:requiredfieldvalidator><BR>
<asp:CompareValidator id="cv_stopline" runat="server" ControlToValidate="tbx_stopline" ErrorMessage="输入有误,上限值必须大于下限值"
Type="Double" Operator="GreaterThan" ControlToCompare="tbx_sbaseline" Width="275px"></asp:CompareValidator></FONT></TD>
</TR>
<TR>
<TD width="34%">
<DIV align="right"> </DIV>
</TD>
<TD width="38%"><FONT size="2"><FONT color="#ff3300"> <FONT face="宋体">加*号为必填项目</FONT></FONT></FONT></TD>
<TD width="28%"> </TD>
</TR>
</TABLE>
</DIV>
<DIV align="center"></DIV>
<DIV align="center"></DIV>
<DIV align="center"></DIV>
</TD>
</TR>
<TR vAlign="middle" align="center" bgColor="#eeeeee">
<TD bgColor="#ffffff" height="2">
<DIV align="center">
<asp:Button id="btn_submit" runat="server" Text="提交" Width="87px" BorderStyle="Groove" ForeColor="White"
Font-Bold="True" BackColor="Purple"></asp:Button><FONT face="宋体"> </FONT>
<asp:HyperLink id="hlk_storeregularmanage" runat="server" NavigateUrl="storeregularmanage.aspx">返回</asp:HyperLink></DIV>
</TD>
</TR>
</table>
</FONT>
</TD>
</TR>
</TABLE>
</FONT>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -