📄 g_mainlost.asp
字号:
</font>
</td>
<td width="54" height="24" align="center" width="146" bgcolor="#DDD2C4">
<font size="2">详细
</font>
</td>
</tr>
<% for n=1 to RSlost.pagesize%>
<%if n mod 2=1 then
bg="#f7f7f7"
else
bg="#EDEBEC"
end if%>
<tr bgcolor="<%=bg%>">
<td width="26" height="1" align="center" width="122">
<input type="checkbox" name="xz" value="<%=n%>" <%if rslost("AuditingYN")="Y" then
response.write ("disabled")
end if
%> >
<input type="hidden" name="lid<%=n%>" value="<%=rslost("ID")%>">
</td>
<td width="118" height="1" align="center" width="122"><font size="2"></font><%=khname(rslost("clientnum"))%></td>
<td width="56" height="1" align="center" width="131"><font size="2"><%=Pname(rslost("stuffnum"))%>
</font>
</td>
<td width="108" height="1" align="center" width="84"><font size="2"><%=RSlost("ReportDate")%>
</font>
</td>
<td width="86" height="1" align="center" width="98"><font size="2"><%=RSlost("Production")%>
</font>
</td>
<td width="63" height="1" align="center" width="120"><font size="2"></font><%=RSlost("Maker")%></td>
<td width="54" height="1" align="center" width="146"><font size="2"></font><%=RSlost("OrderDate")%></td>
<td width="54" height="1" align="center" width="146">
<%if rslost("AuditingYN")="Y" then
response.write ("已审核")
end if
if rslost("AuditingYN")="YN" then
response.write ("审核未通过")
end if
if rslost("AuditingYN")="N" then
response.write ("未审核")
end if
%>
</td>
<td width="54" height="1" align="center" width="146"><a href="G_lostbrow.asp?ID=<%=rslost("ID")%>" >详细</a></td>
</tr>
<%
RSlost.movenext
if RSlost.eof then exit for
next
%>
</table>
</div>
<p align="center">
<font size="2">
共<%=RSlost.pagecount%>页 第<%=page%>页 <a href="G_mainlost.asp?page=1">首页</a> <%if page>1 then %>
<a href="G_mainlost.asp?page=<%=(page-1)%>">上页</a>
<% else%>
上页
<% end if%>
<%if page<RSlost.pagecount then %>
<a href="G_mainlost.asp?page=<%=(page+1)%>">下页</a>
<% else %>
下页
<%end if%><a href="G_mainlost.asp?page=<%=RSlost.pagecount%>">尾页</a> </font>
<%%>
<select name="page1" style="width:80" size="1">
<% for o=1 to RSlost.pagecount%>
<option value="<%=o%>">第<%=o%>页</option>
<%next%>
</select> <input type="button" value="GO" onclick="Gopage()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<a href="javascript:window.print()">打印</a>
<p align="left">
<input type="button" value="新增" name="B1" onclick="location.href='G_lost.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<input type="submit" value="删除" name="aa" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<input type="button" value="明细查询" name="B1" onclick="location.href='G_lostdetail.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<input type="button" value="统计查询" name="B1" onclick="location.href='G_losttj.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<input type="button" value="审核" name="B1" onclick="location.href='G_lostsh.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
</form>
<% end if %>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -