📄 g_lostshbrow.asp
字号:
<!--#include file="../include/Pubconn.asp"-->
<!--#include file="../include/PubFun.asp"-->
<% username=Getuser()%>
<%
%>
<%
wid=request("WeekID")
%>
<%
set RSplan=server.createobject("adodb.recordset")
str="select * from G_TblclRemark where StuffNum='"&Session("UserID")&"' "
if wid<>"" then
str=str&" and CloseMonth='"&wid&"'"
end if
RSplan.open str&"order by id desc",pubconn,1
'response.write str
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>单据查询</title><link href="cread.css" rel="stylesheet" type="text/css">
</head>
<script language="vbscript">
sub GoPage()
a="G_lostshbrow.asp?page="+document.myform.page1.value+"&weekid="+document.myform.weekid.value
'+"&weekid="+document.myform.weekid.value+"&stuffid="+document.myform.stuffid.value
' msgbox a
window.location=a
end sub
</script>
<body bgcolor="#FFFFFF" >
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><b><font size="3"><img border="0" src="../pic/it_22.gif">
</font><font size="2">丢失报告历史评语查看</font></b><hr width="40%" size="1" align="left">
</td>
</tr>
</table>
<form method="post" action="G_lostshbrow.asp" name="myform">
<table border="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="12%" align="center" bgcolor="#F1E8DA">
<p align="right">
<font size="2">月份
</font>
</p>
</td>
<td width="19%" align="center" bgcolor="#F1E8DA">
<p align="left">
<select name="WeekID" size="1" style="width:100">
<% if wid<>"" then%>
<option value="">全部</option>
<% for i=1 to 12 %>
<option value="<%=i%>" <% if cint(trim(wid))=i then
response.write ("selected")
end if
%>><%=i%>月</option>
<%next%>
<%else%>
<option value="">全部</option>
<%for i=1 to 54 %>
<option value="<%=i%>" ><%=i%>月</option>
<%next%>
<%end if %>
</select>
</p>
</td>
<td width="11%" align="center" bgcolor="#F1E8DA">
<p align="right">
<font size="2">
业务员
</font>
</p>
</td>
<td width="29%" align="center" bgcolor="#F1E8DA">
<p align="left">
<input type="text" name="ywy" size="13" value="<%=session("stuffname")%>" style="background-color: #edefef" >
<input type="submit" value="查询" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >
</p>
</td>
</tr>
</table>
<%
if RSplan.eof then%>
<center><p>没有符合条件的记录! <a href=G_lostdetail.asp>返回</a></center>
<%else
if request.querystring("page")<>"" then
page=cint(request.querystring("page"))
else
page=1
end if
RSplan.pagesize=4
if page>=RSplan.pagecount then
page=RSplan.pagecount
else
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -