report_approvel.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:2k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="report_approvel.aspx.cs" Inherits="web_123_report_approvel" %>
- <!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>
- <asp:Label ID="Label1" runat="server" Text="查询日期:" Width="73px"></asp:Label>
- <asp:TextBox ID="TxtBeginTime" runat="server"></asp:TextBox>~<asp:TextBox ID="TxtEndTime"
- runat="server"></asp:TextBox><br />
- <asp:Label ID="Label2" runat="server" Text="類別:" Width="71px"></asp:Label>
- <asp:DropDownList ID="DrpDownType" runat="server">
- <asp:ListItem Value="1">臺幹休假</asp:ListItem>
- <asp:ListItem Value="2">中幹出差</asp:ListItem>
- <asp:ListItem Value="3">中幹請假</asp:ListItem>
- <asp:ListItem Value="4">臺幹出差</asp:ListItem>
- </asp:DropDownList><br />
- <br />
- <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="查詢" />
- <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="列印" /><br />
-
- <asp:Table ID="Table1" runat="server" Visible="False" Width="784px" BackColor="Transparent">
- <asp:TableRow runat="server" BorderWidth="1px">
- <asp:TableCell ID="form_id" runat="server" BorderWidth="1px" ForeColor="Black">單號</asp:TableCell>
- <asp:TableCell ID="department" runat="server" BorderWidth="1px" ForeColor="Black">部門</asp:TableCell>
- <asp:TableCell ID="name" runat="server" BorderWidth="1px" ForeColor="Black">姓名</asp:TableCell>
- <asp:TableCell ID="begin_time" runat="server" BorderWidth="1px" ForeColor="Black">日期起</asp:TableCell>
- <asp:TableCell ID="end_time" runat="server" BorderWidth="1px" ForeColor="Black">日期迄</asp:TableCell>
- <asp:TableCell ID="total" runat="server" BorderWidth="1px" ForeColor="Black">總計</asp:TableCell>
- </asp:TableRow>
- </asp:Table>
- </div>
- </form>
- </body>
- </html>