report_approvel.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:8k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="report_approvel.aspx.cs" Inherits="web_123_report_approvel" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <asp:Label ID="Label5" runat="server" BackColor="MediumTurquoise" Font-Underline="True"
  11.             Text="員 工 差 假 記 錄 查 詢" Width="463px"></asp:Label>
  12.         &nbsp; &nbsp;
  13.         &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;<br />
  14.         <asp:Table ID="Table2" runat="server" Height="199px" Width="676px">
  15.             <asp:TableRow runat="server">
  16.                 <asp:TableCell runat="server" BorderStyle="Double">
  17.                 <asp:Label ID="Label1" runat="server" Text="查询日期:" Width="85px" Font-Bold="True"></asp:Label>
  18.                 </asp:TableCell>
  19.                 <asp:TableCell runat="server" BorderStyle="Double">起:
  20.                  <asp:TextBox ID="TxtBeginTime" runat="server"></asp:TextBox>
  21.                <asp:ImageButton ID="ImageButton1" runat="server" BackColor="Cyan" ImageUrl="~/images/calbtn.gif"
  22.               OnClick="ImageButton1_Click" Style="position: relative" />
  23.                 </asp:TableCell>
  24.                 <asp:TableCell runat="server" BorderStyle="Double">
  25.                ~~</asp:TableCell>
  26.                 <asp:TableCell runat="server" BorderStyle="Double">迄:
  27.                 <asp:TextBox ID="TxtEndTime"   runat="server"></asp:TextBox>
  28.                 <asp:ImageButton ID="ImageButton2" runat="server" BackColor="Cyan" ImageUrl="~/images/calbtn.gif"
  29.             OnClick="ImageButton2_Click" Style="position: relative; left: 0px;" />
  30.                 </asp:TableCell>
  31.             </asp:TableRow>
  32.             <asp:TableRow runat="server">
  33.                 <asp:TableCell runat="server" BorderStyle="Double"></asp:TableCell>
  34.                 <asp:TableCell runat="server" BorderStyle="Double">
  35.                  <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="White"
  36.             BorderWidth="1px" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="123px"
  37.             NextPrevFormat="FullMonth" OnSelectionChanged="Calendar1_SelectionChanged" Visible="False"
  38.             Width="251px">
  39.             <SelectedDayStyle BackColor="#333399" ForeColor="White" />
  40.             <TodayDayStyle BackColor="#CCCCCC" />
  41.             <OtherMonthDayStyle ForeColor="#999999" />
  42.             <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" VerticalAlign="Bottom" />
  43.             <DayHeaderStyle Font-Bold="True" Font-Size="8pt" />
  44.             <TitleStyle BackColor="White" BorderColor="Black" BorderWidth="4px" Font-Bold="True"
  45.                 Font-Size="12pt" ForeColor="#333399" />
  46.         </asp:Calendar>
  47.                 </asp:TableCell>
  48.                 <asp:TableCell runat="server" BorderStyle="Double"></asp:TableCell>
  49.                 <asp:TableCell runat="server" BorderStyle="Double">
  50.                  <asp:Calendar ID="Calendar2" runat="server" BackColor="White" BorderColor="White"
  51.             BorderWidth="1px" Font-Names="Verdana" Font-Size="9pt" ForeColor="Black" Height="108px"
  52.             NextPrevFormat="FullMonth" OnSelectionChanged="Calendar2_SelectionChanged" Visible="False"
  53.             Width="242px">
  54.             <SelectedDayStyle BackColor="#333399" ForeColor="White" />
  55.             <TodayDayStyle BackColor="#CCCCCC" />
  56.             <OtherMonthDayStyle ForeColor="#999999" />
  57.             <NextPrevStyle Font-Bold="True" Font-Size="8pt" ForeColor="#333333" VerticalAlign="Bottom" />
  58.             <DayHeaderStyle Font-Bold="True" Font-Size="8pt" />
  59.             <TitleStyle BackColor="White" BorderColor="Black" BorderWidth="4px" Font-Bold="True"
  60.                 Font-Size="12pt" ForeColor="#333399" />
  61.         </asp:Calendar>
  62.                 </asp:TableCell>
  63.             </asp:TableRow>
  64.             <asp:TableRow runat="server">
  65.                 <asp:TableCell runat="server" BorderStyle="Double">
  66.                  <asp:Label ID="Label7" runat="server" Text="查尋類別:" Width="100px" Font-Bold="True"></asp:Label>                 
  67.                 </asp:TableCell>
  68.                 <asp:TableCell runat="server" BorderStyle="Double" ColumnSpan="3">
  69.                 <asp:DropDownList ID="DropDf_type" runat="server" OnSelectedIndexChanged="DropDf_type_SelectedIndexChanged" AutoPostBack="True" Width="134px">
  70.             <asp:ListItem Value="1">按表單類型查詢</asp:ListItem>
  71.             <asp:ListItem Value="2">按工號查詢</asp:ListItem>
  72.         </asp:DropDownList>
  73.                 </asp:TableCell>
  74.                 
  75.             </asp:TableRow>
  76.             <asp:TableRow runat="server">
  77.                 <asp:TableCell runat="server" BorderStyle="Double">
  78.                  <asp:Label ID="Label2" runat="server" Text="類    別:" Width="100px" Font-Bold="True"></asp:Label>
  79.                 </asp:TableCell>
  80.                 <asp:TableCell runat="server" BorderStyle="Double" ColumnSpan="3">
  81.                   <asp:DropDownList ID="DrpDownType" runat="server" Width="134px">
  82.             <asp:ListItem Value="1">臺幹休假</asp:ListItem>
  83.             <asp:ListItem Value="2">中幹出差</asp:ListItem>
  84.             <asp:ListItem Value="3">中幹請假</asp:ListItem>
  85.             <asp:ListItem Value="4">臺幹出差</asp:ListItem>
  86.            </asp:DropDownList>
  87.                 </asp:TableCell>
  88.                 
  89.             </asp:TableRow>
  90.             <asp:TableRow runat="server">
  91.                 <asp:TableCell runat="server" BorderStyle="Double">
  92.                 <asp:Label ID="Label6" runat="server" Text="工  號:" Enabled="False"  Width="100px" Font-Bold="True"></asp:Label>
  93.                 </asp:TableCell>
  94.                 <asp:TableCell runat="server" BorderStyle="Double" ColumnSpan="3">
  95.                 <asp:TextBox ID="TxtEmp_no" runat="server" Width="126px" Enabled="False" ></asp:TextBox>
  96.                 </asp:TableCell>
  97.                 
  98.             </asp:TableRow>
  99.             <asp:TableRow runat="server" BorderStyle="Double" >
  100.                 <asp:TableCell runat="server" BorderStyle="Double" ColumnSpan="4">
  101.                 <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查詢" BackColor="White" Width="83px" />
  102.             &nbsp; &nbsp;
  103.          <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="列印" BackColor="White" Width="84px" />
  104.                 </asp:TableCell>
  105.             </asp:TableRow>
  106.         </asp:Table>
  107.         <asp:Table ID="Table1" runat="server" Visible="False" Width="784px" BackColor="Transparent" BorderColor="DarkCyan">
  108.             <asp:TableRow runat="server" BorderWidth="1px">
  109.                 <asp:TableCell ID="form_id" runat="server" BorderWidth="1px" ForeColor="Black">單號</asp:TableCell>
  110.                 <asp:TableCell ID="department" runat="server" BorderWidth="1px" ForeColor="Black">部門</asp:TableCell>
  111.                 <asp:TableCell ID="name" runat="server" BorderWidth="1px" ForeColor="Black">姓名</asp:TableCell>
  112.                 <asp:TableCell ID="begin_time" runat="server" BorderWidth="1px" ForeColor="Black">日期起</asp:TableCell>
  113.                 
  114.                 <asp:TableCell ID="end_time" runat="server" BorderWidth="1px" ForeColor="Black">日期迄</asp:TableCell>
  115.                 <asp:TableCell ID="total" runat="server" BorderWidth="1px" ForeColor="Black">總計</asp:TableCell>
  116.                 <asp:TableCell runat="server" BorderStyle="Double"></asp:TableCell>
  117.             </asp:TableRow>
  118.         </asp:Table>
  119.     
  120.     </div>
  121.     </form>
  122. </body>
  123. </html>