📄 apply_admin.aspx
字号:
<%@ Page language="c#" Codebehind="Apply_Admin.aspx.cs" AutoEventWireup="false" Inherits="HRAdmin.USL.Apply_Admin" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Apply_Admin</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">
<LINK href="Styles/HRAdmin.css" type="text/css" rel="stylesheet">
<LINK href="Styles/HRAdmin.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE class="text" height="100%" cellSpacing="1" cellPadding="1" width="100%">
<TR>
<td width="10"></td>
<TD height="20" colspan="2"><asp:Label id="Label1" runat="server" CssClass="text" Font-Bold="True" Font-Size="Medium" ForeColor="Red">审批申请</asp:Label>
<asp:Label id="Label2" runat="server" CssClass="text">-用于部门管理者审批本部门员工的各种申请</asp:Label>
</TD>
<td></td>
</TR>
<tr height="10">
<td></td>
</tr>
<tr>
<td></td>
<td>
申请类型
<asp:dropdownlist id="ddl_Type" runat="server"></asp:dropdownlist>
</td>
<td width="80%"><asp:button id="bSearch" runat="server" CssClass="buttonsmall" Text="查询"></asp:button></td>
<td></td>
</tr>
<tr height="10">
<td></td>
</tr>
<TR height="60%">
<td></td>
<TD colspan="2">
<DIV style="OVERFLOW: auto; HEIGHT: 100%" ms_positioning="FlowLayout" class="div1">
<asp:datagrid id="dg" runat="server" CssClass="DataGrid" PageSize="1" BorderStyle="Solid" BorderColor="#999999"
BorderWidth="1px" CellPadding="1" GridLines="Vertical" AutoGenerateColumns="False" BackColor="White"
ForeColor="Black" Font-Size="13px" Width="600px">
<SelectedItemStyle ForeColor="White" BackColor="#000099"></SelectedItemStyle>
<AlternatingItemStyle BackColor="#CCCCCC"></AlternatingItemStyle>
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="Black"></HeaderStyle>
<FooterStyle BackColor="#CCCCCC"></FooterStyle>
<Columns>
<asp:ButtonColumn CommandName="Select"></asp:ButtonColumn>
<asp:BoundColumn Visible="False" DataField="ApplyID"></asp:BoundColumn>
<asp:BoundColumn HeaderText="类型"></asp:BoundColumn>
<asp:BoundColumn Visible="False" HeaderText="状态"></asp:BoundColumn>
<asp:BoundColumn DataField="startdate" HeaderText="开始日期"></asp:BoundColumn>
<asp:BoundColumn DataField="endDate" HeaderText="结束日期"></asp:BoundColumn>
<asp:BoundColumn DataField="dsc" HeaderText="描述"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="Type"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="status"></asp:BoundColumn>
</Columns>
<PagerStyle Visible="False"></PagerStyle>
</asp:datagrid></DIV>
</TD>
<td></td>
</TR>
<tr height="10">
<td></td>
</tr>
<tr>
<td></td>
<td valign="top">批复内容</td>
<td><asp:TextBox ID="tb_Reply" Runat="server" CssClass="textbox" Width="100%" Height="90%"></asp:TextBox></td>
<td></td>
</tr>
<tr height="10">
<td></td>
</tr>
<tr>
<td></td>
<td><asp:button id="bPass" runat="server" CssClass="button1" Text="批准"></asp:button>
</td>
<td>
<asp:button id="b_Refuse" runat="server" CssClass="button1" Text="拒绝"></asp:button><INPUT id="APPLYID" type="hidden" runat="server"></td>
</tr>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -