📄 g_plantj.asp
字号:
<p>
<center><font size="2">没有符合条件的记录!
<%if request("tag")="2" then%>
<a href="G_tjcx.asp">返回
<%else%>
</a>
<a href="G_mainplan.asp">返回</a></font></center>
<% end if %>
<%
else
'当有记录时
person=""
plansl=""
for p=1 to Myrst.Recordcount
person=person+Myrst("StuffName")+","
plansl=plansl+cstr(Myrst("total"))+","
Myrst.Movenext
next
if request.querystring("page")<>"" then
page=cint(request.querystring("page"))
else
page=1
end if
Myrst.pagesize=10
if page>=Myrst.pagecount then
page=Myrst.pagecount
else
if page<1 then
page=1
end if
end if
Myrst.absolutepage=page
%>
<table border="1" cellspacing="0" width="100%" height="30" align="center">
<tr>
<td width="117" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">业务员
</font>
</td>
<td width="149" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">计划是否制定</font>
</td>
<td width="128" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">计划跟进客户数量
</font>
</td>
<td width="262" height="24" align="center" bgcolor="#DDD2C4">
<font size="2">平均每天跟进客户数量(个)
</font>
</td>
</tr>
<% for n=1 to Myrst.pagesize%>
<%if n mod 2=1 then
bg="#f7f7f7"
else
bg="#EDEBEC"
end if%>
<tr bgcolor="<%=bg%>">
<td width="117" height="23" align="center" ><font size="2"></font><%=Myrst("StuffName")%></td>
<td width="149" height="23" align="center" ><font size="2"><%
if Myrst("total")=0 then
response.write("否")
else
response.write("是")
end if
%>
</font>
</td>
<td width="128" height="23" align="center" ><font size="2"><%
if Myrst("total")=0 then
response.write(" ")
else
response.write Myrst("total")
end if
%>
</font>
</td>
<td width="262" height="23" align="center" ><font size="2"></font><%
if Myrst("total")=0 then
response.write(" ")
else
response.write round(Myrst("total")/7,2)
end if
%>
</td>
</tr>
<%
Myrst.movenext
if Myrst.eof then exit for
next
%>
</table>
<input type="hidden" name="tag" value="<%=tag%>">
<p align="left">
<font size="2">
共<%=Myrst.pagecount%>页 第<%=page%>页 <a href="G_plantj.asp?page=1&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">首页</a> <%if page>1 then %>
<a href="G_plantj.asp?page=<%=(page-1)%>&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">上页</a>
<% else%>
上页
<% end if%>
<%if page<Myrst.pagecount then %>
<a href="G_plantj.asp?page=<%=(page+1)%>&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">下页</a>
<% else %>
下页
<%end if%><a href="G_plantj.asp?page=<%=Myrst.pagecount%>&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">尾页</a> </font>
<%%>
<select name="page1" style="width:80" size="1">
<% for o=1 to Myrst.pagecount%>
<option value="<%=o%>">第<%=o%>页</option>
<%next%>
</select> <input type="button" value="GO" onclick="Gopage()" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<a href="../contract/f_bmhtzjtx.asp?bm=<%=person%>&htzj=<%=plansl%>&xs=跟进计划统计&dw=个">图形</a>
<a href="javascript:window.print()">打印</a>
<% if tag="2" then%>
<p align="left">
<a href="G_tjcx.asp">返回</a>
<%else%>
<p align="left"><a href="G_mainplan.asp">返回</a>
<%end if%>
</form>
<% end if %>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -