📄 g_stateshbrow.asp
字号:
<!--#include file="../include/Pubconn.asp"-->
<!--#include file="../include/PubFun.asp"-->
<% username=Getuser()%>
<%
Response.Buffer=FALSE
%>
<%
'wid=request("WeekID")
%>
<%
set RSexsh=server.createobject("adodb.recordset")
str="select * from G_TblcsRemark where StuffNum='"&Session("UserID")&"' "
'if wid<>"" then
' str=str&" and CloseWeek='"&wid&"'"
'end if
RSexsh.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_stateshbrow.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_stateshbrow.asp" name="myform">
<!--
<tr>
<td width="100%">
<p align="left">(<b>提示:当前为第<%=datepart("ww",date())%>周</b>**) <b>
</b>
</p>
</td>
</tr>
</table>
<table border="0" cellspacing="0" width="100%" align="center">
<tr>
<td width="12%" align="center" >
<p align="right">
<font size="2">周次</font>
</p>
</td>
<td width="19%" align="center" >
<p align="left">
<select name="WeekID" size="1" style="width:100;">
<% if wid<>"" then%>
<option value="">全部</option>
<% for i=1 to 54 %>
<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">
<p align="right">
业务员
</p>
</td>
<td width="29%" align="center">
<p align="left">
<input type="text" name="ywy" size="13" value="<%=session("stuffname")%>">
<input type="submit" value="查询" >
</p>
</td>
</tr>
</table> -->
<%
if RSexsh.eof then%>
<center><p><font size="2">没有符合条件的记录!<a href=G_statedetail.asp>返回</a></font></center>
<%else
if request.querystring("page")<>"" then
page=cint(request.querystring("page"))
else
page=1
end if
RSexsh.pagesize=4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -