⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addsale.aspx

📁 用.net开发的一套管理系统,功能比较全,挺好用的啊!
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="addsale.aspx.cs" AutoEventWireup="false" Inherits="cms.addsale" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>addsale</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>
		<form id="addsale" method="post" runat="server">
			<TABLE id="Table1" style="WIDTH: 539px; HEIGHT: 248px" cellSpacing="1" cellPadding="1"
				width="539" align="center" border="1">
				<TR>
					<TD style="HEIGHT: 38px" bgColor="#cccccc">
						<P align="center"><FONT face="宋体" size="6"><STRONG>添加客户新销售情况</STRONG></FONT></P>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 172px"><FONT face="宋体">
							<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="93%" align="center" bgColor="#f5f5f5"
								border="1">
								<TR>
									<TD>编号</TD>
									<TD>
										<asp:textbox id="Tbx_num" runat="server"></asp:textbox></TD>
									<TD>
										*
										<asp:RequiredFieldValidator id="Rv_id" runat="server" ErrorMessage="不为空" ControlToValidate="Tbx_num"></asp:RequiredFieldValidator></TD>
								</TR>
								<TR>
									<TD>客户名称</TD>
									<TD>
										<asp:DropDownList id="Ddl_customer" runat="server"></asp:DropDownList></TD>
									<TD><asp:customvalidator id="Cv_customer" runat="server" ControlToValidate="Ddl_customer" ErrorMessage="此客户不存在"></asp:customvalidator></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 18px">产品名称</TD>
									<TD style="HEIGHT: 18px">
										<asp:DropDownList id="Ddl_product" runat="server"></asp:DropDownList></TD>
									<TD style="HEIGHT: 18px"></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 20px">销售数量</TD>
									<TD style="HEIGHT: 20px"><asp:textbox id="Tbx_count1" runat="server"></asp:textbox></TD>
									<TD style="HEIGHT: 20px"></TD>
								</TR>
								<TR>
									<TD>销售日期</TD>
									<TD><asp:textbox id="Tbx_date1" runat="server"></asp:textbox></TD>
									<TD><FONT color="#ff0000">例:1999-9-1</FONT></TD>
								</TR>
								<TR>
									<TD>单价</TD>
									<TD><asp:textbox id="Tbx_price" runat="server"></asp:textbox></TD>
									<TD></TD>
								</TR>
							</TABLE>
						</FONT>
						<p align="center"><asp:button id="Btn_add" runat="server" Text="添加"></asp:button><FONT face="宋体">&nbsp;&nbsp;&nbsp;
							</FONT>
							<asp:button id="Btn_reset" runat="server" Text="重置"></asp:button></p>
					</TD>
					<P></P>
				</TR>
				<TR>
					<TD align="center" bgColor="#cccccc">
						<P><FONT face="宋体"><a href="customer_sale.aspx">返回</a><asp:label id="Lbl_note" runat="server"></asp:label></FONT></P>
					</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -