📄 goodsadd.aspx
字号:
<%@ Page language="c#" Codebehind="GoodsAdd.aspx.cs" AutoEventWireup="false" Inherits="WMS.GoodsAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>GoodsAdd</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="GoodsAdd" method="post" runat="server">
<TABLE id="Table1" style="Z-INDEX: 102; LEFT: 150px; WIDTH: 720px; POSITION: absolute; TOP: 64px; HEIGHT: 416px"
borderColor="#ffcc66" cellSpacing="1" cellPadding="1" width="720" align="center" bgColor="#996699"
background=" " border="1">
<TR>
<TD vAlign="middle" align="center" colSpan="3"><FONT face="宋体">
<TABLE id="Table2" style="WIDTH: 693px; HEIGHT: 383px" borderColor="#ffcc66" cellSpacing="1"
cellPadding="1" width="693" 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 vAlign="middle" align="left" bgColor="#ffffff" height="5"></TD>
</TR>
<TR bgColor="#cccccc">
<TD vAlign="middle" align="left" bgColor="#ffffff" height="5">
<DIV align="center"><FONT face="华文行楷" size="5">仓库管理信息系统</FONT></DIV>
<DIV align="center"><FONT face="幼圆">--添加货品信息</FONT></DIV>
</TD>
</TR>
<TR vAlign="middle" align="left" bgColor="#ffffff">
<TD vAlign="top" height="107">
<DIV align="center"></DIV>
<DIV align="center"></DIV>
<DIV align="center"></DIV>
<DIV align="center">
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD width="36%">
<DIV align="right"><FONT face="幼圆">货品名:</FONT></DIV>
</TD>
<TD width="37%">
<asp:textbox id="tbx_gname" runat="server" BorderStyle="Groove"></asp:textbox>*</TD>
<TD width="27%">
<asp:requiredfieldvalidator id="rfv_gname" runat="server" ControlToValidate="tbx_gname" ErrorMessage="此项不能为空"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="HEIGHT: 23px" width="36%" height="23">
<DIV align="right"><FONT face="幼圆">最近市场价:</FONT></DIV>
</TD>
<TD style="HEIGHT: 23px" width="37%" height="23">
<asp:textbox id="tbx_gprice" runat="server" BorderStyle="Groove"></asp:textbox>*</TD>
<TD style="HEIGHT: 23px" width="27%" height="23">
<asp:requiredfieldvalidator id="rfv_gprice" runat="server" ControlToValidate="tbx_gprice" ErrorMessage="此项不能为空"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD width="36%">
<DIV align="right"><FONT face="幼圆">主提供商:</FONT></DIV>
</TD>
<TD width="37%">
<asp:textbox id="tbx_gprovider1" runat="server" BorderStyle="Groove"></asp:textbox>*</TD>
<TD width="27%">
<asp:requiredfieldvalidator id="rfv_gprovider1" runat="server" ControlToValidate="tbx_gprovider1" ErrorMessage="此项不能为空"></asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD width="36%">
<DIV align="right"><FONT face="幼圆">次提供商:</FONT></DIV>
</TD>
<TD>
<asp:textbox id="tbx_gprovider2" runat="server" BorderStyle="Groove"></asp:textbox></TD>
<TD> </TD>
</TR>
<TR>
<TD width="36%">
<DIV align="right"><FONT face="幼圆">货品描述:</FONT></DIV>
</TD>
<TD colSpan="2">
<asp:textbox id="tbx_gdescribe" runat="server" TextMode="MultiLine" Width="217px" Height="79px"
BorderStyle="Groove"></asp:textbox></TD>
</TR>
<TR>
<TD width="36%"> </TD>
<TD width="37%">
<DIV align="center"><FONT color="#ff0000">*为必填项目</FONT></DIV>
</TD>
<TD width="27%"> </TD>
</TR>
</TABLE>
</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="79px" ForeColor="White" BackColor="Purple"
Font-Bold="True" BorderStyle="Groove"></asp:button><FONT face="宋体"> </FONT>
<asp:hyperlink id="hlk_goodsmanage" runat="server" NavigateUrl="goodsmanage.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 + -