show_view_market_bonus2.asp
来自「这是一个自己研发的薪酬管理系统」· ASP 代码 · 共 40 行
ASP
40 行
<TR CLASS='TABLEDATA' ALIGN=CENTER>
<TD>
<% Response.write (mInt_Page-1)*mInt_CountPerPage+Int_Count %>
</TD>
<TD>
<%
Response.write Str_employee_name
%>
</TD>
<TD>
<%
Response.write Str_project_name
%>
</TD>
<TD>
<%
Response.write Str_mbonus_prize
%>
</TD>
<TD>
<%
if Str_mbonus_isgive then
response.write("<font color=red>已发放</a>")
else%>
<INPUT ID=Chk_Select NAME=ChkID TYPE=CHECKBOX VALUE='<% =Str_mbonus_prize %>' onclick="countnum(this)">
<%end if%>
</TD>
<TD>
<%
if isdate(Str_mbonus_date) then
Response.write (Val(FormatDate(Str_mbonus_date,"yyyy"))-gInt_BeginYear) & FormatDate(Str_mbonus_date,"年mm月dd日")
else
response.write("未定")
end if
%>
</TD>
</TR>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?