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

📄 f_swhtbrow.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
         <%for i=1 to 9%>       
           <option value="<%="0"&i%>"      
              <%       
                 if date2<>"" then      
                      if cint(date2)=i  then      
                         response.write ("selected")      
                      end if       
                 end if       
               %>      
                 
           ><%="0"&i%></option>                         
       <%next%>       
       <%for i=10 to 31%>        
           <option value="<%=i%>"       
                  <%        
                 if date2<>"" then       
                      if cint(date2)=i  then       
                         response.write ("selected")       
                      end if        
                 end if        
               %>       
       
                  
           ><%=i%></option>                          
       <%next%>        
                  
                                                                
      </select>日&nbsp; <input type="submit" value="查询" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1" >&nbsp; &nbsp;&nbsp;</font>                       
                       
    </td>                                                                                              
 </tr>                                                                                             
</table>                                                                                      
 </form>                                                                                      
 <%                           
 if htcx.eof then%>                           
                   
<font size="2">无任何记录!             
<p align="center">                       
<input type="button" value="新增"  onclick="location.href='F_contract2.asp'"  class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">                   
                 
 <a href="F_htjm.htm">返回</a>             
                              
 <%             
 response.end             
 else                                                                                                
   if request.querystring("page")<>"" then                                                                                               
   page=cint(request.querystring("page"))                                                                                              
else                                                                                              
   page=1                                                                                              
end if                                                                                              
                                                                                              
htcx.pagesize=10                                                                                             
if page>=htcx.pagecount then                                                                                              
   page=htcx.pagecount                                                                                              
else                                                                                              
   if page<1 then                                                                                              
      page=1                                                                                              
   end if                                                                                              
end if                                                                                              
htcx.absolutepage=page                                                                                              
                                                                                               
%>                                
                                                                                             
                                                                                                         
 <center>                                                             
                                                      
                                                                  
<div align="center">                      
 <center>                               
                                                                                            
                                                                                                        
<table border="1" cellspacing="0" width="100%" height="30" width="100%" width="100%">                                                                                                
  <form action="F_swhtdel.asp" name="form1" method="post">                                                                                                  
  <tr>                                                                                                                
                                                                                                
     <td width="69" height="24" align="center" width="122" bgcolor="#DDD2C4">                                                                                              
                             
     </td>                                                                                                               
    <td width="53" height="24" align="center" width="131" bgcolor="#DDD2C4">                                                                                             
     <font size="2">合同号              
     </font>              
     </td>                                                                                                             
    <td width="105" height="24" align="center" width="84" bgcolor="#DDD2C4">                                                                                            
     <font size="2">销售代表              
     </font>              
     </td>                                                                                                             
     <td width="83" height="24" align="center" width="98" bgcolor="#DDD2C4">                                                                                            
      <font size="2">签订日期              
      </font>              
     </td>                                                                                                             
                                                                                                                
    <td width="61" height="24" align="center" width="120" bgcolor="#DDD2C4">                                                                                            
     <font size="2">客户名称              
     </font>              
     </td>                                                                                                             
    <td width="104" height="24" align="center" width="146" bgcolor="#DDD2C4">                                                                                            
     <font size="2">合同状态              
     </font>              
     </td>                                                                                                             
                                                                                                               
    <td width="104" height="24" align="center" width="146" bgcolor="#DDD2C4">                                                                                            
     操作             
     </td>                                                                                                            
                                                                                                              
  </tr>                                                                                                          
                                                                                                          
   <% for n=1  to htcx.pagesize%>                              
        <%if  n mod 2=1 then                                    
            bg="#f7f7f7"                                      
       else                                    
            bg="#EDEBEC"                                     
       end if%>                                                                                                        
                                                                                                            
  <tr bgcolor="<%=bg%>">                                                                        
                                                                                 
                                                                                                          
    <td width="69" height="23" align="center" width="122"><font size="2"></font>                
     <input type="checkbox" name="xz" value="<%=n%>" <%if (htcx("YesorNo")<>"1" and htcx("YesorNo")<>"2" ) or (ucase(htcx("Authors"))<>ucase(username)) then%>  disabled <%end if %>></td>           
     <input type="hidden" name="htID<%=n%>" value="<%=htcx("ID")%>">                                                                                            
      <td width="53" height="23" align="center" width="131"><font size="2"><a href="F_swhtbrow1.asp?ID=<%=htcx("ID")%>&flag=liu"><%=htcx("Contractnum")%></A> </font></td>                      
                                                                                                          
      <td width="105" height="23" align="center" width="84"><font size="2"><%=Pname(htcx("SaleDelegate"))%>                     
       </font>                     
    </td>                                                                                                       
      <td width="83" height="23" align="center" width="98"><font size="2"><%=htcx("signtime")%>                     
       </font>                     
    </td>                                                                                                       
      <td width="61" height="23" align="center" width="120"><font size="2"></font><%=khname(htcx("ClientNum"))%></td>                                                                                                       
      <td width="104" height="23" align="center" width="146"><%             
      if htcx("YesorNo")="1" then             
         response.write ("未评审")             
      end if              
      if  htcx("YesorNo")="2"  then              
          response.write ("评审未通过")             
      end if             
      if  htcx("YesorNo")="3"  then             
          response.write ("正在评审")             
      end if                   
      if  htcx("YesorNo")="4"  then             
          response.write ("已评审")             
      end if                 
      %></td>                                                                                                        
                           
                                                                                                            
                                                                                            
                                                                                          
                                                                                                       
                                                                                                       
      <td width="104" height="23" align="center" width="146"><font size="2"></font>           
                   
<font size="2">                                                                                            
     <% if htcx("YesorNo")="1" or htcx("YesorNo")="2" then%><a href="F_swhtedit.asp?ID=<%=htcx("ID")%>&ywy=<%=htcx("SaleDelegate")%>"><%end if %>操作</a>           
       </font>           
                   
     </td>                                                                                                        
                           
                                                                                                            
                                                                                            
                                                                                          
                                                                                                       
                                                                                                       
  </tr>                                                                                           
  <%                                                                                           
     htcx.movenext                                                                                           
     if htcx.eof then exit for                                                                                           
  next                                                                                           
  %>                                                                                                          
 </table>                                                                                                          
                                                                                         
 </center>                   
</div>                   
                                                                                         
<p align="center">                                                                                        
<font size="2">                                                                                                         
   共<%=htcx.pagecount%>页&nbsp; 第<%=page%>页&nbsp;&nbsp;&nbsp;&nbsp; <a href="F_swhtbrow.asp?page=1&hth=<%=hth%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>">首页</a>&nbsp;<%if page>1 then %>                                                                                                                             
   <a href="F_swhtbrow.asp?page=<%=(page-1)%>&hth=<%=hth%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>">上页</a>&nbsp;                                                                                                                            
   <% else%>                                                                                                                            
   上页&nbsp;                                                                                                                            
  <%  end if%>                                                                                                                            
    <%if page<htcx.pagecount then %>                                                                                                                           
   <a href="F_swhtbrow.asp?page=<%=(page+1)%>&hth=<%=hth%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>">下页</a>&nbsp;                                                                                                                            
   <% else %>                                                                                                                           
   下页&nbsp;                                                                                                                            
  <%end if%><a href="F_swhtbrow.asp?page=<%=htcx.pagecount%>&hth=<%=hth%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>">尾页</a>&nbsp;&nbsp;</font>                                 
 <%%>                                  
                                
                                                                                                                        
      <select  name="page1" style="width:80" size="1">                                           
                                                  
                                  
       <% for count=1 to htcx.pagecount%>                                                                   
         <option value="<%=count%>">第<%=count%>页</option>                                   
       <%next%>                                                         
                                                                 
      </select><input type="button" value="GO" onclick="Gopage()"  class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">                 
   &nbsp; <a href="F_htjm.htm">返回</a>         
           
<p>           
 <input type="button" value="新增"  onclick="location.href='F_contract2.asp'"  class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">                 
               
 <input type="submit" value="删除"   class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">                 
               
                                       
 </form>           
                                                                                                      
<%         
htcx.close         
set htcx=nothing         
 end if %>                          
                       
                          
 </font>     
                       
                          
</body>                                                                                                                            
                                                                                                                            

⌨️ 快捷键说明

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