<extend name="Public/base"/> <block name="body"> <link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" /> <script type="text/javascript" src="__JS__/bootstrap.min.js"></script> <script type="text/javascript" src="__JS__/select2.min.js"></script> <style> .select2-container--default .select2-selection--single { color: #000; resize: none; border-width: 1px; border-style: solid; border-color: #a7b5bc #ced9df #ced9df #a7b5bc; box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px; height:28px;border-radius:3px;font-size:12px; } .select2-container--default .select2-selection--single .select2-selection__rendered { line-height:35px; line-height:28px; } .select2-container--default .select2-selection--single .select2-selection__arrow { height:26px; } .select2-container--default .select2-search--dropdown .select2-search__field { height:26px;line-height:26px;font-size:12px; } .select2-results__option[aria-selected] {font-size:12px;} </style> <div class="cf main-place top_nav_list navtab_list"> <div class="fr"> <a class="tabchose" href="javascript:;">推广员注册统计</a> <a class="" href="{:U('Platform/promotepay_statistics')}">推广员充值统计</a> </div> <h3 class="page_title">推广员注册统计</h3> <p class="description_text">说明:此列表数据以点击推广链接下载游戏注册数量为统计基数</p> </div> <div class="cf top_nav_list"> <!-- 高级搜索 --> <div class="jssearch fl cf search_list"> <div class="input-list search-title-box"> <label>搜索:</label> </div> <!--游戏类型搜索END--> <div class="input-list"> <input type="text" id="time-start" name="timestart" class="" value="{:I('timestart')}" placeholder="选择开始时间" /> - <div class="input-append date" id="datetimepicker" style="display:inline-block"> <input type="text" id="time-end" name="timeend" class="" value="{:I('timeend')}" placeholder="选择结束时间" /> <span class="add-on"><i class="icon-th"></i></span> </div> </div> <div class="input-list input-list-promote search_label_rehab"> <label>会长账号</label> <select id="promote_id" name="promote_id" class="select_gallery" style="width:150px;"> <option value="">会长账号</option> <volist name=":get_all_toppromote()" id="vo"> <option promote-id="{$vo.id}" value="{$vo.id}">{$vo.account}</option> </volist> </select> </div> <div class="input-list input-list-promote search_label_rehab"> <label>市场专员:</label> <select id="admin_id" name="admin_id" class="select_gallery" style="width:150px;"> <option value="">全部</option> <volist name="admin_users" id="vo"> <option <if condition="$vo.uid eq I('admin_id')">selected</if>" value="{$vo.uid}">{$vo.nickname}</option> </volist> </select> </div> <div class="input-list input-list-game search_label_rehab"> <select id="game_name" name="game_name" class="select_gallery" > <option value="">游戏名称</option> <volist name=":getAllGame()" id="vo"> <option value="{$vo.game_name}" <if condition="$vo.game_name eq I('game_name')">selected</if> >{$vo.game_name}</option> </volist> </select> </div> <div class="input-list input-list-game search_label_rehab"> <select id="game_type" name="game_type" class="select_gallery" > <option value="">设备类型</option> <option value="1" <?php echo I('game_type') == 1 ? "selected" : ''?>>安卓</option> <option value="2" <?php echo I('game_type') == 2 ? "selected" : ''?>>苹果</option> </select> </div> <div class="input-list input-list-server search_label_rehab"> <select id="server_id" name="server_id" class="select_gallery" style="width:120px;"> <option value="">区服名称</option> </select> </div> <br> <input type="hidden" name="" value="" class="sortBy"> <div class="input-list"> <a class="sch-btn" href="javascript:;" id="search" url="{:U('Platform/promote_statistics','model='.$model['name'].'&row='.I('row'),false)}">搜索</a> </div> </div> </div> <!-- 数据列表 --> <div class="data_list"> <div class=""> <table> <!-- 表头 --> <thead> <tr> <th >公司</th> <th >推广员账号</th> <th >市场专员</th> <th >游戏</th> <th ><a class="paixu" data-order='count'><if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'count'">累计注册▲ <elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'count'"/>累计注册▼ <else />累计注册<img src="__IMG__/up-down.png" width="13px"> </if></a></th> <th ><a class="paixu" data-order='rand'><if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'rand'">排行榜▲ <elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'rand'"/>排行榜▼ <else />排行榜<img src="__IMG__/up-down.png" width="13px"> </if></a></th> <th ><a class="paixu" data-order='today'> <if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'today'">今日注册▲ <elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'today'"/>今日注册▼ <else />今日注册<img src="__IMG__/up-down.png" width="13px"></if> </a></th> <th ><a class="paixu" data-order='week'> <if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'week'">本周注册▲ <elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'week'"/>本周注册▼ <else />本周注册<img src="__IMG__/up-down.png" width="13px"> </if> </a></th> <th ><a class="paixu" data-order='mounth'> <if condition="$userarpu_order eq 4 and $userarpu_order_type eq 'mounth'">本月注册▲ <elseif condition="$userarpu_order eq 3 and $userarpu_order_type eq 'mounth'"/>本月注册▼ <else />本月注册<img src="__IMG__/up-down.png" width="13px"></if> </a></th> </tr> </thead> <!-- 列表 --> <tbody> <style> .data-table thead th, .data-table tbody td{text-align:center} .data-table tbody td{border-right:1px solid #DDDDDD;} .d_list .drop-down ul {z-index:999;} </style> <empty name="list_data" > <tr> <td colspan="9" class="text-center">aOh! 暂时还没有内容!</td> </tr> <else /> <volist name="list_data" id="data"> <tr> <td>{$data['company_name']}</td> <td > {$data['promote_account']} <!-- <if condition="$data.promote_id1 gt 0"> {:get_promote_account($data['promote_id1'])} <else/> 其他注册 </if> --> </td> <td>{$data['admin_username']}</td> <td>{$data['relation_game_name']}</td> <td ><span class='ljzc' data-value="{$data['id']}"><a>{$data.count}</a></span></td> <td ><strong><if condition="$data.rand eq 1"><span>{$data.rand}</span><elseif condition="$data.rand eq 2"/><span>{$data.rand}</span><elseif condition="$data.rand eq 3"/><span>{$data.rand}</span><else/>{$data.rand}</if></strong></td> <td >{$data.today}</td> <td >{$data.week}</td> <td >{$data.mounth}</td> <input type="hidden" id="promote_id" value="{$data['id']}"> </tr> </volist> </empty> <tr class="data_summary"> <td colspan="4"><span>汇总</span></td> <td ><span>{$total.sum_count}</span></td> <td>---</td> <td>{$total.sum_today}</td> <td>{$total.sum_week}</td> <td>{$total.sum_mounth}</td> </tr> </tbody> </table> </div> </div> <div class="page"> <if condition="$role_export_check eq true "> <a class="sch-btn" href="{:U('Export/promote_statistics', array('timestart'=>$_GET['timestart'],'timeend'=>$_GET['timeend'],'admin_id'=>$_GET['admin_id'],'promote_id'=>$_GET['promote_id'],p=>$_GET['p'],'game_name'=>$_GET['game_name'], 'game_type'=>$_GET['game_type'],'server_id'=>$_GET['server_id'],'xlsname'=>'统计_推广员统计_推广员注册统计',) ,false)}">导出</a> </if> {$_page|default=''} </div> </block> <block name="script"> <script src="__STATIC__/layer/layer.js" type="text/javascript"></script> <script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js" ></script> <link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css"> <php>if(C('COLOR_STYLE')=='blue_color') echo '<link href="__STATIC__/datetimepicker/css/datetimepicker_blue.css" rel="stylesheet" type="text/css">';</php> <link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script> <script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js" charset="UTF-8"></script> <script> <volist name=":I('get.')" id="vo"> Think.setValue('{$key}',"{$vo}"); </volist> $(".select_gallery").select2(); </script> <script type="text/javascript"> //导航高亮 highlight_subnav('{:U('Platform/promote_statistics')}'); $(function(){ //搜索功能 $("#search").click(function(){ var starttime = $.trim($('#time-start').val()); var endtime = $.trim($('#time-end').val()); if (starttime && endtime && starttime > endtime) {layer.msg('开始时间必须小于等于结束时间');return false;} var url = $(this).attr('url'); var query = $('.jssearch').find('input').serialize(); query += "&" + $('.jssearch').find('select').serialize(); query = query.replace(/(&|^)(\w*?\d*?\-*?_*?)*?=?((?=&)|(?=$))/g,''); query = query.replace(/^&/g,''); if( url.indexOf('?')>0 ){ url += '&' + query; }else{ url += '?' + query; } window.location.href = url; }); //回车自动提交 $('.jssearch').find('input').keyup(function(event){ if(event.keyCode===13){ $("#search").click(); } }); // $(".ljzc").click(function(){ // var id = $(this).attr('data-value'); // var game_name = "{:I('game_name')}"; // var server_name = "{:I('server_id')}"; // var urlr = window.location.host; // layer.open({ // type: 2, // title: '注册记录', // shadeClose: true, // shade: 0.8, // area: ['70%', '80%'], // content: '/admin.php?s=/Platform/zhuce_detail/promote_id/'+id+'/game_name/'+game_name+'/server_name/'+server_name+''//iframe的url // }); // }); $(".paixu").click(function(){ var that=$(this); $data_order=that.attr('data-order'); $order_type='{$userarpu_order}'; if($order_type==''||$order_type=='4'){ $(".sortBy").attr('name','data_order'); val='3,'+$data_order; $(".sortBy").attr('value',val); $("#search").click(); }else if($order_type=='3'){ $(".sortBy").attr('name','data_order'); val='4,'+$data_order; $(".sortBy").attr('value',val); $("#search").click(); } }); //点击排序 $('.list_sort').click(function(){ var url = $(this).attr('url'); var ids = $('.ids:checked'); var param = ''; if(ids.length > 0){ var str = new Array(); ids.each(function(){ str.push($(this).val()); }); param = str.join(','); } if(url != undefined && url != ''){ window.location.href = url.replace(".html","") + '/ids/' + param; } }); // var date="{$setdate}"; $('#time-start').datetimepicker({ format: 'yyyy-mm-dd', language:"zh-CN", minView:2, autoclose:true, // endDate:date }); $('#datetimepicker').datetimepicker({ format: 'yyyy-mm-dd', language:"zh-CN", minView:2, autoclose:true, pickerPosition:'bottom-left', // endDate:date }) var game_server = "{:I('server_id')}"; $("#game_type").change(function(){ console.log({sdk_version:$("#game_type option:selected").val(), game_name:$("#game_name option:selected").val()}) $.ajax({ url:"{:U('Ajax/getGmeServer')}", type:"post", data:{sdk_version:$("#game_type option:selected").val(), game_name:$("#game_name option:selected").val()}, dataType:'json', success:function(data){ console.log(data) str = "<option value=''>请选择区服</option>"; for (var i in data){ str += "<option value='"+data[i].server_id+"' "+(game_server && data[i].server_id == game_server?'selected':'')+">"+data[i].server_name+"</option>" } $("#server_id").empty(); $("#server_id").append(str); $("#server_id").select2(); } }) }); $("#game_name").change(function(){ $("#game_type").change(); }); $("#game_name").change(); }) </script> </block>