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

📄 checklvreq.aspx

📁 人事管理系统
💻 ASPX
字号:

<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page Language="c#" Inherits="BlueHill.CheckLeave.CheckLvReq" CodeFile="CheckLvReq.aspx.cs" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>CheckLvReq</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body>
		<form id="Form1" method="post" runat="server">
            <font face="宋体">
                <table id="Table1" border="0" cellpadding="0" cellspacing="0" height="100%" style="z-index: 101;
                    left: 8px; position: absolute; top: 8px" width="100%">
                    <tr height="100" valign="top">
                        <td colspan="2">
                            <uc1:header id="Header1" runat="server">
                            </uc1:header></td>
                    </tr>
                    <tr valign="top">
                        <td align="left" height="100%" width="130">
                            <uc1:Left ID="Left1" runat="server" />
                        </td>
                        <td align="center" valign="top">
                            <asp:Panel ID="pnlPageFix" runat="server" Height="10px" HorizontalAlign="Center"
                                Width="600px">
                            </asp:Panel>
                            <asp:Panel ID="pnlBody" runat="server" Height="10px" HorizontalAlign="Left" Width="700px">
                                <asp:Label ID="lblMessage" runat="server"></asp:Label>
                                <asp:Label ID="Label1" runat="server"></asp:Label>
                                <asp:Panel ID="pnlDetail" runat="server" Height="16px">
                                    <asp:Label ID="Label2" runat="server" Font-Size="X-Small" Height="2px" Width="80px">请假事由:</asp:Label>
                                    <asp:Label ID="lblReason" runat="server" Font-Size="X-Small" Height="8px" Width="608px"></asp:Label>
                                    <br />
                                </asp:Panel>
                                <asp:Panel ID="pnlDenyReason" runat="server" Height="22px" Visible="False">
                                    <asp:Label ID="Label3" runat="server" Font-Size="X-Small">否决理由:</asp:Label>
                                    <asp:TextBox ID="txtDenyReason" runat="server" Font-Size="X-Small" Height="20px"
                                        OnTextChanged="txtDenyReason_TextChanged"></asp:TextBox>
                                    <asp:Button ID="btnOK" runat="server" Height="20px" OnClick="btnOK_Click" Text="确定"
                                        Width="40px" />
                                    <asp:Button ID="btnCancel" runat="server" Height="20px" OnClick="btnCancel_Click"
                                        Text="取消" Width="40px" />
                                    <asp:Label ID="lblLeaveID" runat="server" Font-Size="X-Small" Visible="False"></asp:Label>
                                </asp:Panel>
                                <p align="left">
                                    <asp:DataGrid ID="grdResult" runat="server" AutoGenerateColumns="False" BackColor="White"
                                        BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Size="X-Small"
                                        OnSelectedIndexChanged="grdResult_SelectedIndexChanged" Width="700px" OnItemCommand="grdResult_ItemCommand">
                                        <SelectedItemStyle BackColor="LemonChiffon" Font-Bold="True" />
                                        <ItemStyle ForeColor="#000066" Wrap="False" />
                                        <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" />
                                        <FooterStyle BackColor="White" ForeColor="#000066" />
                                        <Columns>
                                            <asp:BoundColumn DataField="请假申请编号" HeaderText="申请编号" Visible="False"></asp:BoundColumn>
                                            <asp:BoundColumn DataField="员工姓名" HeaderText="员工姓名"></asp:BoundColumn>
                                            <asp:BoundColumn DataField="开始时间" DataFormatString="{0:yyyy-MM-dd HH:mm}" HeaderText="开始时间">
                                                <ItemStyle Wrap="False" />
                                            </asp:BoundColumn>
                                            <asp:BoundColumn DataField="结束时间" DataFormatString="{0:yyyy-MM-dd HH:mm}" HeaderText="结束时间">
                                                <ItemStyle Wrap="False" />
                                            </asp:BoundColumn>
                                            <asp:BoundColumn DataField="提交时间" DataFormatString="{0:yyyy-MM-dd HH:mm}" HeaderText="提交时间">
                                                <ItemStyle Wrap="False" />
                                            </asp:BoundColumn>
                                            <asp:BoundColumn DataField="小时数" HeaderText="小时数"></asp:BoundColumn>
                                            <asp:ButtonColumn CommandName="Detail" Text="请假事由..."></asp:ButtonColumn>
                                            <asp:ButtonColumn ButtonType="PushButton" CommandName="Approve" Text="批准"></asp:ButtonColumn>
                                            <asp:ButtonColumn ButtonType="PushButton" CommandName="Deny" Text="否决"></asp:ButtonColumn>
                                            <asp:BoundColumn DataField="ApproverName" HeaderText="审批者" Visible="False"></asp:BoundColumn>
                                            <asp:BoundColumn DataField="Reason" HeaderText="请假事由" Visible="False"></asp:BoundColumn>
                                        </Columns>
                                        <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" Mode="NumericPages" />
                                    </asp:DataGrid></p>
                            </asp:Panel>
                        </td>
                    </tr>
                </table>
            </font>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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