📄 show_view_market_bonus2.asp
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -