|
|
<extend name="Public/promote_base"/>
|
|
|
<block name="css">
|
|
|
<link href="__CSS__/20180207/data.css" rel="stylesheet">
|
|
|
<link href="__CSS__/20180207/finance.css" rel="stylesheet">
|
|
|
<link href="__STATIC__/icons_alibaba/iconfont.css" rel="stylesheet">
|
|
|
|
|
|
<style>
|
|
|
.selected-color {
|
|
|
color: #2bd8ed;
|
|
|
}
|
|
|
|
|
|
.pointer-hand {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.icon-spend {
|
|
|
position: relative;
|
|
|
font-size: 1.2rem;
|
|
|
top: 3px;
|
|
|
float: right;
|
|
|
right: 10px;
|
|
|
}
|
|
|
|
|
|
.form-group {
|
|
|
float: left;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
.form-group label {
|
|
|
line-height: 34px;
|
|
|
height: 34px;
|
|
|
}
|
|
|
.form-group .txt {
|
|
|
width: 180px;
|
|
|
height: 34px;
|
|
|
}
|
|
|
</style>
|
|
|
</block>
|
|
|
|
|
|
<block name="body">
|
|
|
<div class="page-search normal_list query-register-search jssearch">
|
|
|
<div class="trunk-title">
|
|
|
<div class="location">
|
|
|
<div class="location-container">当前位置:<span>数据管理></span><span>注册明细</span></div>
|
|
|
</div>
|
|
|
<img src="__IMG__/20180207/icon_zhuce.png">
|
|
|
<span class="title_main">注册明细</span>
|
|
|
<span class="details">对所有渠道用户玩家产生的注册信息,进行记录的功能</span>
|
|
|
</div>
|
|
|
<div class="trunk-content article">
|
|
|
<div class="trunk-search clearfix">
|
|
|
<include file="Public/promote_select" />
|
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
<input type="text" name="account" class="txt normal_txt" placeholder="请输入玩家账号"
|
|
|
value="{:I('account')}">
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
<input type="text" name="id" class="txt normal_txt" placeholder="请输入玩家ID"
|
|
|
value="{:I('id')}">
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
<label class="form-title select-title" style="position: relative;">起止时间:</label>
|
|
|
<div class="select-time">
|
|
|
<input type="text" readonly id="sdate" class="txt" name="begtime" placeholder="开始时间" value="{$initBegTime}">
|
|
|
</div>
|
|
|
<label class="form-title select-title zhi_color"> — </label>
|
|
|
<div class="select-time">
|
|
|
<input type="text" readonly id="edate" class="txt" name="endtime" placeholder="结束时间" value="{$initEndTime}">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space">
|
|
|
<input type="submit" class="submit" id='submit' url="{:U('Query/register','model='.$model['name'],false)}" value="查询">
|
|
|
</div>
|
|
|
|
|
|
<div class="form-group normal_space" style="margin-left: 46px;">
|
|
|
<label style="line-height: 34px;cursor: pointer;" id="own">
|
|
|
<i class="iconfont {:empty(I('own_id'))?'iconfangxingweixuanzhong':'iconfangxingxuanzhongfill selected-color'}" style="font-size: 1.5rem;position: relative;top: 3px;margin-right: 2px;"></i>本账号
|
|
|
<input type="checkbox" name="own_id" id="own_id" style="display: none;" value="1"
|
|
|
<if condition="$ownId eq 1"> checked="checked" </if> />
|
|
|
</label>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="page-list query-register-list">
|
|
|
<div class="trunk-content article">
|
|
|
<div class="trunk-list list_normal" style="">
|
|
|
<table class="table normal_table">
|
|
|
<tr class="odd">
|
|
|
<th>玩家账号</th>
|
|
|
<th>推广账号</th>
|
|
|
<th>设备IMIE/IDFA</th>
|
|
|
<th>注册时间</th>
|
|
|
<th>注册IP</th>
|
|
|
<th>最近登录时间</th>
|
|
|
<th>最近登陆IP</th>
|
|
|
<th>操作</th>
|
|
|
</tr>
|
|
|
<empty name="listData">
|
|
|
<tr class="num2">
|
|
|
<td colspan="8" style="text-align: center;height: 45vh;">
|
|
|
<img src="__IMG__/20180207/icon_wushujv2.png"/>
|
|
|
<p style="line-height: 40px;color: #A5A5A5;">暂无数据</p>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<else/>
|
|
|
<volist name="listData" id="vo">
|
|
|
<tr class="num2">
|
|
|
<td title="玩家ID:{$vo.id}">{$vo.account}</td>
|
|
|
<td>{$vo.promote_account}({$vo.pro_real_name})</td>
|
|
|
<td>{$vo.device_number}</td>
|
|
|
<td>{$vo.register_time|date='Y-m-d H:i:s',###}</td>
|
|
|
<td>{$vo.register_ip}</td>
|
|
|
<td>{$vo.new_login_time}</td>
|
|
|
<td>{$vo.new_login_ip}</td>
|
|
|
<td>
|
|
|
<a href="{:U('Query/viewRole',array('id'=>$vo['id']))}" style="cursor: pointer"
|
|
|
class="chakan">查看角色</a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</volist>
|
|
|
</empty>
|
|
|
</table>
|
|
|
</div>
|
|
|
<div class="pagenation clearfix">
|
|
|
<?php if ($loginer['level'] !== 4) :?>
|
|
|
<a id="sch-btn" data-href="{:U('download/regist_data_export',array_merge(['xlsname'=>'ceshi'],I('get.')))}" class="ajax-get">导出</a>
|
|
|
<?php endif ;?>
|
|
|
{$_page}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</block>
|
|
|
<block name="script">
|
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
|
<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 type="text/javascript" src="__JS__/20170831/select2.min.js"></script>
|
|
|
<script type="text/javascript" src="__JS__/common.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
var promoteUrl = "{:U('Query/getSubPromotes')}"
|
|
|
initPromoteSelect(promoteUrl)
|
|
|
$().ready(function () {
|
|
|
setValue('row', '{:I("get.row",10)}');
|
|
|
|
|
|
var date = "{$setdate}";
|
|
|
$('#sdate').datetimepicker({
|
|
|
format: 'yyyy-mm-dd',
|
|
|
language: "zh-CN",
|
|
|
minView: 2,
|
|
|
autoclose: true,
|
|
|
scrollMonth: false,
|
|
|
scrollTime: false,
|
|
|
scrollInput: false,
|
|
|
endDate: date
|
|
|
});
|
|
|
|
|
|
$('#edate').datetimepicker({
|
|
|
format: 'yyyy-mm-dd',
|
|
|
language: "zh-CN",
|
|
|
minView: 2,
|
|
|
autoclose: true,
|
|
|
pickerPosition: 'bottom-left',
|
|
|
scrollMonth: false,
|
|
|
scrollTime: false,
|
|
|
scrollInput: false,
|
|
|
endDate: date
|
|
|
});
|
|
|
|
|
|
$('#own').on('click',function () {
|
|
|
var own = $('#own_id');
|
|
|
var checkBox = $(this).children('i');
|
|
|
|
|
|
if (own.is(':checked')) {
|
|
|
checkBox.removeClass('iconfangxingxuanzhongfill');
|
|
|
checkBox.removeClass('selected-color');
|
|
|
checkBox.addClass('iconfangxingweixuanzhong');
|
|
|
|
|
|
own.prop('checked', false);
|
|
|
} else {
|
|
|
checkBox.removeClass('iconfangxingweixuanzhong');
|
|
|
checkBox.addClass('iconfangxingxuanzhongfill');
|
|
|
checkBox.addClass('selected-color');
|
|
|
|
|
|
own.prop('checked', true);
|
|
|
}
|
|
|
});
|
|
|
|
|
|
$("#pagehtml a").on("click", function (event) {
|
|
|
event.preventDefault();//使a自带的方法失效,即无法调整到href中的URL(http://www.baidu.com)
|
|
|
var geturl = $(this).attr('href');
|
|
|
$('#data_form').attr('action', geturl);
|
|
|
$('#data_form').submit();
|
|
|
});
|
|
|
|
|
|
$(".select_gallery").select2();
|
|
|
$('#submit').click(function () {
|
|
|
var sdate = Date.parse($('#sdate').val()) / 1000;
|
|
|
var edate = Date.parse($('#edate').val()) / 1000;
|
|
|
if (sdate > edate) {
|
|
|
layer.msg('开始时间必须小于等于结束时间');
|
|
|
return false;
|
|
|
}
|
|
|
if ((edate - sdate) > 2592000) {
|
|
|
layer.msg('时间间隔不能超过31天,请重新选择日期');
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
var url = $(this).attr('url');
|
|
|
console.log(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;
|
|
|
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
</block>
|