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

📄 g_mainstate.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="../include/Pubconn.asp"-->
<!--#include file="../include/PubFun.asp"--> 
<% username=Getuser()%>



                                
<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>
<body bgcolor="#FFFFFF" >
<% 
'找出当前登陆者所有状态报告的记录 
set rslucy=server.createobject("adodb.recordset") 
str="select * from G_TblCloseState where  StuffNum='"&Session("UserID")&"'and DepartID='"&Session("DepartID")&"' order by id desc " 
rslucy.open str,pubconn,1 
'response.write str 
%>      
<script language="vbscript"> 
   sub GoPage() 
       'msgbox"ok" 
       a="G_mainstate.asp?page="+document.myform.page1.value 
       window.location=a 
   end sub 
</script>   
<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>                                                                    
                                                                         
<p align="left">                                                                    
                                                                         
 <%          
 if rslucy.eof then %>
<font size="2">您没有客户跟进状态记录!</font>   
 <br>
 <p align="left">                                                                                                   
<input type="button" value="新增" name="B1" onclick="location.href='G_State.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">        
  
                
&nbsp;<input type="button" value="明细查询" name="B1" onclick="location.href='G_statedetail.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">        
    
&nbsp;<input type="button" value="统计查询" name="B1" onclick="location.href='G_Statetj.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">        
    
&nbsp;<input type="button" value="审核" name="B1" onclick="location.href='G_Statesh.asp'" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">        
    
</form>        
      
<p align="left">      
     
 <%   Response.end      
 %>               
              
               
 <%else                                                                                  
   if request.querystring("page")<>"" then                                                                                
   page=cint(request.querystring("page"))                                                                               
else                                                                               
   page=1                                                                               
end if                                                                               
                                                                               
rslucy.pagesize=10                                                                              
if page>=rslucy.pagecount then                                                                               
   page=rslucy.pagecount                                                                               
else                                                                               
   if page<1 then                                                                               
      page=1                                                                               
   end if                                                                               
end if                                                                               
rslucy.absolutepage=page                                                                               
                                                                                
%>                 
<font size="2">您的客户跟进状态记录如下:</font>  
 
<p> 
     说明:                                                                   
     <font color="#000000" size="2">△表示延期,╳表示失败,〇表示完成                                                                  
     </font>                                                                 
     <font size="1" color="#000000">。                                                                 
     </font>                                                                 
                                                                               
<form action="G_Statedel.asp"  method="post"  name="myform">                                                                                                                  
<table border="1" cellspacing="0" width="100%" height="30">                                                                                                          
                                                                                                                
  <tr>                                                                                                                          
                                                                                                          
     <td width="26" height="24" align="center" bgcolor="#DDD2C4">&nbsp;                                                                                                        
     </td>                                                                                                                         
                                                                                                          
     <td width="152" height="24" align="center" bgcolor="#DDD2C4">                                                                                                        
      <font size="2">客户                              
      </font>                              
     </td>                                                                                                                         
    <td width="30" height="24" align="center" bgcolor="#DDD2C4">                                                                                                       
     <font size="2">接近                              
     </font>                              
     </td>                                                                                                                        
    <td width="35" height="24" align="center" bgcolor="#DDD2C4">                                                                                                       
     <font size="2">调查                              
     </font>                              
     </td>                                                                                                                        
     <td width="33" height="24" align="center" bgcolor="#DDD2C4">                                                                                                       
      <font size="2">问题                              
      </font>                              
     </td>                                                                                                                        
                                                                                                                           
    <td width="27" height="24" align="center" bgcolor="#DDD2C4">                                                                                                       
     <font size="2">方案                              
     </font>                              
     </td>                                                                                                                        
    <td width="42" height="24" align="center" bgcolor="#DDD2C4">                                                                                                       
     <font size="2">价格条件                              
     </font>                              
     </td>                                                                                                                        
     <td width="35" height="24" align="center" bgcolor="#DDD2C4">                                                                                                       
      <font size="2">关键人                              
      </font>                              
     </td>                                                                                                                        
                                                                                                                           
     <td width="41" height="24" align="center" bgcolor="#DDD2C4">                                   
      <font size="2">展示                              
      </font>                              
     </td>                                                                                                                       
                                                                                                                          
     <td width="45" height="24" align="center" bgcolor="#DDD2C4">                                  
      <font size="2">建议书                              
      </font>                              
     </td>                                                                                                                       

⌨️ 快捷键说明

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