⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 g_plantj.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
 <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("&nbsp;")       
      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("&nbsp;")       
     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">                                                                                              
   &nbsp; 共<%=Myrst.pagecount%>页&nbsp; 第<%=page%>页&nbsp;&nbsp;&nbsp;&nbsp; <a href="G_plantj.asp?page=1&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">首页</a>&nbsp;<%if page>1 then %>                                                                                                                
   <a href="G_plantj.asp?page=<%=(page-1)%>&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">上页</a>&nbsp;                                                                                                               
   <% else%>                                                                                                               
   上页&nbsp;                                                                                                               
  <%  end if%>                                                                                                               
    <%if page<Myrst.pagecount then %>                                                                                                              
   <a href="G_plantj.asp?page=<%=(page+1)%>&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">下页</a>&nbsp;                                                                                                               
   <% else %>                                                                                                              
   下页&nbsp;                                                                                                               
  <%end if%><a href="G_plantj.asp?page=<%=Myrst.pagecount%>&weekid=<%=wid%>&departID=<%=sid%>&tag=<%=tag%>">尾页</a>&nbsp;&nbsp;</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">&nbsp;&nbsp;    
       <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">                                                                             
                                                          
           &nbsp;                                                                             
                                                          
           <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 + -