buyUSERji.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. <!--#include file="top1.asp"-->
  71. <%
  72.  if request("name23")="" and request("date01")="" and request("date02")="" then
  73.  sql="select * from buy where baoyue=0 order  by id desc"
  74.  else if request("name23")<>"" and request("date01")="" and request("date02")="" then
  75.  sql="select * from buy where  baoyue=0 and userid like '%"&request("name23")&"%'"
  76.   else if request("date01")<>"" and request("date02")<>"" then
  77.    sql="select * from buy where baoyue=0 and datetime>='"&request("date01")&"' and datetime<='"&request("date02")&"' "
  78.  end if
  79.  end if
  80.  end if
  81.  Set rs= Server.CreateObject("ADODB.Recordset")
  82.  rs.open sql,conn,1,1
  83.   if rs.eof and rs.bof then
  84.        response.write "<p align='center'> 还 没 有 任 何 购 买 会 员</p>"
  85.    else
  86.   totalPut=rs.recordcount
  87.       totalPut=rs.recordcount
  88.       if currentpage<1 then
  89.           currentpage=1
  90.       end if
  91.       if (currentpage-1)*MaxPerPage>totalput then
  92.    if (totalPut mod MaxPerPage)=0 then
  93.      currentpage= totalPut  MaxPerPage
  94.    else
  95.       currentpage= totalPut  MaxPerPage + 1
  96.    end if
  97.       end if
  98.        if currentPage=1 then
  99.            showpage totalput,MaxPerPage,"buyuserji.asp"
  100.             showContent
  101.             showpage totalput,MaxPerPage,"buyuserji.asp"
  102.        else
  103.           if (currentPage-1)*MaxPerPage<totalPut then
  104.             rs.move  (currentPage-1)*MaxPerPage
  105.             dim bookmark
  106.             bookmark=rs.bookmark
  107.            showpage totalput,MaxPerPage,"buyuserji.asp"
  108.             showContent
  109.              showpage totalput,MaxPerPage,"buyuserji.asp"
  110.         else
  111.         currentPage=1
  112.            showpage totalput,MaxPerPage,"buyuserji.asp"
  113.            showContent
  114.            showpage totalput,MaxPerPage,"buyuserji.asp"
  115.       end if
  116.    end if
  117.    end if
  118.         
  119.   
  120.    sub showContent
  121.        dim i
  122.    i=0
  123.   %> <center>
  124.   <font color=#FF0000><b>计点会员订单管理</b></font><br>
  125.   <a href="buyuserji.asp"><font color=#ffffff><font color="#000000">查看全部订单</font></font></a><font color="#000000">  <a href="buyuser02ji.asp"> 
  126.   查看已处理订单</a></font><font color="#000000">  <a href="buyuserji.asp"> 查看未处理订单</a></font><br>
  127.   <table border="0" cellspacing="1" width="100%" class="border" cellpadding="2" height="33" style="border-collapse: collapse" bordercolor="#111111">
  128.     <tr bgcolor="#429AEF"> 
  129.       <td width="62" height="20" align="center"><font color="#FFFFFF">用户名</font></td>
  130.       <td width="66" height="20" align="center"><font color="#FFFFFF">姓<span lang="en-us">&nbsp;&nbsp;&nbsp; 
  131.         </span>名</font></td>
  132.       <td width="39" height="20" align="center"><font color="#FFFFFF">点</font><font color="#FFFFFF"> 
  133.         数</font></td>
  134.       <td width="61" height="20" align="center"><font color="#FFFFFF">应收金额</font></td>
  135.       <td width="80" height="20" align="center"><font color="#FFFFFF">付款方式</font></td>
  136.       <td width="57" height="20" align="center"><font color="#FFFFFF">代理会员</font></td>
  137.       <td width="94" height="20" align="center"> <p align="center"><font color="#FFFFFF">购买时间</font></td>
  138.       <td width="50" height="20" align="center"><font color="#FFFFFF">回复会员</font></td>
  139.       <td width="42" height="20" align="center"><font color="#FFFFFF">处理</font></td>
  140.       <td width="45" height="20" align="center"><font color="#FFFFFF">操作</font></td>
  141.     </tr>
  142.    <%do while not rs.eof%>
  143.     <form method="POST" action="userbuyserverji.asp?id=<%=rs("id")%>&userid=<%=rs("userid")%>&askmejoin=<%=rs("askmejoin")%>">
  144.       <tr bgcolor="#E1F4EE"> 
  145.         <td width="62" height="4"> 
  146.           <p align="center"> 
  147.             </a><a href="useredit.asp?userid=<%=rs("userid")%>"><font color="#0000FF"><u><%=rs("userid")%></u></font></a>
  148.             <input type="hidden" name="id" value="<%=rs("id")%>">
  149.         </td>
  150.         <td width="66" height="4" align="center"><%=rs("name")%></td>
  151.         <td width="39" height="4" align="center"> 
  152.           <input type="text" name="count" size="3" value="<%=rs("count")%>"></td>
  153.         <td width="61" height="4" align="center">&yen;<%=rs("paymoney")%>
  154.           <input type="hidden" name="paymoney" value="<%=rs("paymoney")%>">
  155. 元</td>
  156.         
  157.         <td width="80" height="4" align="center"><%=rs("giveme")%></td>
  158.         <td width="57" height="4" align="center"> <% if rs("askmejoin")<>"" then%> <%=rs("askmejoin")%> <%else%> 没有 <%end if%>
  159.           <input type="hidden" name="askmejoin" size="1" value="<%=rs("askmejoin")%>">
  160.           <input type="hidden" name="oklook" size="1" value="<%=rs("oklook")%>"></td>
  161.         <td width="94" height="4" align="center"> <%=month(rs("datetime"))%>月<%=day(rs("datetime"))%>日<%=hour(rs("datetime"))%>时</td>
  162.         <td width="50" height="4" align="center" bgcolor="#E1F4EE"> <a href="javascript:emailopen('sendmail.asp?email=<%=rs("email")%>')">回复</a></td>
  163.         <td width="42" height="4"><p align="center"> <% if rs("pay")=0 then %>
  164.             <input type="submit" value="确认" name="add">
  165.         <% else if rs("pay")=1 then
  166. response.write"已处理"
  167. end if
  168.    end if
  169. %> </td>
  170.         <td width="45" height="4"><p align="center"> <% if rs("pay")=0 then %>
  171.             <input type="submit" value="删除" name="del">
  172.         <% else if rs("pay")=1 then
  173. response.write"已付款"
  174.    end if
  175.    end if
  176. %> </td>
  177.       </tr>
  178.     </form>
  179.       <% i=i+1
  180.       if i>=MaxPerPage then exit do
  181.       rs.movenext
  182.    loop
  183.   %>
  184.   </table>
  185. </center>
  186. <%
  187.    end sub 
  188. function showpage(totalnumber,maxperpage,filename)
  189.   dim n
  190.   if totalnumber mod maxperpage=0 then
  191.      n= totalnumber  maxperpage
  192.   else
  193.      n= totalnumber  maxperpage+1
  194.   end if
  195.   response.write "<p align=""center""><form method=Post action="&filename&"?typeid="&typeid&">"
  196.     if CurrentPage<2 then
  197.     response.write "<font color='#000080'>首页 上一页</font>&nbsp;"
  198.   else
  199.     response.write "<a href="&filename&"?page=1&typeid="&typeid&">首页</a>&nbsp;"
  200.     response.write "<a href="&filename&"?page="&CurrentPage-1&"&typeid="&typeid&">上一页</a>&nbsp;"
  201.   end if
  202.   if n-currentpage<1 then
  203.     response.write "<font color='#000080'>下一页 尾页</font>"
  204.   else
  205.     response.write "<a href="&filename&"?page="&(CurrentPage+1)&"&typeid="&typeid&">"
  206.     response.write "下一页</a> <a href="&filename&"?page="&n&"&typeid="&typeid&">尾页</a>"
  207.   end if
  208.    response.write "<font color='#000080'>&nbsp;页次:</font><strong><font color=#ffffff>"&CurrentPage&"</font><font color='#000080'>/"&n&"</strong>页</font> "
  209.     response.write "<font color='#000080'>&nbsp;共<b>"&totalnumber&"</b>个订单 <b>"&maxperpage&"</b>个订单/页</font> "
  210.    response.write " <font color='#000080'>转到:</font><input type='text' name='page' size=4 maxlength=10 class=smallInput value="&currentpage&">"
  211.    response.write " <input class=buttonface type='submit'  value='Goto'  name='cndok'></span></p></form></p>"
  212.        
  213. end function
  214.    rs.close
  215.    set rs=nothing  
  216.    conn.close
  217.    set conn=nothing
  218.   %>
  219. <form method="POST" action="buyuserji.asp">
  220.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  221.     <tr class="title"> 
  222.       <td align="center" height="22" valign="middle"><font color="#FF0000"><b>按用户名查询</b></font></td>
  223.     </tr>
  224.     <tr class="tdbg"> 
  225.       <td align="center" height="19" valign="middle"><font color="#000000">用户名: 
  226.         <input type="text" name="name23" size="20">
  227.         <input name="submit" type="submit" value="查询">
  228.         </font></td>
  229.     </tr>
  230.   </table>
  231. </form>
  232. <form method="POST" action="buyuserji.asp">
  233.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  234.     <tr class="title"> 
  235.       <td align="center" height="22" valign="middle"><font color="#FFFFFF"><b><font color="#FF0000">按日期查询(输入格式:年-月-日)</font></b></font></td>
  236.     </tr>
  237.     <tr class="tdbg"> 
  238.       <td align="center" height="19" valign="middle"><font color="#FFFFFF"> <font color="#000000">起始日期: 
  239.         <input type="text" name="date01" size="20">
  240.           终止日期:</font></font> <font color="#000000"> 
  241.         <input type="text" name="date02" size="20">
  242.         <input name="submit2" type="submit" value="查询">
  243.         </font></td>
  244.     </tr>
  245.   </table>
  246. </form>
  247.  
  248. <p align="center"><font color=#00FFFF><b><font color="#FF0000">当前页面金额:</font></b></font><font color="#FF0000"><b> 
  249.   </b></font><font color=#0033FF><b><% response.write(money) %></b></font><font color="#FF0000"><b>  元<br>
  250.   </b></font><a href="DELbuyji.ASP"><font color=#ffffff><b><font color="#3333FF">删除3天未处理的定单</font></b></font></a> 
  251. </p>
  252. <form method="POST" action="delbuyji.asp">
  253.   <table class="border" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  254.     <tr class="title"> 
  255.       <td align="center" height="22" valign="middle"><font color=#FF0000><b>按日期删除未处理的定单(输入格式:年-月-日)</b></font></td>
  256.     </tr>
  257.     <tr class="tdbg"> 
  258.       <td align="center" valign="middle"><font color=#000000>&nbsp;</font><font color=#000000>起始日期: 
  259.         <input type="text" name="date03" size="20">
  260.           终止日期: 
  261.         <input type="text" name="date04" size="20">
  262.         <input name="submit3" type="submit" value="确定">
  263.         </font></td>
  264.     </tr>
  265.   </table>
  266. </form>
  267. </body>
  268. </html>