📄 k_xsckbrow.asp
字号:
if request.querystring("page")<>"" then
page=cint(request.querystring("page"))
else
page=1
end if
rst.pagesize=10
if page>=rst.pagecount then
page=rst.pagecount
else
if page<1 then
page=1
end if
end if
rst.absolutepage=page
%>
<center>
<div align="center" style="width: 655; height: 62">
<center>
<font size="2"> <%if flag<>"1" then%>最近三天出库如下:</font> <%end if%>
<table border="1" cellspacing="0" width="655" height="30" width="100%" width="100%">
<form action="k_stockdel.asp" name="form1" method="post">
<tr>
<td width="55" height="24" align="center" width="131" bgcolor="#DDD2C4">
定单单号
</td>
<td width="74" height="24" align="center" width="98" bgcolor="#DDD2C4">
销售日期
</td>
<td width="118" height="24" align="center" width="146" bgcolor="#DDD2C4">
商品名称
</td>
<td width="52" height="24" align="center" width="146" bgcolor="#DDD2C4">
销售数量
</td>
<td width="90" height="24" align="center" width="146" bgcolor="#DDD2C4">
出库数量
</td>
<td width="55" height="24" align="center" width="146" bgcolor="#DDD2C4">
<font size="2">出库仓库</font>
</td>
<td width="55" height="24" align="center" width="146" bgcolor="#DDD2C4">
验收人
</td>
</tr>
<% for n=1 to rst.pagesize%>
<%if n mod 2=1 then
bg="#f7f7f7"
else
bg="#EDEBEC"
end if%>
<tr bgcolor="<%=bg%>">
<input type="hidden" name="jhid<%=n%>" value="<%=rst("ID")%>">
<td width="55" height="23" align="center" width="131"><font size="2"><%=rst("ordernum")%></A></font></td>
<td width="74" height="23" align="center" width="98"><font size="2"><%=rst("xsrq")%>
</font>
</td>
<td width="118" height="23" align="center" width="146"><%=Sname(rst("spxh"))%></td>
<td width="52" height="23" align="center" width="146"><%=rst("spsl")%></td>
<td width="90" height="23" align="center" width="146"><%=rst("sjcksl")%></td>
<td width="55" height="23" align="center" width="146"><%=rst("ckxh")%></td>
<td width="55" height="23" align="center" width="146"><%=Pname(rst("jbr"))%></td>
</tr>
<%
rst.movenext
if rst.eof then exit for
next
%>
</table>
</center>
</div>
<p align="center">
<font size="2">
共<%=rst.pagecount%>页 第<%=page%>页 <a href="k_xsckbrow.asp?page=1&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&rkck=<%=rkck%>&ysr=<%=ysr%>&flag=<%=flag%>">首页</a> <%if page>1 then %>
<a href="k_xsckbrow.asp?page=<%=(page-1)%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&rkck=<%=rkck%>&ysr=<%=ysr%>&flag=<%=flag%>">上页</a>
<% else%>
上页
<% end if%>
<%if page<rst.pagecount then %>
<a href="k_xsckbrow.asp?page=<%=(page+1)%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&rkck=<%=rkck%>&ysr=<%=ysr%>&flag=<%=flag%>">下页</a>
<% else %>
下页
<%end if%><a href="k_xsckbrow.asp?page=<%=rst.pagecount%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&rkck=<%=rkck%>&ysr=<%=ysr%>&flag=<%=flag%>">尾页</a> </font>
<select name="page1" style="width:80" size="1">
<% for count=1 to rst.pagecount%>
<option value="<%=count%>">第<%=count%>页</option>
<%next%>
</select><input type="button" value="GO" onclick="Gopage()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<p align="center">
<font size="2">
<input type="button" value="出库" onclick="location.href='k_xsck.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1"></font>
<input type="button" value="统计" onclick="location.href='k_xscktj.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1"> </form>
<%
rst.close
set rst=nothing
end if
%>
</center>
<%if fhplace=3 then%>
<a href="k_outtjdetail.htm?year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&ckxh=<%=rkck%>">返回</a>
<%end if %>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -