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

📄 checkotreq.aspx

📁 该管理系统的主要功能是管理员工资料、管理员工考勤、计算员工薪资和业绩评定等。大部分涉及对敏感数据修改的工作都仅由人事部完成
💻 ASPX
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page language="c#" Codebehind="CheckOTReq.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.CheckOvertime.CheckOTReq" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>CheckOTReq</title>
		<meta content="Microsoft Visual Studio .NET 7.1" 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">
		<LINK href="../Styles.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="800" align="center" border="0">
					<TR>
						<TD style="HEIGHT: 90px" vAlign="top" align="center" width="100%" colSpan="2"><FONT face="宋体"><uc1:header id="Header1" runat="server"></uc1:header></FONT></TD>
					</TR>
					<TR>
						<TD style="HEIGHT: 500px; BACKGROUND-COLOR: #cccccc" vAlign="top" align="center" width="200"><br>
							<uc1:left id="Left1" runat="server"></uc1:left></TD>
						<TD style="HEIGHT: 500px" vAlign="top" align="center" width="600"><FONT face="宋体"><br>
								<asp:panel id="pnlDetail" runat="server" Height="72px" Visible="False">
									<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
										<TR>
											<TD style="HEIGHT: 29px" width="100">加班事由:</TD>
											<TD style="HEIGHT: 29px" width="400">
												<asp:Label id="lblReason" runat="server"></asp:Label>
												<asp:Label id="lblOvertimeID" runat="server"></asp:Label></TD>
										</TR>
										<TR>
											<TD style="HEIGHT: 28px" width="100">
												<asp:Label id="lblDeny" runat="server">否决理由:</asp:Label></TD>
											<TD style="HEIGHT: 28px" width="400">
												<asp:TextBox id="txtDenyReason" runat="server" Width="196px"></asp:TextBox>&nbsp;
												<asp:Button id="btnOK" runat="server" Width="80px" Text="确 定"></asp:Button>&nbsp;&nbsp;
												<asp:Button id="btnCancel" runat="server" Width="80px" Text="取 消"></asp:Button></TD>
										</TR>
									</TABLE>
								</asp:panel></FONT>
							<asp:datagrid id="grdResult" runat="server" Width="600px" AutoGenerateColumns="False" BorderColor="#3366CC"
								BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="4" Visible="False">
								<SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedItemStyle>
								<ItemStyle ForeColor="#003399" BackColor="White"></ItemStyle>
								<HeaderStyle Font-Bold="True" ForeColor="#CCCCFF" BackColor="#003399"></HeaderStyle>
								<FooterStyle ForeColor="#003399" BackColor="#99CCCC"></FooterStyle>
								<Columns>
									<asp:BoundColumn Visible="False" DataField="Reason"></asp:BoundColumn>
									<asp:BoundColumn Visible="False" DataField="OvertimeID"></asp:BoundColumn>
									<asp:BoundColumn DataField="EmployeeName" HeaderText="员工姓名">
										<HeaderStyle Width="65px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="StartTime" HeaderText="开始时间">
										<HeaderStyle Width="100px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="EndTime" HeaderText="结束时间">
										<HeaderStyle Width="100px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="SubmitTime" HeaderText="提交时间">
										<HeaderStyle Width="100px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="TypeName" HeaderText="类 型">
										<HeaderStyle Width="65px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:BoundColumn DataField="Hours" HeaderText="小时数">
										<HeaderStyle Width="50px"></HeaderStyle>
									</asp:BoundColumn>
									<asp:ButtonColumn Text="详细情况" CommandName="Select">
										<HeaderStyle Width="60px"></HeaderStyle>
									</asp:ButtonColumn>
									<asp:EditCommandColumn ButtonType="PushButton" UpdateText="更新" CancelText="取消" EditText="批准">
										<HeaderStyle Width="30px"></HeaderStyle>
									</asp:EditCommandColumn>
									<asp:ButtonColumn Text="否决" ButtonType="PushButton" CommandName="Delete">
										<HeaderStyle Width="30px"></HeaderStyle>
									</asp:ButtonColumn>
								</Columns>
								<PagerStyle HorizontalAlign="Left" ForeColor="#003399" BackColor="#99CCCC" Mode="NumericPages"></PagerStyle>
							</asp:datagrid><asp:label id="lblMessage" runat="server" Width="400px" Visible="False" ForeColor="Red"></asp:label></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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