📄 show_wh_salaryitems2.asp
字号:
<TR CLASS='TABLEDATA' ALIGN=CENTER>
<TD ALIGN=CENTER>
<INPUT ID=Chk_Select NAME=ChkID TYPE=CHECKBOX VALUE='<% =Str_PK_item2_id %>'>
</TD>
<TD>
<% Response.write (mInt_Page-1)*mInt_CountPerPage+Int_Count %>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
Response.write Str_item2_number
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
Response.write Str_item2_name
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
Response.write Str_item2_isused
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
if Str_item2_tech="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
if Str_item2_market="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
if Str_item2_adm="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
if Str_item2_other="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item2_id=<%=Str_PK_item2_id%>'>
<%
Response.write Str_item2_memo
%>
</A>
</TD>
</TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -