📄 checklvreq.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Page language="c#" Codebehind="CheckLvReq.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.CheckLeave.CheckLvReq" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>CheckLvReq</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="宋体">
<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" Width="600px" Height="10px" HorizontalAlign="Center"></asp:panel>
<asp:panel id="pnlBody" runat="server" Height="10px" Width="700px" HorizontalAlign="Left">
<asp:label id="lblMessage" runat="server" Visible="False"></asp:label>
<asp:panel id="pnlDetail" runat="server" Height="16px">
<asp:Label id="Label2" runat="server" Height="2px" Width="80px" Visible="False" Font-Size="X-Small">请假事由:</asp:Label>
<asp:Label id="lblReason" runat="server" Height="8px" Width="608px" Visible="False" Font-Size="X-Small"></asp:Label>
<BR>
</asp:panel>
<asp:panel id="pnlDenyReason" runat="server" Height="22px">
<asp:Label id="Label3" runat="server" Visible="False" Font-Size="X-Small">否决理由:</asp:Label>
<asp:TextBox id="txtDenyReason" runat="server" Height="20px" Visible="False" Font-Size="X-Small"></asp:TextBox>
<asp:Button id="btnOK" runat="server" Height="20px" Width="40px" Visible="False" Text="确定"></asp:Button>
<asp:Button id="btnCancel" runat="server" Height="20px" Width="40px" Visible="False" Text="取消"></asp:Button>
<asp:Label id="lblLeaveID" runat="server" Visible="False" Font-Size="X-Small"></asp:Label>
</asp:panel>
<P align="left">
<asp:datagrid id="grdResult" runat="server" Width="700px" Font-Size="X-Small" AutoGenerateColumns="False"
BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="3">
<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="LeaveID"></asp:BoundColumn>
<asp:BoundColumn DataField="EmployeeName" HeaderText="员工姓名"></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="Hours" HeaderText="小时数"></asp:BoundColumn>
<asp:ButtonColumn Text="请假事由..." CommandName="Detail"></asp:ButtonColumn>
<asp:ButtonColumn Text="批准" CommandName="Approve"></asp:ButtonColumn>
<asp:ButtonColumn Text="否决" CommandName="Deny"></asp:ButtonColumn>
<asp:BoundColumn Visible="False" DataField="ApproverName" HeaderText="审批者"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="Reason" HeaderText="请假事由"></asp:BoundColumn>
</Columns>
<PagerStyle HorizontalAlign="Left" ForeColor="#000066" BackColor="White" Mode="NumericPages"></PagerStyle>
</asp:datagrid></P>
</asp:panel>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -