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

📄 cancelreq.aspx

📁 人事管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CancelReq.aspx.cs" Inherits="web_SubmitOvertime_CancelReq" %>

<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc2" %>

<%@ Register Src="../Common/header.ascx" TagName="header" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <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" style="height: 100px">
                        <uc1:header id="Header2" runat="server">
                        </uc1:header></td>
                </tr>
                <tr valign="top">
                    <td align="left"   width="130" bgcolor="#b0bccf">
                        <uc2:left ID="Left1" runat="server" />
                        &nbsp;</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:Panel ID="pnlDetail" runat="server" Height="24px">
                                <asp:Label ID="Label1" runat="server" Font-Size="9pt" Height="13px" Width="66px">审批者:</asp:Label>
                                <asp:Label ID="lblApproverName" runat="server" Font-Size="Larger" Height="29px" Width="113px"></asp:Label>
                                <br />
                                <asp:Label ID="Label2" runat="server" Font-Size="12px">加班事由:</asp:Label>
                                <asp:Label ID="lblReason" runat="server" Font-Size="Larger" Height="22px" Width="584px"></asp:Label>
                                <br />
                            </asp:Panel>
                            <asp:Panel ID="pnlMakeSure" runat="server" Height="14px">
                                <asp:Label ID="Label3" runat="server" Font-Size="Smaller" Height="15px" Width="100px">真的要取消吗?</asp:Label>
                                <br />
                                <asp:Button ID="btnYes" runat="server" Height="20px" OnClick="btnYes_Click" Text="是"
                                    Width="40px" />
                                <asp:Button ID="btnNo" runat="server" Height="20px" OnClick="btnNo_Click" Text="否"
                                    Width="40px" />
                                <asp:Label ID="lblOTID" runat="server" Font-Size="Larger" Visible="False" Height="19px" Width="90px"></asp:Label>
                                <br />
                            </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="Small"
                                    OnSelectedIndexChanged="grdResult_SelectedIndexChanged" Width="660px" 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="ID" Visible="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="提交时间" DataFormatString="{0:yyyy-MM-dd HH:mm}" HeaderText="提交时间">
                                            <ItemStyle Wrap="False" />
                                        </asp:BoundColumn>
                                        <asp:BoundColumn DataField="加班类型" HeaderText="类型"></asp:BoundColumn>
                                        <asp:BoundColumn DataField="申请状态" HeaderText="状态"></asp:BoundColumn>
                                        <asp:BoundColumn DataField="小时数" HeaderText="小时数"></asp:BoundColumn>
                                        <asp:ButtonColumn CommandName="Detail" Text="详细情况..."></asp:ButtonColumn>
                                        <asp:ButtonColumn ButtonType="PushButton" CommandName="Cancel" Text="取消"></asp:ButtonColumn>
                                        <asp:BoundColumn DataField="审核者编号" HeaderText="审批者" Visible="False"></asp:BoundColumn>
                                        <asp:BoundColumn DataField="加班理由" HeaderText="加班理由" Visible="False"></asp:BoundColumn>
                                    </Columns>
                                    <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" Mode="NumericPages" />
                                </asp:DataGrid></p>
                        </asp:Panel>
                    </td>
                </tr>
            </table>
        </font>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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