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

📄 contract_stat.aspx

📁 用.net开发的一套管理系统,功能比较全,挺好用的啊!
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="contract_stat.aspx.cs" AutoEventWireup="false" Inherits="cms.contract_stat" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>contract_stat</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="contract_stat" method="post" runat="server">
			<TABLE id="Table1" style="HEIGHT: 316px" cellSpacing="1" cellPadding="1" width="98%" align="center"
				border="1">
				<TR>
					<TD style="HEIGHT: 37px" bgColor="#cccccc" colSpan="2">
						<P align="center"><FONT face="宋体" size="6"><STRONG>销售统计</STRONG></FONT></P>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 253px" vAlign="top">
						<P><BR>
							<A href="users.aspx"><FONT face="宋体">用户信息</FONT></A></P>
						<P><A href="customer.aspx"><FONT face="宋体">客户信息</FONT></A></P>
						<P><A href="product.aspx"><FONT face="宋体">产品信息</FONT></A></P>
						<P><A href="customer_sale.aspx"><FONT face="宋体">客户销售统计</FONT></A></P>
						<P><A href="contract_stat.aspx"><FONT face="宋体">销售统计</FONT></A></P>
						<P><A href="contract.aspx"><FONT face="宋体">合同管理</FONT></A></P>
						<P><A href="updatepwd.aspx"><FONT face="宋体">修改密码</FONT></A></P>
					</TD>
					<TD style="HEIGHT: 253px" align="center" vAlign="top"><FONT face="宋体">
							<TABLE id="Table2" style="HEIGHT: 114px" cellSpacing="1" cellPadding="1" width="98%" border="0">
								<TR>
									<TD style="WIDTH: 198px; HEIGHT: 16px" align="right">统计:</TD>
									<TD style="HEIGHT: 16px"><asp:dropdownlist id="Ddl_stat" 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 style="WIDTH: 198px; HEIGHT: 14px" align="right">客户名称:</TD>
									<TD style="HEIGHT: 14px">
										<asp:DropDownList id="Ddl_customer" runat="server"></asp:DropDownList></TD>
								</TR>
								<TR>
									<TD style="WIDTH: 198px; HEIGHT: 28px" align="right">产品名称:</TD>
									<TD style="HEIGHT: 28px">
										<asp:DropDownList id="Ddl_product" runat="server"></asp:DropDownList></TD>
								</TR>
								<TR>
									<TD style="WIDTH: 198px" align="right">合同状态:</TD>
									<TD>
										<asp:DropDownList id="Ddl_kind" runat="server">
											<asp:ListItem Value="-1">所有</asp:ListItem>
											<asp:ListItem Value="0">签署态</asp:ListItem>
											<asp:ListItem Value="1">发货态</asp:ListItem>
											<asp:ListItem Value="2">完成态</asp:ListItem>
										</asp:DropDownList></TD>
								</TR>
								<TR>
									<TD style="WIDTH: 198px" align="right">签署日期:</TD>
									<TD><asp:textbox id="Tbx_date" runat="server" Width="105px"></asp:textbox><FONT size="2">例:1999-2-1</FONT></TD>
								</TR>
								<TR>
									<TD style="WIDTH: 198px"></TD>
									<TD><asp:button id="Btn_ok" runat="server" Text="统计"></asp:button></TD>
								</TR>
							</TABLE>
						</FONT>
						<TABLE id="Table3" style="HEIGHT: 45px" cellSpacing="1" cellPadding="1" width="98%" align="center"
							border="0">
							<TR>
								<TD align="center"><asp:label id="Lbl_money" runat="server"></asp:label></TD>
							</TR>
							<TR>
								<TD align="center"><asp:label id="Lbl_count" runat="server"></asp:label></TD>
							</TR>
						</TABLE>
						<FONT face="宋体" color="#ff0000" size="2">说明:此页用于统计本单位与客户所签署合同涉及的金额及交易数量</FONT>
					</TD>
				</TR>
				<TR>
					<TD colspan="2" align="center" bgcolor="#cccccc">
						<asp:Button id="Btn_exit" runat="server" Text="退出"></asp:Button></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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