📄 printsalary.aspx
字号:
<%@ Page language="c#" Codebehind="PrintSalary.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.Salary.PrintSalary" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>PrintSalary</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">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" height="100%"
cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr vAlign="top" height="100">
<td colSpan="2">
<uc1:Header id="Header1" runat="server"></uc1:Header></td>
</tr>
<TR vAlign="top">
<TD align="left" width="130" height="100%">
<uc1:Left id="Left1" runat="server"></uc1:Left></TD>
<TD vAlign="top" align="left">
<asp:panel id="Panel1" runat="server" Width="500px" Height="10px" HorizontalAlign="Center"></asp:panel><BR>
<P><asp:label id="Label1" runat="server">请选择要查看的月份:</asp:label>
<asp:DropDownList id="cmbYear" runat="server">
<asp:ListItem Value="2001" Selected="True">2001</asp:ListItem>
<asp:ListItem Value="2002">2002</asp:ListItem>
<asp:ListItem Value="2003">2003</asp:ListItem>
<asp:ListItem Value="2004">2004</asp:ListItem>
</asp:DropDownList>
<asp:label id="Label2" runat="server">年</asp:label>
<asp:DropDownList id="cmbMonth" runat="server">
<asp:ListItem Value="1" Selected="True">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
<asp:ListItem Value="4">4</asp:ListItem>
<asp:ListItem Value="5">5</asp:ListItem>
<asp:ListItem Value="6">6</asp:ListItem>
<asp:ListItem Value="7">7</asp:ListItem>
<asp:ListItem Value="8">8</asp:ListItem>
<asp:ListItem Value="9">9</asp:ListItem>
<asp:ListItem Value="10">10</asp:ListItem>
<asp:ListItem Value="11">11</asp:ListItem>
<asp:ListItem Value="12">12</asp:ListItem>
</asp:DropDownList>
<asp:label id="Label3" runat="server">月</asp:label></P>
<P align="left"><asp:button id="btnSearch" runat="server" Width="88px" Text="确定"></asp:button>
<asp:Panel id="pnlPageFix" runat="server" Width="350px" Height="10px"></asp:Panel></P>
<P align="left"><asp:label id="lblMessage" runat="server"></asp:label>
<asp:Label id="lblSalaryID" runat="server" Visible="False"></asp:Label></P>
<P align="left">
<asp:Panel id="pnlDetail" runat="server" Width="350px" Height="88px">
<asp:Label id="Label5" runat="server" Width="96px">基本工资:</asp:Label>
<asp:Label id="lblBasicSalary" runat="server" Height="8px" Width="64px"></asp:Label>
<BR>
<asp:Label id="Label8" runat="server" Width="96px">加班工资:</asp:Label>
<asp:Label id="lblOvertimeSalary" runat="server" Height="8px" Width="64px"></asp:Label>
<BR>
<asp:Label id="Label7" runat="server" Width="96px">考勤扣除:</asp:Label>
<asp:Label id="lblAbsenceSalary" runat="server" Height="8px" Width="64px"></asp:Label>
<BR>
<asp:Label id="Label10" runat="server" Width="96px">其他增减:</asp:Label>
<asp:Label id="lblOtherSalary" runat="server" Height="8px" Width="64px"></asp:Label>
<BR>
<asp:Label id="Label12" runat="server" Width="96px">最终所得:</asp:Label>
<asp:Label id="lblActualSalary" runat="server" Height="8px" Width="64px"></asp:Label>
<BR>
</asp:Panel></P>
<asp:button id="btnPrint" runat="server" Text="打印工资单" Visible="False"></asp:button></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -