⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showone_wh_salaries.asp

📁 这是一个自己研发的薪酬管理系统
💻 ASP
字号:
<TABLE WIDTH=90% <% Response.write GetTableBorder()%>>
    <COLGROUP>
        <COL 1 CLASS='TABLEHEAD' WIDTH=100 ALIGN=RIGHT>
        <COL 2 CLASS='TABLEDATA'>
    </COLGROUP>
    <TR>
        <TD>发放月份&nbsp;</TD>
        <TD>&nbsp;<font color=#000000>
        <%
        Response.write Str_salary_month
        %></font>
        </TD>
    </TR>
    <TR>
        <TD>发放时间&nbsp;</TD>
        <TD>&nbsp;<font color=#000000>
        <%
        if isdate(Str_salary_date) then
            Response.write (Val(FormatDate(Str_salary_date,"yyyy"))-gInt_BeginYear) & FormatDate(Str_salary_date,"年mm月dd日")
        end if
        %></font>
        </TD>
    </TR>
    <TR>
        <TD>基本工资&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_basic
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>技能工资&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_tech
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>工龄学历&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_eduage
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>职务工资&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_duty
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>满勤奖&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_prize1
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>项目奖励&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_prize2
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>管理质量&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_manage
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>特殊补贴&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_special
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>餐补&nbsp;</TD>
        <TD>&nbsp;
        <%
        Response.write Str_salary_food
        %>&nbsp;元
        </TD>
    </TR>
    <TR>
        <TD>事假&nbsp;</TD>
        <TD>&nbsp;<font color=red>
        <%
        Response.write Str_salary_hols
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>违纪&nbsp;</TD>
        <TD>&nbsp;<font color=red>
        <%
        Response.write Str_salary_break
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>保险&nbsp;</TD>
        <TD>&nbsp;<font color=red>
        <%
        Response.write Str_salary_insurance
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>个税&nbsp;</TD>
        <TD>&nbsp;<font color=red>
        <%
        Response.write Str_salary_tax
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>迟到&nbsp;</TD>
        <TD>&nbsp;<font color=red>
        <%
        Response.write Str_salary_late
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>其它&nbsp;</TD>
        <TD>&nbsp;<font color=red>
        <%
        Response.write Str_salary_other
        %>&nbsp;元</font>
        </TD>
    </TR>
    <TR>
        <TD>员工姓名&nbsp;</TD>
        <TD>&nbsp;<font color=#000000>
        <%
        Response.write id2employee(Str_employee_id)
        %></font>
        </TD>
    </TR>
	<TR>
        <TD><font color=blue size=2.5>	实发工资&nbsp;</font></TD>
        <TD>&nbsp;<font color=blue size=2.5>		<%=Str_salary_basic+Str_salary_tech+Str_salary_eduage+Str_salary_duty+Str_salary_prize1+Str_salary_prize2+Str_salary_manage+Str_salary_special+Str_salary_food-Str_salary_hols-Str_salary_break-Str_salary_insurance-Str_salary_tax-Str_salary_late-Str_salary_other%>&nbsp;元</font>
        </TD>
    </TR>
</TABLE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -