buyUSER02ji.ASP
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:11k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <!--#include file="../checkpost.asp"-->
  2. <!--#include file="articleconn.asp"-->
  3. <!--#include file="home1.asp"-->
  4. <!--#include file="security.asp"-->
  5. <%if session("flag")>3 then
  6.     response.write "<br><p align=center>您的操作权限不够!</p>"
  7.     response.end
  8. end if
  9. %>
  10. <html>
  11. <head>
  12. <meta http-equiv="Content-Language" content="zh-cn">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  14. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  15. <meta name="ProgId" content="FrontPage.Editor.Document">
  16. <link rel="stylesheet" type="text/css" href="inc/Admin_STYLE.CSS">
  17. <title>订单管理页</title>
  18. </head>
  19. <body leftmargin="0" topmargin="0">
  20. <script language="javascript">
  21. <!--
  22. function winopen(url)                    
  23.      {                    
  24.         window.open(url,"search","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=yes,width=540,height=380,top=1,left=1");                    
  25.       }
  26. function MM_openBrWindow(theURL,winName,features) { //v2.0
  27.   window.open(theURL,winName,features);
  28. }
  29. //-->
  30. </script>
  31. <script language="javascript">
  32. <!--
  33. function emailopen(url)                    
  34.      {                    
  35.         window.open(url,"search","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=yes,width=500,height=350,top=1,left=1");                    
  36.       }
  37. function MM_openBrWindow(theURL,winName,features) { //v2.0
  38.   window.open(theURL,winName,features);
  39. }
  40. //-->
  41. </script>
  42. <%
  43.    MaxPerPage=20
  44.    dim totalPut   
  45.    dim CurrentPage
  46.    dim TotalPages
  47.    dim i,j
  48.    dim money
  49.    money=0
  50.    dim typename
  51.    
  52.    typename=""
  53.    if not isempty(request("page")) then
  54.       currentPage=cint(request("page"))
  55.    else
  56.       currentPage=1
  57.    end if
  58.    dim sql
  59.    dim rs
  60.    dim rstype
  61.    dim typesql
  62.    dim typeid,typename1
  63.    if not isEmpty(Replace(request("typeid"), "'", "''")) then
  64. typeid=Replace(request("typeid"), "'", "''")
  65.    else
  66. typeid=0
  67.    end if
  68.   
  69. %>
  70.   <tr>
  71. <!--#include file="top1.asp"-->
  72.  <center>
  73.   <%
  74.  if request("name23")="" and request("date01")="" and request("date02")=""  then
  75.  sql="select * from buy where baoyue=0 and paymoney<>0 and pay=1 order by id desc"
  76.  else if request("name23")<>"" and request("date01")="" and request("date02")="" then
  77.  sql="select * from buy where baoyue=0 and userid like '%"&request("name23")&"%'"
  78.   else if request("date01")<>"" and request("date02")<>"" then
  79.    sql="select * from buy where baoyue=0 and paymoney<>0 and pay=1 and datetime>='"&request("date01")&"' and datetime<='"&request("date02")&"' "
  80.  end if
  81.  end if
  82.  end if
  83.  Set rs= Server.CreateObject("ADODB.Recordset")
  84.  rs.open sql,conn,1,1
  85.   if rs.eof and rs.bof then
  86.        response.write "<p align='center'> 还 没 有 任 何 购 买 会 员</p>"
  87.    else
  88.   totalPut=rs.recordcount
  89.       totalPut=rs.recordcount
  90.       if currentpage<1 then
  91.           currentpage=1
  92.       end if
  93.       if (currentpage-1)*MaxPerPage>totalput then
  94.    if (totalPut mod MaxPerPage)=0 then
  95.      currentpage= totalPut  MaxPerPage
  96.    else
  97.       currentpage= totalPut  MaxPerPage + 1
  98.    end if
  99.       end if
  100.        if currentPage=1 then
  101.            showpage totalput,MaxPerPage,"buyuse02ji.asp"
  102.             showContent
  103.             showpage totalput,MaxPerPage,"buyuser02ji.asp"
  104.        else
  105.           if (currentPage-1)*MaxPerPage<totalPut then
  106.             rs.move  (currentPage-1)*MaxPerPage
  107.             dim bookmark
  108.             bookmark=rs.bookmark
  109.            showpage totalput,MaxPerPage,"buyuser02ji.asp"
  110.             showContent
  111.              showpage totalput,MaxPerPage,"buyuser02ji.asp"
  112.         else
  113.         currentPage=1
  114.            showpage totalput,MaxPerPage,"buyuser02ji.asp"
  115.            showContent
  116.            showpage totalput,MaxPerPage,"buyuser02ji.asp"
  117.       end if
  118.    end if
  119.    end if
  120.         
  121.   
  122.    sub showContent
  123.        dim i
  124.    i=0
  125.   %>  <font color=#FF0000><b>计点会员订单管理</b></font><br>
  126.   <a href="buyuserji.asp"><font color=#ffffff><font color="#000000">查看全部订单</font></font></a><font color="#000000">  <a href="buyuser01ji.asp"> 
  127.   查看已处理订单</a></font><br>
  128.   <table border="0" cellspacing="1" width="100%" class="border" cellpadding="2" height="33" style="border-collapse: collapse" bordercolor="#111111">
  129.     <tr bgcolor="#429AEF"> 
  130.       <td width="62" height="20" align="center"><font color="#FFFFFF">用户名</font></td>
  131.       <td width="66" height="20" align="center"><font color="#FFFFFF">姓<span lang="en-us">&nbsp;&nbsp;&nbsp; 
  132.         </span>名</font></td>
  133.       <td width="39" height="20" align="center"><font color="#FFFFFF">点</font><font color="#FFFFFF"> 
  134.         数</font></td>
  135.       <td width="61" height="20" align="center"><font color="#FFFFFF">应收金额</font></td>
  136.       <td width="80" height="20" align="center"><font color="#FFFFFF">付款方式</font></td>
  137.       <td width="57" height="20" align="center"><font color="#FFFFFF">代理会员</font></td>
  138.       <td width="94" height="20" align="center"> <p align="center"><font color="#FFFFFF">购买时间</font></td>
  139.       <td width="50" height="20" align="center"><font color="#FFFFFF">回复会员</font></td>
  140.       <td width="42" height="20" align="center"><font color="#FFFFFF">处理</font></td>
  141.       <td width="45" height="20" align="center"><font color="#FFFFFF">操作</font></td>
  142.     </tr>
  143.    <%do while not rs.eof%>
  144.     <form method="POST" action="userbuyserverji.asp?id=<%=rs("id")%>&userid=<%=rs("userid")%>&askmejoin=<%=rs("askmejoin")%>">
  145.      
  146.       <tr bgcolor="#E1F4EE"> 
  147.         <td width="62" height="4"> 
  148.           <p align="center"> 
  149.             </a><a href="useredit.asp?userid=<%=rs("userid")%>"><font color="#0000FF"><u><%=rs("userid")%></u></font></a>
  150.             <input type="hidden" name="id" value="<%=rs("id")%>">
  151.           </td>
  152.         <td width="66" height="4" align="center"><%=rs("name")%></td>
  153.         <td width="39" height="4" align="center"> 
  154.           <input type="text" name="count" size="3" value="<%=rs("count")%>"></td>
  155.         <td width="61" height="4" align="center">&yen;<%=rs("paymoney")%>
  156.           <input type="hidden" name="paymoney" value="<%=rs("paymoney")%>">
  157. 元</td>
  158.         
  159.         <td width="80" height="4" align="center"><%=rs("giveme")%></td>
  160.         <td width="57" height="4" align="center"> <% if rs("askmejoin")<>"" then%> <%=rs("askmejoin")%> <%else%> 没有 <%end if%>
  161.           <input type="hidden" name="askmejoin" size="1" value="<%=rs("askmejoin")%>">
  162.           <input type="hidden" name="oklook" size="1" value="<%=rs("oklook")%>"></td>
  163.         <td width="94" height="4" align="center"> <%=month(rs("datetime"))%>月<%=day(rs("datetime"))%>日<%=hour(rs("datetime"))%>时</td>
  164.         <td width="50" height="4" align="center" bgcolor="#E1F4EE"> <a href="javascript:emailopen('sendmail.asp?email=<%=rs("email")%>')">回复</a></td>
  165.         <td width="42" height="4"><p align="center"> <% if rs("pay")=0 then %>
  166.             <input type="submit" value="确认" name="add">
  167.             <% else if rs("pay")=1 then
  168. response.write"已处理"
  169. end if
  170.    end if
  171. %> </td>
  172.         <td width="45" height="4"><p align="center"> <% if rs("pay")=0 then %>
  173.             <input type="submit" value="删除" name="del">
  174.             <% else if rs("pay")=1 then
  175. response.write"已付款"
  176.    end if
  177.    end if
  178. %> </td>
  179.       </tr>
  180.     </form>
  181.        <% i=i+1
  182.       if i>=MaxPerPage then exit do
  183.       rs.movenext
  184.    loop
  185.   %>
  186.   </table>
  187. </center>
  188. <form method="POST" action="buyuser02ji.asp">
  189.   <%
  190.    end sub 
  191. function showpage(totalnumber,maxperpage,filename)
  192.   dim n
  193.   if totalnumber mod maxperpage=0 then
  194.      n= totalnumber  maxperpage
  195.   else
  196.      n= totalnumber  maxperpage+1
  197.   end if
  198.   response.write "<p align=""center""><form method=Post action="&filename&"?typeid="&typeid&">"
  199.     if CurrentPage<2 then
  200.     response.write "<font color='#000080'>首页 上一页</font>&nbsp;"
  201.   else
  202.     response.write "<a href="&filename&"?page=1&typeid="&typeid&">首页</a>&nbsp;"
  203.     response.write "<a href="&filename&"?page="&CurrentPage-1&"&typeid="&typeid&">上一页</a>&nbsp;"
  204.   end if
  205.   if n-currentpage<1 then
  206.     response.write "<font color='#000080'>下一页 尾页</font>"
  207.   else
  208.     response.write "<a href="&filename&"?page="&(CurrentPage+1)&"&typeid="&typeid&">"
  209.     response.write "下一页</a> <a href="&filename&"?page="&n&"&typeid="&typeid&">尾页</a>"
  210.   end if
  211.    response.write "<font color='#000080'>&nbsp;页次:</font><strong><font color=#ffffff>"&CurrentPage&"</font><font color='#000080'>/"&n&"</strong>页</font> "
  212.     response.write "<font color='#000080'>&nbsp;共<b>"&totalnumber&"</b>个订单 <b>"&maxperpage&"</b>个订单/页</font> "
  213.    response.write " <font color='#000080'>转到:</font><input type='text' name='page' size=4 maxlength=10 class=smallInput value="&currentpage&">"
  214.    response.write " <input class=buttonface type='submit'  value='Goto'  name='cndok'></span></p></form></p>"
  215.        
  216. end function
  217.    rs.close
  218.    set rs=nothing  
  219.    conn.close
  220.    set conn=nothing
  221.   %>  <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  222.     <tr class="title"> 
  223.       <td align="center" height="22" valign="middle"><font color="#FF0000"><b>按用户名查询</b></font></td>
  224.     </tr>
  225.     <tr class="tdbg"> 
  226.       <td align="center" height="19" valign="middle"><font color="#000000">用户名: 
  227.         <input type="text" name="name23" size="20">
  228.         <input name="submit" type="submit" value="查询">
  229.         </font></td>
  230.     </tr>
  231.   </table>
  232. </form>
  233. <form method="POST" action="buyuser02ji.asp">
  234.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  235.     <tr class="title"> 
  236.       <td align="center" height="22" valign="middle"><font color="#FFFFFF"><b><font color="#FF0000">按日期查询(输入格式:年-月-日)</font></b></font></td>
  237.     </tr>
  238.     <tr class="tdbg"> 
  239.       <td align="center" height="19" valign="middle"><font color="#FFFFFF"> <font color="#000000">起始日期: 
  240.         <input type="text" name="date01" size="20">
  241.           终止日期:</font></font> <font color="#000000"> 
  242.         <input type="text" name="date02" size="20">
  243.         <input name="submit2" type="submit" value="查询">
  244.         </font></td>
  245.     </tr>
  246.   </table>
  247. </form>
  248.  
  249. <p align="center"><font color=#00FFFF><b><font color="#FF0000">当前页面金额:</font></b></font><font color="#FF0000"><b> 
  250.   </b></font><font color=#0033FF><b><% response.write(money) %></b></font><font color="#FF0000"><b>  元<br>
  251.   </b></font><a href="DELbuy02ji.ASP"><font color=#ffffff><b><font color="#3333FF">删除3天未处理的定单</font></b></font></a> 
  252. </p>
  253. <form method="POST" action="delbuy02ji.asp">
  254.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  255.     <tr class="title"> 
  256.       <td align="center" height="22" valign="middle"><font color=#FF0000><b>按日期删除未处理的定单(输入格式:年-月-日)</b></font></td>
  257.     </tr>
  258.     <tr class="tdbg"> 
  259.       <td align="center" valign="middle"><font color=#000000>&nbsp;</font><font color=#000000>起始日期: 
  260.         <input type="text" name="date03" size="20">
  261.           终止日期: 
  262.         <input type="text" name="date04" size="20">
  263.         <input name="submit3" type="submit" value="确定">
  264.         </font></td>
  265.     </tr>
  266.   </table>
  267. </form>
  268. </body>
  269. </html>