📄 show_wh_salaryitems1.asp
字号:
<TR CLASS='TABLEDATA' ALIGN=CENTER>
<TD ALIGN=CENTER>
<INPUT ID=Chk_Select NAME=ChkID TYPE=CHECKBOX VALUE='<% =Str_PK_item1_id %>'>
</TD>
<TD>
<% Response.write (mInt_Page-1)*mInt_CountPerPage+Int_Count %>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
Response.write Str_item1_number
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
Response.write Str_item1_name
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
Response.write Str_item1_isused
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
if Str_item1_tech="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
if Str_item1_market="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
if Str_item1_adm="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
if Str_item1_other="1" then
response.write("√")
else
response.write("×")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_item1_id=<%=Str_PK_item1_id%>'>
<%
if len(Str_item1_memo)>0 then
response.write(Str_item1_memo)
else
response.write(" ")
end if
%>
</A>
</TD>
</TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -