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

📄 g_mainplan1.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                                                                                                                                      
  <tr>                                                                                                                                           
                                                                                                                           
     <td width="15%" height="14" align="left" colspan="6" valign="bottom">                                                                                                                         
     </td>                                                                                                                                        
                                                                                                                                          
  </tr>                                                                                                                                      
                                                                                                                                      
  <tr>                                                                                                                                        
                                                                                                                        
     <td width="10%" height="28" align="center">                                                                                                                      
     跟进日期                                                                                                                     
                                                                                                                          
     </td>                                                                                                                                       
    <td width="8%" height="28" align="center">                                                                                                                     
     星期                                                                                                                     
                                                                                                                       
     </td>                                                                                                                                      
    <td width="10%" height="28" align="center">                                                                                                                     
    跟进时间                                                                                                                     
                                                                                                                       
     </td>                                                                                                                                      
     <td width="15%" height="28" align="center">                                                                                                                     
     跟进客户                                                                                                                     
                                                                                                                  
     </td>                                                                                                                                      
                                                                                                                                         
     <td width="10%" height="28" align="center">                                                                                                                     
     跟进方式                                                                                                                     
                                                                                                                         
     </td>                                                                                                                                      
                                                                                                                                         
     <td width="10%" height="28" align="center">跟进目的</td>                                                                                                                                      
                                                                                                                                         
  </tr>                                                                                                                              
     <% for n=1  to RSzx.pagesize%>                                                                                                    
  <tr >                                                                                                   
      <%                                                 
      '找出对应的客户名称                                                 
                                                       
      sql="select clientname,clientnum from D_ClientInfo where ClientNum='"&RSzx("ClientNum")&"'"                                                 
      'response.write sql
      'response.end
      set khrs=pubconn.execute(sql)     
      if not khrs.eof then   
         khmc=khrs("ClientName")   
      else   
         khmc=RSzx("ClientNum")   
      end if                                                
                                                       
      %>                                                                                                                            
                                                                                                                                     
    <td width="10%" height="15" align="center"><%=RSzx("CloseDate")%></td>                                                                                                                        
      <td width="8%" height="15" align="center"><%show(RSzx("PlanWeek"))%></td>                                                                                                                                   
      <td width="10%" height="15" align="center"><%=RSzx("CloseTime")%></td>                                           
       <input type="hidden" name="ClientID" value="<%=Rszx("ClientNum")%>">                                                                                                                                  
      <td width="15%" height="15" align="center"><a Href="G_clientInfo.asp?ClientID=<%=Rszx("ClientNum")%>" target="_parent"><%=khmc%></a>                                                 
                                                     
      </td>                                                                                                                                   
      <td width="10%" height="15" align="center"><%=RSzx("CloseMode")%></td>                                                                                                                                    
      <td width="10%" height="15" align="center"><%=RSzx("ClosePurpose")%></td>                                                                                                                                    
                                                                                                                              
  </tr>                                                                                                                       
  <%                                                                                                                       
     RSzx.movenext                                                                                                                       
     if RSzx.eof then exit for                                                                                                                       
  next                                                                                                                       
  %>                                                                                                                                      
 </table>                                                                                                                                     
                                                                                                            
                                                                                                                  
                                                                                                                                          
</div>          
                                                                                                            
                                                                                                                  
                                                                                                                                          
    <p align="center">                                                                                                             
                                                                                                                 
<font size="2">                                                                                                                                    
   共<%=RSzx.pagecount%>页&nbsp; 第<%=page%>页&nbsp;&nbsp;&nbsp;&nbsp; <a href="G_mainplan1.asp?page=1">首页</a>&nbsp;<%if page>1 then %>                                                                                                                                                              
   <a href="G_mainplan1.asp?page=<%=(page-1)%>">上页</a>&nbsp;                                                                                                                                                             
   <% else%>                                                                                                                                                           
   上页&nbsp;                                                                                                                                                             
  <%  end if%>                                                                                                                                                           
    <%if page<RSzx.pagecount then %>                                                                                                                                                            
   <a href="G_mainplan1.asp?page=<%=(page+1)%>">下页</a>&nbsp;                                                                                                                                                             
   <% else %>                                                                                                                                                          
   下页&nbsp;                                                                                                                                                             
  <%end if%><a href="G_mainplan1.asp?page=<%=RSzx.pagecount%>">尾页</a>&nbsp;&nbsp;</font>                                                                
 <%%>                                                                      
                                                   
 </form>  </table>                                                                                                                                                 
<% end if %>                   
           
           
    </TD>              
            <TD bgcolor="#ffffff" width="2%" background="../pic/g416.gif"></TD>              
          </TR>              
        </TBODY>              
      </TABLE>              
      </TD>              
    </TR>              
</TABLE>              
               
              
                                
                                         
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -