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

📄 turnovercount.aspx

📁 C#酒店管理系统,HMS为项目文件夹、DB_51aspx为数据库文件夹、附加即可。“PowerDesigner建模”目录下包含三个可运行文件MMS1.cdm
💻 ASPX
字号:
<%@ Page language="c#" Inherits="HMS.TurnoverCount" CodeFile="TurnoverCount.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>TurnoverCount</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 method="post" runat="server">
			<table height="60%" cellSpacing="0" borderColorDark="#cccccc" cellPadding="5" width="100%" align="center" borderColorLight="#000000" border="1">
				<tr bgColor="#cccccc">
					<td vAlign="center" align="left" bgColor="#cccccc" colSpan="2" height="2">
						<div align="center"><font size="5">酒店管理</font><FONT size="4">--营业情况统计</FONT></div>
					</td>
				</tr>
				<tr vAlign="center" align="left" bgColor="#ffffff">
					<td style="HEIGHT: 201px" vAlign="top" width="17%" height="201">
						<div align="center"></div>
						<div align="center"></div>
						<div align="center"></div>
						<div align="left">
							<table style="WIDTH: 62px; HEIGHT: 152px" height="152" cellSpacing="0" cellPadding="0" width="62" border="0">
								<tr>
									<td align="middle" width="48%" height="3"><asp:hyperlink id="hlk_goodsmanage" runat="server" Width="102px" NavigateUrl="usermanage.aspx">用户信息维护</asp:hyperlink>&nbsp;</td>
								</tr>
								<tr>
									<td align="middle" width="48%" height="2"><FONT face="宋体"><asp:hyperlink id="hlk_roommanage" runat="server" NavigateUrl="roommanage.aspx">房间信息维护</asp:hyperlink></FONT></td>
								</tr>
								<tr>
									<td width="48%" height="2"><FONT face="宋体">&nbsp;</FONT></td>
								</tr>
								<tr>
									<td align="middle" width="48%" height="2"><FONT face="宋体"><asp:hyperlink id="hlk_roomtypemanage" runat="server" NavigateUrl="roomtypemanage.aspx">房间类型维护</asp:hyperlink></FONT></td>
								</tr>
								<tr>
									<td align="middle" width="48%" bgColor="#ffffff" height="2"><FONT face="宋体">&nbsp;</FONT>&nbsp;</td>
								</tr>
								<tr>
									<td align="middle" width="48%" bgColor="#ffffff" height="2"><FONT face="宋体">
											<asp:hyperlink id="hlk_turnovercount" runat="server" NavigateUrl="turnovercount.aspx">营业情况统计</asp:hyperlink></FONT></td>
								</tr>
								<tr>
									<td width="48%" bgColor="#ffffff" height="2">&nbsp;<FONT face="宋体"> </FONT>
									</td>
								</tr>
								<tr>
									<td align="middle" width="48%" bgColor="#ffffff" height="2"><asp:hyperlink id="hlk_passwordmodifyforadmin" runat="server" NavigateUrl="PasswordModifyForAdmin.aspx">个人密码修改</asp:hyperlink></td>
								</tr>
								<tr>
									<td width="48%" bgColor="#ffffff" height="2">&nbsp;</td>
								</tr>
							</table>
							<p><FONT face="宋体"></FONT>&nbsp;</p>
						</div>
					</td>
					<td style="HEIGHT: 201px" vAlign="top" width="83%" height="201">
						<table height="264" cellSpacing="0" cellPadding="0" width="100%" border="0">
							<tr bgColor="#cccccc">
								<td vAlign="center" align="left" bgColor="#ffffff" height="3"><FONT face="宋体">
										<DIV align="center">
											<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
												<TR bgColor="#cccccc">
													<TD colSpan="4">统计条件:</TD>
												</TR>
												<TR>
													<TD style="WIDTH: 123px" width="123">
														<DIV align="right">按房间类别:</DIV>
													</TD>
													<TD width="24%">&nbsp;
														<asp:dropdownlist id="ddl_rtype" runat="server" Width="86px">
															<asp:ListItem Value="-1" Selected="True">无要求</asp:ListItem>
														</asp:dropdownlist></TD>
													<TD width="21%">
														<DIV align="right"><FONT face="宋体">
																<DIV align="right">&nbsp;</DIV>
															</FONT>
														</DIV>
													</TD>
													<TD width="29%">&nbsp;
													</TD>
												</TR>
												<TR>
													<TD style="WIDTH: 123px" width="123">
														<DIV align="right">按日期:</DIV>
													</TD>
													<TD colSpan="3"><FONT color="#ff0000">从
															<asp:dropdownlist id="ddl_yearfrom" runat="server" Width="54px">
																<asp:ListItem Value="2000" Selected="True">2000</asp:ListItem>
																<asp:ListItem Value="2001">2001</asp:ListItem>
																<asp:ListItem Value="2002">2002</asp:ListItem>
																<asp:ListItem Value="2003">2003</asp:ListItem>
																<asp:ListItem Value="2004">2004</asp:ListItem>
																<asp:ListItem Value="2005">2005</asp:ListItem>
																<asp:ListItem Value="2006">2006</asp:ListItem>
																<asp:ListItem Value="2007">2007</asp:ListItem>
																<asp:ListItem Value="2008">2008</asp:ListItem>
															</asp:dropdownlist></FONT>年
														<asp:dropdownlist id="ddl_monthfrom" runat="server" Width="39px">
															<asp:ListItem Value="1">1</asp:ListItem>
															<asp:ListItem Value="2">2</asp:ListItem>
															<asp:ListItem Value="3">3</asp:ListItem>
															<asp:ListItem Value="4">4</asp:ListItem>
															<asp:ListItem Value="5">5</asp:ListItem>
															<asp:ListItem Value="6">6</asp:ListItem>
															<asp:ListItem Value="7">7</asp:ListItem>
															<asp:ListItem Value="8">8</asp:ListItem>
															<asp:ListItem Value="9">9</asp:ListItem>
															<asp:ListItem Value="10">10</asp:ListItem>
															<asp:ListItem Value="11">11</asp:ListItem>
															<asp:ListItem Value="12">12</asp:ListItem>
														</asp:dropdownlist>月
														<asp:dropdownlist id="ddl_dayfrom" runat="server" Width="35px">
															<asp:ListItem Value="1">1</asp:ListItem>
															<asp:ListItem Value="2">2</asp:ListItem>
															<asp:ListItem Value="3">3</asp:ListItem>
															<asp:ListItem Value="4">4</asp:ListItem>
															<asp:ListItem Value="5">5</asp:ListItem>
															<asp:ListItem Value="6">6</asp:ListItem>
															<asp:ListItem Value="7">7</asp:ListItem>
															<asp:ListItem Value="8">8</asp:ListItem>
															<asp:ListItem Value="9">9</asp:ListItem>
															<asp:ListItem Value="10">10</asp:ListItem>
															<asp:ListItem Value="11">11</asp:ListItem>
															<asp:ListItem Value="12">12</asp:ListItem>
															<asp:ListItem Value="13">13</asp:ListItem>
															<asp:ListItem Value="14">14</asp:ListItem>
															<asp:ListItem Value="15">15</asp:ListItem>
															<asp:ListItem Value="16">16</asp:ListItem>
															<asp:ListItem Value="17">17</asp:ListItem>
															<asp:ListItem Value="18">18</asp:ListItem>
															<asp:ListItem Value="19">19</asp:ListItem>
															<asp:ListItem Value="20">20</asp:ListItem>
															<asp:ListItem Value="21">21</asp:ListItem>
															<asp:ListItem Value="22">22</asp:ListItem>
															<asp:ListItem Value="23">23</asp:ListItem>
															<asp:ListItem Value="24">24</asp:ListItem>
															<asp:ListItem Value="25">25</asp:ListItem>
															<asp:ListItem Value="26">26</asp:ListItem>
															<asp:ListItem Value="27">27</asp:ListItem>
															<asp:ListItem Value="28">28</asp:ListItem>
															<asp:ListItem Value="29">29</asp:ListItem>
															<asp:ListItem Value="30">30</asp:ListItem>
															<asp:ListItem Value="31">31</asp:ListItem>
														</asp:dropdownlist>日<FONT color="#ff0000">-至-
															<asp:dropdownlist id="ddl_yearto" runat="server" Width="54px">
																<asp:ListItem Value="2000">2000</asp:ListItem>
																<asp:ListItem Value="2001">2001</asp:ListItem>
																<asp:ListItem Value="2002">2002</asp:ListItem>
																<asp:ListItem Value="2003">2003</asp:ListItem>
																<asp:ListItem Value="2004">2004</asp:ListItem>
																<asp:ListItem Value="2005">2005</asp:ListItem>
																<asp:ListItem Value="2006">2006</asp:ListItem>
																<asp:ListItem Value="2007">2007</asp:ListItem>
																<asp:ListItem Value="2008" Selected="True">2008</asp:ListItem>
															</asp:dropdownlist></FONT>年
														<asp:dropdownlist id="ddl_monthto" runat="server" Width="39px">
															<asp:ListItem Value="1">1</asp:ListItem>
															<asp:ListItem Value="2">2</asp:ListItem>
															<asp:ListItem Value="3">3</asp:ListItem>
															<asp:ListItem Value="4">4</asp:ListItem>
															<asp:ListItem Value="5">5</asp:ListItem>
															<asp:ListItem Value="6">6</asp:ListItem>
															<asp:ListItem Value="7">7</asp:ListItem>
															<asp:ListItem Value="8">8</asp:ListItem>
															<asp:ListItem Value="9">9</asp:ListItem>
															<asp:ListItem Value="10">10</asp:ListItem>
															<asp:ListItem Value="11">11</asp:ListItem>
															<asp:ListItem Value="12" Selected="True">12</asp:ListItem>
														</asp:dropdownlist>月
														<asp:dropdownlist id="ddl_dayto" runat="server" Width="35px">
															<asp:ListItem Value="1">1</asp:ListItem>
															<asp:ListItem Value="2">2</asp:ListItem>
															<asp:ListItem Value="3">3</asp:ListItem>
															<asp:ListItem Value="4">4</asp:ListItem>
															<asp:ListItem Value="5">5</asp:ListItem>
															<asp:ListItem Value="6">6</asp:ListItem>
															<asp:ListItem Value="7">7</asp:ListItem>
															<asp:ListItem Value="8">8</asp:ListItem>
															<asp:ListItem Value="9">9</asp:ListItem>
															<asp:ListItem Value="10">10</asp:ListItem>
															<asp:ListItem Value="11">11</asp:ListItem>
															<asp:ListItem Value="12">12</asp:ListItem>
															<asp:ListItem Value="13">13</asp:ListItem>
															<asp:ListItem Value="14">14</asp:ListItem>
															<asp:ListItem Value="15">15</asp:ListItem>
															<asp:ListItem Value="16">16</asp:ListItem>
															<asp:ListItem Value="17">17</asp:ListItem>
															<asp:ListItem Value="18">18</asp:ListItem>
															<asp:ListItem Value="19">19</asp:ListItem>
															<asp:ListItem Value="20">20</asp:ListItem>
															<asp:ListItem Value="21">21</asp:ListItem>
															<asp:ListItem Value="22">22</asp:ListItem>
															<asp:ListItem Value="23">23</asp:ListItem>
															<asp:ListItem Value="24">24</asp:ListItem>
															<asp:ListItem Value="25">25</asp:ListItem>
															<asp:ListItem Value="26">26</asp:ListItem>
															<asp:ListItem Value="27">27</asp:ListItem>
															<asp:ListItem Value="28">28</asp:ListItem>
															<asp:ListItem Value="29">29</asp:ListItem>
															<asp:ListItem Value="30">30</asp:ListItem>
															<asp:ListItem Value="31" Selected="True">31</asp:ListItem>
														</asp:dropdownlist>日</TD>
												</TR>
												<TR>
													<TD align="middle" colSpan="4">
														<asp:Button id="btn_statistic" runat="server" Text="开始统计" onclick="btn_statistic_Click"></asp:Button></TD>
												</TR>
											</TABLE>
										</DIV>
									</FONT>
								</td>
							</tr>
							<tr>
								<td style="HEIGHT: 182px" vAlign="top" align="middle" height="182"><FONT face="宋体">
										<div align="center"><FONT face="宋体">
												<DIV align="center">
													<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="100%" border="0">
														<TR>
															<TD width="100%" bgColor="#cccccc">帐目信息:</TD>
														</TR>
														<TR>
															<TD vAlign="top" align="middle" width="100%">
																<DIV align="center"><FONT face="宋体"><asp:datagrid id="dgd_count" runat="server" Width="100%" AllowPaging="True" AutoGenerateColumns="False" PageSize="5">
																			<Columns>
																				<asp:BoundColumn DataField="rid" ReadOnly="True" HeaderText="房间号"></asp:BoundColumn>
																				<asp:BoundColumn DataField="tname" ReadOnly="True" HeaderText="房间类别"></asp:BoundColumn>
																				<asp:BoundColumn DataField="obegindate" ReadOnly="True" HeaderText="定房日期"></asp:BoundColumn>
																				<asp:BoundColumn DataField="oenddate" ReadOnly="True" HeaderText="退房日期"></asp:BoundColumn>
																				<asp:BoundColumn DataField="opay" ReadOnly="True" HeaderText="金额"></asp:BoundColumn>
																			</Columns>
																			<PagerStyle NextPageText="上一页" Mode="NumericPages"></PagerStyle>
																		</asp:datagrid></FONT></DIV>
																&nbsp;
															</TD>
														</TR>
														<TR>
															<TD width="100%">总营业额:
																<asp:label id="lbl_count" runat="server" ForeColor="Red"></asp:label></TD>
														</TR>
													</TABLE>
												</DIV>
											</FONT>
										</div>
									</FONT>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr vAlign="center" align="middle" bgColor="#eeeeee">
					<td bgColor="#eeeeee" colSpan="2" height="11">
						<div align="center"><FONT face="宋体"><asp:hyperlink id="Hyperlink1" runat="server" NavigateUrl="default.aspx">注销</asp:hyperlink></FONT></div>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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