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

📄 updatecontract.aspx

📁 用.net开发的一套管理系统,功能比较全,挺好用的啊!
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="updatecontract.aspx.cs" AutoEventWireup="false" Inherits="cms.updatecontract" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>updatecontract</title>
		<meta name="vs_showGrid" content="True">
		<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="updatecontract" method="post" runat="server">
			<TABLE id="Table1" style="HEIGHT: 248px" cellSpacing="1" cellPadding="1" width="98%" align="center"
				border="1">
				<TR>
					<TD style="HEIGHT: 33px" bgcolor="#cccccc">
						<P align="center"><FONT face="宋体" size="6"><STRONG>合同修改</STRONG></FONT></P>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 179px"><FONT face="宋体"><TABLE id="Table2" cellSpacing="1" cellPadding="1" width="448" align="center" border="1"
								bgcolor="#f5f5f5" style="WIDTH: 448px; HEIGHT: 349px">
								<TR onmouseout="this.style.backgroundColor=''" onmouseover="this.style.backgroundColor='#ffcccc'">
									<TD>合同编号</TD>
									<TD>
										<asp:Label id="Lbl_contractid" runat="server"></asp:Label></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 10px">客户名称</TD>
									<TD style="HEIGHT: 10px">
										<asp:DropDownList id="Ddl_customer" runat="server"></asp:DropDownList></TD>
								</TR>
								<TR>
									<TD style="HEIGHT: 21px">产品名称</TD>
									<TD style="HEIGHT: 21px">
										<asp:DropDownList id="Ddl_product" runat="server" Height="32px"></asp:DropDownList></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>
								</TR>
								<TR>
									<TD>签署日期</TD>
									<TD>
										<asp:TextBox id="Tbx_date1" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>发货日期</TD>
									<TD>
										<asp:TextBox id="Tbx_date3" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>完成日期</TD>
									<TD>
										<asp:TextBox id="Tbx_date2" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>经办人</TD>
									<TD>
										<asp:TextBox id="Tbx_person" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>总金额</TD>
									<TD>
										<asp:TextBox id="Tbx_allmon" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>订货数量</TD>
									<TD>
										<asp:TextBox id="Tbx_count1" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>已发货数量</TD>
									<TD>
										<asp:TextBox id="Tbx_count2" runat="server"></asp:TextBox></TD>
								</TR>
								<TR>
									<TD>单价</TD>
									<TD>
										<asp:TextBox id="Tbx_price" runat="server"></asp:TextBox></TD>
								</TR>
							</TABLE>
						</FONT>
						<asp:CustomValidator id="Cv_customer" runat="server" ErrorMessage="此客户不存在" ControlToValidate="Ddl_customer"></asp:CustomValidator>
					</TD>
				</TR>
				<TR>
					<TD align="center" bgcolor="#cccccc">
						<asp:Button id="Btn_update" runat="server" Text="修改"></asp:Button>
						<asp:Button id="Btn_back" runat="server" Text="返回"></asp:Button>
						<asp:Label id="Lbl_note" runat="server"></asp:Label></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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