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

📄 addcontract.aspx

📁 用.net开发的一套管理系统,功能比较全,挺好用的啊!
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="addcontract.aspx.cs" AutoEventWireup="false" Inherits="cms.addcontract" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>addcontract</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>
		<form id="addcontract" 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_contractid" runat="server"></asp:textbox></TD>
									<TD><asp:customvalidator id="Cv_contract" runat="server" ErrorMessage="此合同已存在" ControlToValidate="Tbx_contractid"></asp:customvalidator></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 10px">客户名称</TD>
									<TD style="HEIGHT: 10px"><asp:dropdownlist id="Ddl_customer" runat="server"></asp:dropdownlist></TD>
									<TD style="HEIGHT: 10px"><asp:customvalidator id="Cv_customer" runat="server" ErrorMessage="此客户不存在" ControlToValidate="Ddl_customer"></asp:customvalidator></TD>
								</TR>
								<TR>
									<TD>产品名称</TD>
									<TD><asp:dropdownlist id="Ddl_product" runat="server"></asp:dropdownlist></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 20px">执行状态</TD>
									<TD style="HEIGHT: 20px"><asp:dropdownlist id="Ddl_state" runat="server">
											<asp:ListItem Value="0">签署态</asp:ListItem>
											<asp:ListItem Value="1">发货态</asp:ListItem>
											<asp:ListItem Value="2">完成态</asp:ListItem>
										</asp:dropdownlist></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_date3" runat="server"></asp:textbox></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD>完成日期</TD>
									<TD><asp:textbox id="Tbx_date2" runat="server"></asp:textbox></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD>经办人</TD>
									<TD><asp:textbox id="Tbx_person" runat="server"></asp:textbox></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD>总金额</TD>
									<TD><asp:textbox id="Tbx_allmon" runat="server"></asp:textbox></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD>订货数量</TD>
									<TD><asp:textbox id="Tbx_count1" runat="server"></asp:textbox></TD>
									<TD></TD>
								</TR>
								<TR>
									<TD>已发货数量</TD>
									<TD><asp:textbox id="Tbx_count2" runat="server"></asp:textbox></TD>
									<TD></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="宋体"><asp:button id="Btn_exit" runat="server" Text="返回"></asp:button><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 + -