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

📄 summary.aspx

📁 人事管理系统的WEB开发程序源代码,有住于WEB开发的学习
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page language="c#" Codebehind="Summary.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.CheckLeave.Summary" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Summary</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<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 MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体" size="small">
				<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
					cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr vAlign="top" height="100">
						<td colSpan="2">
							<uc1:Header id="Header1" runat="server"></uc1:Header></td>
					</tr>
					<TR vAlign="top">
						<TD align="left" width="130" height="100%">
							<uc1:Left id="Left1" runat="server"></uc1:Left></TD>
						<TD vAlign="top" align="center">
							<asp:panel id="pnlPageFix" runat="server" HorizontalAlign="Center" Height="10px" Width="600px"></asp:panel>
							<asp:panel id="pnlBody" runat="server" Height="400px" Width="700px" HorizontalAlign="Left">
								<asp:Panel id="pnlHeader" runat="server">
									<P>
										<asp:label id="Label1" runat="server">开始时间:</asp:label>
										<asp:textbox id="txtStartTime" runat="server" Width="80px"></asp:textbox>
										<asp:CompareValidator id="CompareValidator1" runat="server" Type="Date" Operator="DataTypeCheck" Font-Size="X-Small"
											ControlToValidate="txtStartTime" ErrorMessage="请输入正确的日期格式:(YYYY/MM/DD)" Display="Dynamic"></asp:CompareValidator>
										<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" Font-Size="X-Small" ControlToValidate="txtStartTime"
											ErrorMessage="该项不能为空!" Display="Dynamic"></asp:RequiredFieldValidator>
										<asp:label id="Label2" runat="server">结束时间:</asp:label>
										<asp:textbox id="txtEndTime" runat="server" Width="80px"></asp:textbox>
										<asp:CompareValidator id="CompareValidator2" runat="server" Type="Date" Operator="DataTypeCheck" Font-Size="X-Small"
											ControlToValidate="txtEndTime" ErrorMessage="请输入正确的日期格式:(YYYY/MM/DD)" Display="Dynamic"></asp:CompareValidator>
										<asp:RequiredFieldValidator id="RequiredFieldValidator2" runat="server" Font-Size="X-Small" ControlToValidate="txtEndTime"
											ErrorMessage="该项不能为空!" Display="Dynamic"></asp:RequiredFieldValidator></P>
									<P>
										<asp:Panel id="pnlChooseDept" runat="server" Height="32px" BorderWidth="0px">
											<asp:Label id="lblDept" runat="server" Visible="False">选择要查看的部门:</asp:Label>
											<asp:DropDownList id="cmbDeptList" runat="server" Visible="False" AutoPostBack="True"></asp:DropDownList>
											<asp:Label id="lblDeptID" runat="server" Width="96px" Visible="False"></asp:Label>
										</asp:Panel></P>
									<P>
										<asp:button id="btnSearch" runat="server" Width="128px" Text="搜索"></asp:button></P>
								</asp:Panel>
								<P align="left">
									<asp:Label id="lblMessage" runat="server" Visible="False"></asp:Label></P>
								<P align="left">&nbsp;</P>
								<asp:panel id="pnlDetail" runat="server" Height="46px">
									<BR>
									<asp:Label id="Label3" runat="server" Font-Size="X-Small" Visible="False">审批者:</asp:Label>
									<asp:Label id="lblApproverName" runat="server" Font-Size="X-Small" Visible="False"></asp:Label>
									<BR>
									<asp:Label id="Label5" runat="server" Font-Size="X-Small" Visible="False">请假事由:</asp:Label>
									<asp:Label id="lblReason" runat="server" Width="464px" Height="14px" Font-Size="X-Small" Visible="False"></asp:Label>
									<BR>
									<asp:Label id="lblDeny" runat="server" Font-Size="X-Small" Visible="False">
									否决理由:</asp:Label>
									<asp:Label id="lblDenyReason" runat="server" Width="480px" Height="12px" Font-Size="X-Small"
										Visible="False"></asp:Label>
								</asp:panel>
								<asp:datagrid id="grdResult" runat="server" Width="450px" Height="112px" Font-Size="14px" BorderWidth="1px"
									CellPadding="3" BackColor="White" BorderStyle="None" BorderColor="#CCCCCC" AutoGenerateColumns="False">
									<SelectedItemStyle Font-Bold="True" BackColor="LemonChiffon"></SelectedItemStyle>
									<ItemStyle Wrap="False" ForeColor="#000066"></ItemStyle>
									<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
									<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
									<Columns>
										<asp:BoundColumn DataField="EmployeeName" HeaderText="员工姓名">
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="LeaveCount" HeaderText="请假次数">
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="TotalHours" HeaderText="总小时数">
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="LeftHours" HeaderText="可用的小时数"></asp:BoundColumn>
										<asp:ButtonColumn Text="进入" HeaderText="详细情况..." CommandName="Detail"></asp:ButtonColumn>
										<asp:BoundColumn Visible="False" DataField="EmployeeID" HeaderText="员工ID"></asp:BoundColumn>
									</Columns>
									<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
								</asp:datagrid>
								<P>&nbsp;</P>
								<P>&nbsp;</P>
								<P>
									<asp:datagrid id="grdResult1" runat="server" Width="600px" Font-Size="X-Small" BorderWidth="1px"
										CellPadding="3" BackColor="White" BorderStyle="None" BorderColor="#CCCCCC" AutoGenerateColumns="False">
										<SelectedItemStyle Font-Bold="True" BackColor="LemonChiffon"></SelectedItemStyle>
										<ItemStyle Wrap="False" ForeColor="#000066"></ItemStyle>
										<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="#006699"></HeaderStyle>
										<FooterStyle ForeColor="#000066" BackColor="White"></FooterStyle>
										<Columns>
											<asp:BoundColumn Visible="False" DataField="LeaveID" HeaderText="ID"></asp:BoundColumn>
											<asp:BoundColumn DataField="StartTime" HeaderText="开始时间" DataFormatString="{0:yyyy-MM-dd HH:mm}">
												<ItemStyle Wrap="False"></ItemStyle>
											</asp:BoundColumn>
											<asp:BoundColumn DataField="EndTime" HeaderText="结束时间" DataFormatString="{0:yyyy-MM-dd HH:mm}">
												<ItemStyle Wrap="False"></ItemStyle>
											</asp:BoundColumn>
											<asp:BoundColumn DataField="SubmitTime" HeaderText="提交时间" DataFormatString="{0:yyyy-MM-dd HH:mm}">
												<ItemStyle Wrap="False"></ItemStyle>
											</asp:BoundColumn>
											<asp:BoundColumn DataField="Status" HeaderText="状态"></asp:BoundColumn>
											<asp:BoundColumn DataField="Hours" HeaderText="小时数"></asp:BoundColumn>
											<asp:ButtonColumn Text="详细情况..." CommandName="Detail"></asp:ButtonColumn>
											<asp:BoundColumn Visible="False" DataField="ApproverName" HeaderText="审批者"></asp:BoundColumn>
											<asp:BoundColumn Visible="False" DataField="Reason" HeaderText="请假事由"></asp:BoundColumn>
											<asp:BoundColumn Visible="False" DataField="DenyReason" HeaderText="否决理由"></asp:BoundColumn>
										</Columns>
										<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
									</asp:datagrid></P>
								<P>&nbsp;</P>
								<P>&nbsp;</P>
								<P>&nbsp;</P>
							</asp:panel>
							<P>&nbsp;</P>
							<P>&nbsp;</P>
						</TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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