📄 showone_wh_salaries.asp
字号:
<TABLE WIDTH=90% <% Response.write GetTableBorder()%>>
<COLGROUP>
<COL 1 CLASS='TABLEHEAD' WIDTH=100 ALIGN=RIGHT>
<COL 2 CLASS='TABLEDATA'>
</COLGROUP>
<TR>
<TD>发放月份 </TD>
<TD> <font color=#000000>
<%
Response.write Str_salary_month
%></font>
</TD>
</TR>
<TR>
<TD>发放时间 </TD>
<TD> <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>基本工资 </TD>
<TD>
<%
Response.write Str_salary_basic
%> 元
</TD>
</TR>
<TR>
<TD>技能工资 </TD>
<TD>
<%
Response.write Str_salary_tech
%> 元
</TD>
</TR>
<TR>
<TD>工龄学历 </TD>
<TD>
<%
Response.write Str_salary_eduage
%> 元
</TD>
</TR>
<TR>
<TD>职务工资 </TD>
<TD>
<%
Response.write Str_salary_duty
%> 元
</TD>
</TR>
<TR>
<TD>满勤奖 </TD>
<TD>
<%
Response.write Str_salary_prize1
%> 元
</TD>
</TR>
<TR>
<TD>项目奖励 </TD>
<TD>
<%
Response.write Str_salary_prize2
%> 元
</TD>
</TR>
<TR>
<TD>管理质量 </TD>
<TD>
<%
Response.write Str_salary_manage
%> 元
</TD>
</TR>
<TR>
<TD>特殊补贴 </TD>
<TD>
<%
Response.write Str_salary_special
%> 元
</TD>
</TR>
<TR>
<TD>餐补 </TD>
<TD>
<%
Response.write Str_salary_food
%> 元
</TD>
</TR>
<TR>
<TD>事假 </TD>
<TD> <font color=red>
<%
Response.write Str_salary_hols
%> 元</font>
</TD>
</TR>
<TR>
<TD>违纪 </TD>
<TD> <font color=red>
<%
Response.write Str_salary_break
%> 元</font>
</TD>
</TR>
<TR>
<TD>保险 </TD>
<TD> <font color=red>
<%
Response.write Str_salary_insurance
%> 元</font>
</TD>
</TR>
<TR>
<TD>个税 </TD>
<TD> <font color=red>
<%
Response.write Str_salary_tax
%> 元</font>
</TD>
</TR>
<TR>
<TD>迟到 </TD>
<TD> <font color=red>
<%
Response.write Str_salary_late
%> 元</font>
</TD>
</TR>
<TR>
<TD>其它 </TD>
<TD> <font color=red>
<%
Response.write Str_salary_other
%> 元</font>
</TD>
</TR>
<TR>
<TD>员工姓名 </TD>
<TD> <font color=#000000>
<%
Response.write id2employee(Str_employee_id)
%></font>
</TD>
</TR>
<TR>
<TD><font color=blue size=2.5> 实发工资 </font></TD>
<TD> <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%> 元</font>
</TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -