📄 g_exec.asp
字号:
<!--#include file="../include/Pubconn.asp"-->
<!--#include file="../include/PubFun.asp"-->
<% username=Getuser()
userclass=TableVisitor("G_TblClosePlan1",username)
if userclass<2 then
response.write"<br>"
response.write"<br>"
response.write "<center><font size=2>抱歉,您没有此项操作权限!<a href=G_mainexec.asp>返回</a>"
response.end
end if
%>
<%
'*****************************************
'
'Author:Ruphi Writing Time:2001-08-25
'功能说明:当前登录业务员对计划输入执行情况。(输入界面)
'
'******************************************
%>
<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 check1()
if myform.WeekID.value="" then
msgbox"请选择周次!",64,"提示:"
exit sub
end if
myform.submit
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>
<%
wid=request("WeekID")
sid=Session("UserID")
%>
<%
set Rsec=server.createobject("adodb.recordset")
if wid<>"" then
str="select * from G_TblClosePlan where CloseWeek='"&wid&"' and StuffNum='"&sid&"' and departID='"&Session("departID")&"'"
Rsec.open str&"order by id desc",pubconn,1
'response.write str
%>
<form method="post" action="G_exec.asp" name="myform">
<p>
<table border="0" width="100%">
<tr>
<td width="100%">
<p align="left">(
<font size="2">提示:当前为第<%=datepart("ww",date())%>周
</font>
) <b>
</b>
</p>
</td>
</tr>
</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 53 %>
<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 53 %>
<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="txtstuff" size="10" value="<%=Session("StuffName")%>" readonly style="background-color: #edefef"> <input type="button" value="查询" onclick="check1()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >
<a href="G_mainexec.asp">返回</a>
</p>
</td>
</tr>
</table>
<%
if Rsec.eof then%>
<center><p><font size="2">没有符合条件的记录!<a href=G_mainexec.asp>返回</a></font></center>
<% response.end
else
%>
<table border="1" cellspacing="0" width="100%" height="30">
<tr>
<td width="69" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">计划跟进日期
</font>
</td>
<td width="53" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">星期
</font>
</td>
<td width="105" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">跟进时间
</font>
</td>
<td width="83" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">跟进客户
</font>
</td>
<td width="61" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">跟进对象
</font>
</td>
<td width="104" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">职务
</font>
</td>
<td width="82" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">跟进方式
</font>
</td>
<td width="82" height="24" align="center" bgcolor="#DDD2C4">跟进目的</td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -