📄 printsalary.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="Left" Src="Left.ascx" %>
<%@ Page language="c#" Codebehind="PrintSalary.aspx.cs" AutoEventWireup="false" Inherits="BlueHill.Salary.PrintSalary" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="../Common/Header.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>PrintSalary</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>
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="500" align="center" border="0">
<TR>
<TD>请选择要查看的年月:
<asp:DropDownList id="cmbYear" runat="server" Width="80px"></asp:DropDownList>年
<asp:DropDownList id="cmbMonth" runat="server" Width="50px">
<asp:ListItem Value="1">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>月</TD>
</TR>
<TR>
<TD style="HEIGHT: 63px">
<asp:Button id="btnSearch" runat="server" Text="确 定"></asp:Button></TD>
</TR>
<TR>
<TD style="HEIGHT: 126px" vAlign="top">
<br>
<asp:Panel id="pnlSalary" runat="server" Height="104px" Visible="False">
<TABLE id="Table3" style="WIDTH: 300px; HEIGHT: 96px" cellSpacing="0" cellPadding="0" width="300"
align="left" border="0">
<TR>
<TD style="WIDTH: 62px; HEIGHT: 19px" width="62">基本工资:</TD>
<TD style="HEIGHT: 19px" width="220">
<asp:Label id="lblBase" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 62px; HEIGHT: 19px" width="62">加班工资:</TD>
<TD style="HEIGHT: 19px" width="220">
<asp:Label id="lblOvertime" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 62px; HEIGHT: 18px" width="62">考勤扣除:</TD>
<TD style="HEIGHT: 18px" width="220">
<asp:Label id="lblAttendance" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 62px; HEIGHT: 18px" width="62">其他增减:</TD>
<TD style="HEIGHT: 18px" width="220">
<asp:Label id="lblOther" runat="server"></asp:Label></TD>
</TR>
<TR>
<TD style="WIDTH: 62px" width="62">最终所得:</TD>
<TD width="220">
<asp:Label id="lblFinally" runat="server"></asp:Label></TD>
</TR>
</TABLE>
<asp:Label id="lblSalaryID" runat="server"></asp:Label>
</asp:Panel>
<asp:Label id="lblMessage" runat="server" Visible="False" ForeColor="Red"></asp:Label></TD>
</TR>
<TR>
<TD>
<asp:Button id="btnPrint" runat="server" Text="打印工资单" Visible="False"></asp:Button></TD>
</TR>
</TABLE>
</FONT>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -