📄 g_execshbrow.asp
字号:
<!--#include file="../include/Pubconn.asp"-->
<!--#include file="../include/PubFun.asp"-->
<%
'************************************
'
'Author :Ruphi Update Time:2001-08-23
'功能说明:登录者查看其历史的评语
'
'************************************
%>
<%
wid=request("WeekID")
%>
<%
set RSexsh=server.createobject("adodb.recordset")
str="select * from G_TblceRemark 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_execshbrow.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_execshbrow.asp" name="myform">
<p>
<table border="0" width="100%">
<td width="100%">
<p align="left">(提示:当前为第<%=datepart("ww",date())%>周) <b>
</b>
</p>
</td>
</table>
<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 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" bgcolor="#F1E8DA">
<p align="right">
业务员
</p>
</td>
<td width="29%" align="center" bgcolor="#F1E8DA">
<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>没有符合条件的记录!<a href=G_execdetail.asp>返回</a></center>
<%else
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -