record.html 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <?php $shoname_name = D('Home/Front')->get_config_by_name('shoname'); ?>
  6. <title><?php echo $shoname; ?></title>
  7. <link rel="shortcut icon" href="" />
  8. <meta name="renderer" content="webkit">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  11. <link rel="stylesheet" href="/layuiadmin/style/admin.css" media="all">
  12. <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
  13. <!--[if lt IE 9]>
  14. <script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
  15. <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
  16. <![endif]-->
  17. <link href="./resource/css/bootstrap.min.css?v=201903260001" rel="stylesheet">
  18. <link href="./resource/css/common.css?v=201903260001" rel="stylesheet">
  19. <script type="text/javascript">
  20. window.sysinfo = {
  21. <?php if (!empty($_W['uniacid']) ){ ?>'uniacid': '{$_W['uniacid']}',<?php } ?>
  22. <?php if( !empty($_W['acid']) ){ ?>'acid': '{$_W['acid']}',<?php } ?>
  23. <?php if (!empty($_W['openid']) ) { ?>'openid': '{$_W['openid']}',<?php } ?>
  24. <?php if( !empty($_W['uid']) ) { ?>'uid': '{$_W['uid']}',<?php } ?>
  25. 'isfounder': <?php if (!empty($_W['isfounder']) ) { ?>1<?php }else{ ?>0<?php } ?>,
  26. 'siteroot': '{$_W['siteroot']}',
  27. 'siteurl': '{$_W['siteurl']}',
  28. 'attachurl': '{$_W['attachurl']}',
  29. 'attachurl_local': '{$_W['attachurl_local']}',
  30. 'attachurl_remote': '{$_W['attachurl_remote']}',
  31. 'module' : {'url' : '<?php if( defined('MODULE_URL') ) { ?>{MODULE_URL}<?php } ?>', 'name' : '<?php if (defined('IN_MODULE') ) { ?>{IN_MODULE}<?php } ?>'},
  32. 'cookie' : {'pre': ''},
  33. 'account' : {:json_encode($_W['account'])},
  34. };
  35. </script>
  36. <script type="text/javascript" src="./resource/js/lib/jquery-1.11.1.min.js"></script>
  37. <script type="text/javascript" src="./resource/js/lib/bootstrap.min.js"></script>
  38. <script type="text/javascript" src="./resource/js/app/util.js?v=201903260001"></script>
  39. <script type="text/javascript" src="./resource/js/app/common.min.js?v=201903260001"></script>
  40. <script type="text/javascript" src="./resource/js/require.js?v=201903260001"></script>
  41. <script type="text/javascript" src="./resource/js/lib/jquery.nice-select.js?v=201903260001"></script>
  42. <script type="text/javascript" src="./resource/components/colpick/colpick.js"></script>
  43. <link rel="stylesheet" href="/layuiadmin/layui/css/layui.css" media="all">
  44. <link href="/static/css/snailfish.css" rel="stylesheet">
  45. <link href="./resource/components/colpick/colpick.css" rel="stylesheet">
  46. <style>
  47. .layadmin-name {background-color: #009688;color: #fff;width: 90px;text-align: center;height: 22px;margin-bottom:2px;}
  48. a {color: #333;text-decoration: none;cursor: pointer;}
  49. a:hover{color: #333;text-decoration: none;}
  50. a:active{color: #333;text-decoration: none;}
  51. a:focus {color:#999;text-decoration: none;}
  52. .half {width: 50%;float: left;font-size: 15px;}
  53. .back_pimu{width: 300px;text-align: center;margin: 0 auto;}
  54. .back_pimu img{width: 100%;}
  55. .resetBtn{color: #3276b1;}
  56. a.resetBtn:hover{color: #3276b1;}
  57. </style>
  58. </head>
  59. <body layadmin-themealias="default">
  60. <div class="layui-fluid" style="min-width: 1000px;">
  61. <div class="layui-card">
  62. <div class="layui-card-header layui-elem-quote">当前位置:<span class="line-text">邀新记录</span></div>
  63. <div class="layui-card-body" style="padding:15px;">
  64. <div class="layui-tab layui-tab-brief" lay-filter="docDemoTabBrief">
  65. <div class="layui-tab-content" style="margin: 0 auto;padding: 5px;">
  66. <div class="layui-tab-item" style="display: block">
  67. <div class="layui-card-body" style="padding:15px;">
  68. <form action="" method="get" class="form-horizontal form-search layui-form" role="form">
  69. <input type="hidden" name="c" value="invitegift" />
  70. <input type="hidden" name="a" value="record" />
  71. <div class="layui-form-item">
  72. <div class="layui-inline">
  73. <div class="layui-input-inline">
  74. <input type="text" class="layui-input" name='keyword' value="{$_GPC['keyword']}" placeholder="请输入会员名称">
  75. </div>
  76. <div class="layui-input-inline">
  77. <button class="layui-btn layui-btn-sm" type="submit"> 搜索</button>
  78. </div>
  79. </div>
  80. </div>
  81. </form>
  82. <form action="" class="layui-form" lay-filter="example" method="post" >
  83. <div class="page-table-header">
  84. <span>
  85. 合计:总获得优惠券:{$get_coupon_total_count}张&nbsp;&nbsp;&nbsp;&nbsp;总送出优惠券:{$coupon_total_count}张&nbsp;&nbsp;&nbsp;&nbsp;总获得积分:{$get_point_total_count}分&nbsp;&nbsp;&nbsp;&nbsp;总送出积分:{$point_total_count}分
  86. </span>
  87. </div>
  88. <div class="row">
  89. <div class="col-md-12">
  90. <table class="layui-table" lay-skin="line" lay-size="lg">
  91. <thead>
  92. <tr>
  93. <th style="width: 20%;">用户昵称</th>
  94. <th style="width: 15%;">邀请总人数</th>
  95. <th style="width: 15%;">邀请成功人数</th>
  96. <th style="width: 15%;">获得优惠券</th>
  97. <th style="width: 15%;">送出优惠券</th>
  98. <th style="width: 15%;">获得积分</th>
  99. <th style="width: 15%;">送出积分</th>
  100. <th style="width: 20%;">操作</th>
  101. </tr>
  102. </thead>
  103. <tbody>
  104. <?php if(count($list) > 0){ ?>
  105. <?php foreach($list as $row){ ?>
  106. <tr>
  107. <td>{$row['username']}</td>
  108. <td><a href="{:U('invitegift/invite_list',array('user_id' => $row['user_id'] ))}" style="color: #2f95ec;">{$row['invite_count']}</a></td>
  109. <td>{$row['invite_succ_count']}</td>
  110. <td>
  111. {$row['get_coupon_count']}张
  112. </td>
  113. <td>
  114. {$row['coupon_count']}张
  115. </td>
  116. <td>
  117. {$row['get_point_count']}分
  118. </td>
  119. <td>
  120. {$row['point_count']}分
  121. </td>
  122. <td>
  123. <input type="checkbox" name="" lay-filter="statewsitch" data-href="{:U('invitegift/changestatus',array('user_id'=>$row['user_id'],'type'=>'share_status'))}" <?php if( $row['share_status']==1){ ?>checked<?php }else{ ?><?php } ?> lay-skin="switch" lay-text="允许邀请|禁止邀请">
  124. </td>
  125. </tr>
  126. <?php } ?>
  127. <?php }else{ ?>
  128. <tr>
  129. <td colspan="9" style="text-align: center">
  130. 暂无数据
  131. </td>
  132. </tr>
  133. <?php } ?>
  134. </tbody>
  135. <tfoot>
  136. <tr>
  137. <td colspan="9" style="text-align: right">
  138. {$pager}
  139. </td>
  140. </tr>
  141. </tfoot>
  142. </table>
  143. </div>
  144. </div>
  145. </form>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. <script src="/layuiadmin/layui/layui.js"></script>
  154. <script>
  155. layui.config({
  156. base: '/layuiadmin/' //静态资源所在路径
  157. }).extend({
  158. index: 'lib/index' //主入口模块
  159. }).use('index');
  160. </script>
  161. <script>
  162. //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
  163. var layer = layui.layer;
  164. var $;
  165. var cur_open_div;
  166. layui.use(['jquery', 'layer','form','colorpicker'], function(){
  167. $ = layui.$;
  168. var form = layui.form;
  169. form.on('switch(statewsitch)', function(data){
  170. var s_url = $(this).attr('data-href')
  171. var s_value = 1;
  172. if(data.elem.checked)
  173. {
  174. s_value = 1;
  175. }else{
  176. s_value = 0;
  177. }
  178. $.ajax({
  179. url:s_url,
  180. type:'post',
  181. dataType:'json',
  182. data:{value:s_value},
  183. success:function(info){
  184. if(info.status == 0)
  185. {
  186. layer.msg(info.result.message,{icon: 1,time: 2000});
  187. }else if(info.status == 1){
  188. var go_url = location.href;
  189. if( info.result.hasOwnProperty("url") )
  190. {
  191. go_url = info.result.url;
  192. }
  193. layer.msg('操作成功',{time: 1000,
  194. end:function(){
  195. location.href = info.result.url;
  196. }
  197. });
  198. }
  199. }
  200. })
  201. });
  202. })
  203. </script>
  204. </body>