AddMorePrecode.php 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. CheckLevel($logininid,$loginin,$classid,"precode");
  20. $enews=ehtmlspecialchars($_GET['enews']);
  21. $url="<a href=ListPrecode.php".$ecms_hashur['whehref'].">管理优惠码</a> &gt; <a href=AddMorePrecode.php".$ecms_hashur['whehref'].">批量增加优惠码</a>";
  22. //会员组
  23. $membergroup='';
  24. $line=5;//一行显示五个
  25. $i=0;
  26. $mgsql=$empire->query("select groupid,groupname from {$dbtbpre}enewsmembergroup order by level");
  27. while($level_r=$empire->fetch($mgsql))
  28. {
  29. $i++;
  30. $br='';
  31. if($i%$line==0)
  32. {
  33. $br='<br>';
  34. }
  35. $membergroup.="<input type='checkbox' name='groupid[]' value='$level_r[groupid]'>".$level_r[groupname]."&nbsp;".$br;
  36. }
  37. ?>
  38. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  39. <html>
  40. <head>
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  42. <title>批量增加优惠码</title>
  43. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  44. <script type="text/javascript" src="../ecmseditor/js/jstime/WdatePicker.js"></script>
  45. </head>
  46. <body>
  47. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  48. <tr>
  49. <td>位置:<?=$url?></td>
  50. </tr>
  51. </table>
  52. <form name="form1" method="post" action="ListPrecode.php">
  53. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  54. <?=$ecms_hashur['form']?>
  55. <tr class="header">
  56. <td height="25" colspan="2"><div align="center">批量增加优惠码
  57. <input name="enews" type="hidden" id="enews" value="AddMorePrecode">
  58. </div></td>
  59. </tr>
  60. <tr bgcolor="#FFFFFF">
  61. <td width="17%" height="25">批量生成数量(*):</td>
  62. <td width="83%" height="25"><input name="donum" type="text" id="donum" value="10" size="42">
  63. 个</td>
  64. </tr>
  65. <tr bgcolor="#FFFFFF">
  66. <td height="25">优惠码位数(*):</td>
  67. <td height="25"><input name="precodenum" type="text" id="cardnum" value="20" size="42">
  68. 位 </td>
  69. </tr>
  70. <tr bgcolor="#FFFFFF">
  71. <td width="17%" height="25">优惠码名称(*):</td>
  72. <td width="83%" height="25"><input name="prename" type="text" id="prename" size="42"></td>
  73. </tr>
  74. <tr bgcolor="#FFFFFF">
  75. <td height="25">优惠类型:</td>
  76. <td height="25"><select name="pretype" id="pretype">
  77. <option value="0" selected>减金额</option>
  78. <option value="1">商品百分比</option>
  79. </select>
  80. <font color="#666666">(“减金额”即订单金额-优惠金额,“商品百分比”即给商品打多少折)</font> </td>
  81. </tr>
  82. <tr bgcolor="#FFFFFF">
  83. <td height="25">优惠金额(*):</td>
  84. <td height="25"><input name="premoney" type="text" id="premoney" size="42">
  85. <font color="#666666">(当减金额时填金额,单位:元,当商品百分比时填百分比,单位:%)</font></td>
  86. </tr>
  87. <tr bgcolor="#FFFFFF">
  88. <td height="25">过期时间:</td>
  89. <td height="25"><input name="endtime" type="text" id="endtime" size="42" class="Wdate" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd'})">
  90. <font color="#666666">(空为不限制)</font></td>
  91. </tr>
  92. <tr bgcolor="#FFFFFF">
  93. <td height="25">优惠码重复使用:</td>
  94. <td height="25"><input name="reuse" type="radio" value="0" checked>
  95. 一次性使用
  96. <input type="radio" name="reuse" value="1">
  97. 可以重复使用</td>
  98. </tr>
  99. <tr bgcolor="#FFFFFF">
  100. <td height="25">&nbsp;</td>
  101. <td height="25">限制重复使用次数:
  102. <input name="usenum" type="text" id="usenum" value="0">
  103. <font color="#666666">(0为不限)</font></td>
  104. </tr>
  105. <tr bgcolor="#FFFFFF">
  106. <td height="25">满多少金额可使用:</td>
  107. <td height="25"><input name="musttotal" type="text" id="musttotal" value="0" size="42">
  108. 元 <font color="#666666">(0为不限)</font></td>
  109. </tr>
  110. <tr bgcolor="#FFFFFF">
  111. <td height="25">可使用的会员组:<br>
  112. <font color="#666666">(不选为不限)</font></td>
  113. <td height="25"><?=$membergroup?></td>
  114. </tr>
  115. <tr bgcolor="#FFFFFF">
  116. <td height="25">可使用的栏目商品:</td>
  117. <td height="25"><input name="classid" type="text" id="classid" size="42">
  118. <font color="#666666">(空为不限,要填写终极栏目ID,多个ID可用半角逗号隔开“,”)</font></td>
  119. </tr>
  120. <tr bgcolor="#FFFFFF">
  121. <td height="25" colspan="2"><div align="center">
  122. <input type="submit" name="Submit" value="提交">
  123. &nbsp;
  124. <input type="reset" name="Submit2" value="重置">
  125. </div></td>
  126. </tr>
  127. </table>
  128. </form>
  129. </body>
  130. </html>
  131. <?
  132. db_close();
  133. $empire=null;
  134. ?>