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

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="Label1" runat="server" Text="查询日期:" Width="73px"></asp:Label>
  11.         <asp:TextBox ID="TxtBeginTime" runat="server"></asp:TextBox>~<asp:TextBox ID="TxtEndTime"
  12.             runat="server"></asp:TextBox><br />
  13.         <asp:Label ID="Label2" runat="server" Text="類別:" Width="71px"></asp:Label>
  14.         <asp:DropDownList ID="DrpDownType" runat="server">
  15.             <asp:ListItem Value="1">臺幹休假</asp:ListItem>
  16.             <asp:ListItem Value="2">中幹出差</asp:ListItem>
  17.             <asp:ListItem Value="3">中幹請假</asp:ListItem>
  18.             <asp:ListItem Value="4">臺幹出差</asp:ListItem>
  19.         </asp:DropDownList><br />
  20.         <br />
  21.         <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查詢" />
  22.         <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="列印" /><br />
  23.         &nbsp;
  24.         <asp:Table ID="Table1" runat="server" Visible="False" Width="784px" BackColor="Transparent">
  25.             <asp:TableRow runat="server" BorderWidth="1px">
  26.                 <asp:TableCell ID="form_id" runat="server" BorderWidth="1px" ForeColor="Black">單號</asp:TableCell>
  27.                 <asp:TableCell ID="department" runat="server" BorderWidth="1px" ForeColor="Black">部門</asp:TableCell>
  28.                 <asp:TableCell ID="name" runat="server" BorderWidth="1px" ForeColor="Black">姓名</asp:TableCell>
  29.                 <asp:TableCell ID="begin_time" runat="server" BorderWidth="1px" ForeColor="Black">日期起</asp:TableCell>
  30.                 <asp:TableCell ID="end_time" runat="server" BorderWidth="1px" ForeColor="Black">日期迄</asp:TableCell>
  31.                 <asp:TableCell ID="total" runat="server" BorderWidth="1px" ForeColor="Black">總計</asp:TableCell>
  32.             </asp:TableRow>
  33.         </asp:Table>
  34.     
  35.     </div>
  36.     </form>
  37. </body>
  38. </html>