📄 cancelreq.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page language="c#" Codebehind="CancelReq.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.SubmitOvertime.CancelReq" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>CancelReq</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../Styles.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="800" align="center" border="0">
<TR>
<TD style="HEIGHT: 90px" vAlign="top" align="center" width="100%" colSpan="2"><FONT face="宋体"><uc1:header id="Header1" runat="server"></uc1:header></FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 500px; BACKGROUND-COLOR: #cccccc" vAlign="top" align="center" width="200"><br>
<uc1:left id="Left1" runat="server"></uc1:left></TD>
<TD style="HEIGHT: 500px" vAlign="top" align="center" width="600"><FONT face="宋体"><br>
<asp:panel id="pnlDetail" runat="server" Visible="False" Height="56px">
<TABLE id="Table2" style="WIDTH: 550px; HEIGHT: 40px" cellSpacing="0" cellPadding="0" width="552"
align="left" border="0">
<TR>
<TD style="HEIGHT: 25px" width="100%" colSpan="2">加班编号:
<asp:Label id="lblOvertimeID" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="HEIGHT: 25px" width="100%" colSpan="2">审批者:
<asp:Label id="lblApproverName" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="HEIGHT: 27px" width="100%" colSpan="2">加班事由:
<asp:Label id="lblReason" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 90px; HEIGHT: 30px" width="90">
<asp:Label id="lblCancel" runat="server">是否取消加班:</asp:Label></TD>
<TD style="HEIGHT: 30px" width="400">
<asp:Button id="btnYes" runat="server" Width="60px" Text="是"></asp:Button>
<asp:Button id="btnNO" runat="server" Width="60px" Text="否"></asp:Button></TD>
</TR>
</TABLE>
</asp:panel></FONT><asp:datagrid id="grdResult" runat="server" Visible="False" Width="100%" CellPadding="4" BackColor="White"
BorderWidth="1px" BorderStyle="None" BorderColor="#3366CC" AutoGenerateColumns="False">
<SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedItemStyle>
<ItemStyle ForeColor="#003399" BackColor="White"></ItemStyle>
<HeaderStyle Font-Bold="True" ForeColor="#CCCCFF" BackColor="#003399"></HeaderStyle>
<FooterStyle ForeColor="#003399" BackColor="#99CCCC"></FooterStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="OvertimeID"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="ApproverName"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="Reason"></asp:BoundColumn>
<asp:BoundColumn DataField="StartTime" HeaderText="开始时间">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="EndTime" HeaderText="结束时间">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SubmitTime" HeaderText="提交时间">
<HeaderStyle Width="100px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="TypeName" HeaderText="类 型">
<HeaderStyle Width="80px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Status" HeaderText="状 态">
<HeaderStyle Width="50px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Hours" HeaderText="小时数">
<HeaderStyle Width="50px"></HeaderStyle>
</asp:BoundColumn>
<asp:ButtonColumn Text="详细情况..." CommandName="Select">
<HeaderStyle Width="80px"></HeaderStyle>
</asp:ButtonColumn>
<asp:EditCommandColumn ButtonType="PushButton" UpdateText="" CancelText="取消" EditText="取消">
<HeaderStyle Width="40px"></HeaderStyle>
</asp:EditCommandColumn>
</Columns>
<PagerStyle HorizontalAlign="Left" ForeColor="#003399" BackColor="#99CCCC" Mode="NumericPages"></PagerStyle>
</asp:datagrid><asp:panel id="pnlMsg" runat="server" Visible="False" Height="48px">
<asp:Label id="lblMessage" runat="server" ForeColor="Red">没有可取消的记录</asp:Label>
</asp:panel></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -