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

📄 dailyreport.aspx

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

<%@ 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>
    <title>ShowEmpInfo</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">
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></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" bgcolor="#b0bccf" width="130">
                        <uc2:left ID="Left1" runat="server" />
                    </td>
                    <td align="center" valign="top">
                        <asp:Panel ID="Panel1" runat="server" Height="10px" HorizontalAlign="Center" Width="600px">
                        </asp:Panel>
                        <asp:Panel ID="pnlBody" runat="server" Height="10px" HorizontalAlign="Left" Width="700px">
                            <asp:Panel ID="pnlPageFix" runat="server" Height="10px" HorizontalAlign="Center"
                                Width="600px">
                            </asp:Panel>
                            <asp:Panel ID="Panel2" runat="server" Height="10px" HorizontalAlign="Left" Width="600px">
                                <p>
                                    <asp:Panel ID="pnlToday" runat="server" Width="400px">
                                        <asp:Label ID="Label3" runat="server">今天是:</asp:Label>
                                        <asp:Label ID="lblToday" runat="server"></asp:Label>
                                    </asp:Panel>
                                </p>
                                <p>
                                    <asp:Panel ID="pnlChooseDept" runat="server" BorderWidth="0px" Height="32px" Width="350px">
                                        <asp:Label ID="lblDept" runat="server">选择要查看的部门:</asp:Label>
                                        &nbsp;<asp:DropDownList ID="cmbDeptList" runat="server" Width="76px">
                                        </asp:DropDownList>
                                        &nbsp;<asp:Button ID="btnSearch" runat="server" OnClick="btnSearch_Click" Text="确定" />
                                        <asp:Label ID="lblDeptID" runat="server" Visible="False"></asp:Label>
                                    </asp:Panel>
                                    <asp:Label ID="lblMessage" runat="server">考勤不合格的名单如下:</asp:Label></p>
                                <asp:DataGrid ID="grdResult" runat="server" AutoGenerateColumns="False" BackColor="White"
                                    BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" CellPadding="3" Font-Size="14px"
                                    Width="352px" OnSelectedIndexChanged="grdResult_SelectedIndexChanged">
                                    <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="AttendID" HeaderText="ID" Visible="False"></asp:BoundColumn>
                                        <asp:BoundColumn DataField="BreacherName" HeaderText="员工姓名"></asp:BoundColumn>
                                        <asp:BoundColumn DataField="Date" DataFormatString="{0:yyyy-MM-dd}" HeaderText="日期">
                                            <ItemStyle Wrap="False" />
                                        </asp:BoundColumn>
                                        <asp:BoundColumn DataField="Type" HeaderText="类型">
                                            <ItemStyle Wrap="False" />
                                        </asp:BoundColumn>
                                        <asp:BoundColumn DataField="BreachTime" DataFormatString="{0:HH:mm}" HeaderText="迟到/早退时间">
                                            <ItemStyle Wrap="False" />
                                        </asp:BoundColumn>
                                    </Columns>
                                    <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" Mode="NumericPages" />
                                </asp:DataGrid>
                                <br />
                            </asp:Panel>
                        </asp:Panel>
                    </td>
                </tr>
            </table>
        </font>
             </form>
	
  </body>
</html>

⌨️ 快捷键说明

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