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

📄 k_stockbrow.asp

📁 一个很好的在线购物系统
💻 ASP
📖 第 1 页 / 共 3 页
字号:
end if                                                                                                           
rst.absolutepage=page                                                                                                           
                                                                                                            
%>                                             
                                                                                                          
                                                                                                                      
 <center>                                                                          
                                                                   
                                                                               
<div align="center" style="width: 655; height: 62">                                   
 <center>                                            
   <font size="2">     <%if flag<>"1" then%>最近三天进货如下:<%end if %>                                                                                                
                                                                                                                    
<table border="1" cellspacing="0" width="655" height="30" width="100%" width="100%">                                                                                                            
  <form action="k_stockdel.asp" name="form1" method="post">                                                                                                              
  <tr>                                                                                                                            
                                                                                                            
     <td width="26" height="24" align="center" width="122" bgcolor="#DDD2C4">                                                                                                          
                                         
     </td>                                                                                                                           
    <td width="55" height="24" align="center" width="131" bgcolor="#DDD2C4">                                                                                                         
     进货单号                         
     </td>                                                                                                                        
    <td width="115" height="24" align="center" width="84" bgcolor="#DDD2C4">                                                                                                       
     供应商                         
     </td>                                                                                                                        
     <td width="74" height="24" align="center" width="98" bgcolor="#DDD2C4">                                                                                                       
      进货日期                         
     </td>                                                                                                                        
                                                                                                                           
    <td width="58" height="24" align="center" width="120" bgcolor="#DDD2C4">                                                                                                       
     采购员                         
     </td>                                                                                                                        
    <td width="118" height="24" align="center" width="146" bgcolor="#DDD2C4">                                                                                                       
     商品名称                        
     </td>                                                                                                                       
                                                                                                                         
    <td width="52" height="24" align="center" width="146" bgcolor="#DDD2C4">                                                                                                      
     进货数量                       
     </td>                                                                                                                      
                                                                                                                        
    <td width="90" height="24" align="center" width="146" bgcolor="#DDD2C4">                                                                                                     
     是否入库                       
     </td>                                                                                                                      
                                                                                                                        
    <td width="55" height="24" align="center" width="146" bgcolor="#DDD2C4">                                                                                                     
     入库仓库                      
     </td>                                                                                                                     
                                                                                                                       
  </tr>                                                                                                                  
                                                                                                                  
   <% for n=1  to rst.pagesize%>                                      
        <%if  n mod 2=1 then                                            
            bg="#f7f7f7"                                              
       else                                            
            bg="#EDEBEC"                                             
       end if%>                                                                                                                
                                                                                                                    
  <tr bgcolor="<%=bg%>">                                                                                
                                                                                         
                                                                                                                  
    <td width="26" height="23" align="center" width="122"><font size="2"></font>                        
     <input type="checkbox" name="xz" value="<%=n%>" <%if (rst("sfyrk")="Y") or (rst("sfshtg")="Y") or  (ucase(rst("Authors"))<>ucase(username))  then%>  disabled <%end if %>></td>                   
     <input type="hidden" name="jhid<%=n%>" value="<%=rst("ID")%>">                                                                                                    
      <td width="55" height="23" align="center" width="131"><font size="2"><a href="k_stockdetail.asp?jhdh=<%=rst("jhdh")%>"><%=rst("jhdh")%></A></font></td>                              
                                                                                                                  
      <td width="115" height="23" align="center" width="84"><font size="2"><%=Gname(rst("pronum"))%>                             
       </font>                             
    </td>                                                                                                               
      <td width="74" height="23" align="center" width="98"><font size="2"><%=rst("jhrq")%>                             
       </font>                             
    </td>                                                                                                               
      <td width="58" height="23" align="center" width="120"><font size="2"></font><%=Pname(rst("StuffNum"))%></td>                                                                                                               
      <td width="118" height="23" align="center" width="146"><%=Sname(rst("prodcode"))%></td>                                                                                                                
                                                                                                          
      <td width="52" height="23" align="center" width="146"><%=rst("spsl")%></td>                                                                                                                
                                                                                                  
      <td width="90" height="23" align="center" width="146"><%                     
      if rst("sfyrk")="Y" then                     
         response.write ("已入库")                     
      else                   
          response.write ("未入库")                     
      end if                         
      %></td>                                                                                                                
                                                                                                      
      <td width="55" height="23" align="center" width="146"><%=rst("rkck")%></td>                                                                                                                
                                                                                                   
  </tr>                                                                                                   
  <%                                                                                                   
     rst.movenext                                                                                                   
     if rst.eof then exit for                                                                                                   
  next                                                                                                   
  %>                                                                                                                  
 </table>                                                                                                                  
                                                                                                 
 </center>                           
</div>                           
                                                                                                 
<p align="center">                                                                                                
<font size="2">                                                                                                                 
   共<%=rst.pagecount%>页&nbsp; 第<%=page%>页&nbsp;&nbsp;&nbsp;&nbsp; <a href="k_stockbrow.asp?page=1&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&ghdwxh=<%=ghdwxh%>&ckxh=<%=ckxh%>&flag=<%=flag%>">首页</a>&nbsp;<%if page>1 then %>                                                                                                                                        
   <a href="k_stockbrow.asp?page=<%=(page-1)%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&ghdwxh=<%=ghdwxh%>&ckxh=<%=ckxh%>&flag=<%=flag%>">上页</a>&nbsp;                                                                                                                                       
   <% else%>                                                                                                                                       
   上页&nbsp;                                                                                                                                       
  <%  end if%>                                                                                                                                       
    <%if page<rst.pagecount then %>                                                                                                                                      
   <a href="k_stockbrow.asp?page=<%=(page+1)%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&ghdwxh=<%=ghdwxh%>&ckxh=<%=ckxh%>&flag=<%=flag%>">下页</a>&nbsp;                                                                                                                                       
   <% else %>                                                                                                                                      
   下页&nbsp;                                                                                                                                       
  <%end if%><a href="k_stockbrow.asp?page=<%=rst.pagecount%>&year1=<%=year1%>&month1=<%=month1%>&date1=<%=date1%>&year2=<%=year2%>&month2=<%=month2%>&date2=<%=date2%>&ghdwxh=<%=ghdwxh%>&ckxh=<%=ckxh%>&flag=<%=flag%>">尾页</a>&nbsp;&nbsp;</font>                                            
 <%%>                                             
                                           
                                                                                                                                   
      <select  name="page1" style="width:80" size="1">                                                      
                                                             
                                             
       <% for count=1 to rst.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">                    
                      
<p>                      
 <input type="button" value="新增"  onclick="location.href='k_stock.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">                            
  
 <input type="button" value="统计"  onclick="location.href='k_stocktj.asp'"  class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">                            
                              
 <input type="button" value="进货单审核"  onclick="location.href='k_stockshbrow.asp'"  class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">                            
                                                        
 </form>                      
                                                                                                                 
<%                    
rst.close                    
set rst=nothing                    
 end if         
  %>                                     
                                  
                                     
</font>                
                                
</center>
</font>

<p>
          

                                    
</body>                                                                                                                                       
          

⌨️ 快捷键说明

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