|
|
<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">
|
|
|
<h3 class="page_title">转移记录</h3>
|
|
|
<p class="description_text">说明:查看一级推广员给二级/三级推广员转移平台币的记录</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="cf top_nav_list">
|
|
|
<empty name="model.extend">
|
|
|
<div class="fl button_list">
|
|
|
<div class="tools">
|
|
|
<!--<a class=" " href="{:U('send',['promote_type'=>1])}"><span class="button_icon button_icon1"></span>给一级渠道发放</a>
|
|
|
<a class=" " href="{:U('send',['promote_type'=>2])}"><span class="button_icon button_icon1"></span>给二级渠道发放</a>-->
|
|
|
<!--<a class=" ajax-post confirm " target-form="ids" url="{:U('del?model='.$model['id'])}"><span class="button_icon button_icon2"></span>删除</a>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</empty>
|
|
|
<!-- 高级搜索 -->
|
|
|
<div class="jssearch fl cf search_list">
|
|
|
<div class="input-list search-title-box">
|
|
|
<label>搜索:</label>
|
|
|
</div>
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
<select name="promote_id" class="select_gallery" style="width:120px;">
|
|
|
<option value="">一级推广员</option>
|
|
|
<volist name=":promote_lists(1)" id="vo">
|
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<select name="source_id" class="select_gallery" style="width:120px;">
|
|
|
<option value="">二级推广员</option>
|
|
|
<volist name=":promote_lists(2)" id="vo">
|
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<select name="grand_id" class="select_gallery" style="width:120px;">
|
|
|
<option value="">三级推广员</option>
|
|
|
<volist name=":promote_lists(3)" id="vo">
|
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<select name="child_id" class="select_gallery" style="width:120px;">
|
|
|
<option value="">四级推广员</option>
|
|
|
<volist name=":promote_lists(4)" id="vo">
|
|
|
<option value="{$vo.id}">{$vo.account}</option>
|
|
|
</volist>
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="input-list">
|
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('record','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
|
<div class="data_list">
|
|
|
<div class="">
|
|
|
<table>
|
|
|
<!-- 表头 -->
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<!-- <th>
|
|
|
<input class="check-all" type="checkbox">
|
|
|
</th> -->
|
|
|
<th>一级推广员</th>
|
|
|
<th>二级推广员</th>
|
|
|
<th>三级推广员</th>
|
|
|
<th>四级推广员</th>
|
|
|
<th>转移数量</th>
|
|
|
<th>转移时间</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
|
|
|
<!-- 列表 -->
|
|
|
<tbody>
|
|
|
<empty name ="list_data">
|
|
|
<tr>
|
|
|
<td colspan="5" class="text-center">aOh! 暂时还没有内容!</td>
|
|
|
</tr>
|
|
|
<else />
|
|
|
<volist name="list_data" id="data">
|
|
|
<tr>
|
|
|
<!-- <td><input class="ids" type="checkbox" value="{$data['id']},{$data.file_type},{$data['game_id']}" name="ids[]"></td> -->
|
|
|
<td>{:get_promote_account($data['promote_id'])}</td>
|
|
|
<td><if condition="$data['level'] eq 2 ">{$data['source_name']}<else />--</if></td>
|
|
|
<td><if condition="$data['level'] eq 3 ">{$data['source_name']}<else />--</if></td>
|
|
|
<td><if condition="$data['level'] eq 4 ">{$data['source_name']}<else />--</if></td>
|
|
|
<td>{$data.num}</td>
|
|
|
<td>{:time_format($data['create_time'])}</td>
|
|
|
</tr>
|
|
|
</volist>
|
|
|
</empty>
|
|
|
<tr class="data_summary">
|
|
|
<td>汇总</td>
|
|
|
<td colspan="8">今日转移:{$sum.to_day|default=0}个 ; 昨日转移:{$sum.yse_day|default=0}个 ; 累计转移:{$sum.all_num}个</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="page">
|
|
|
<if condition="$role_export_check eq true ">
|
|
|
<a class="sch-btn" href="{:U('Export/promote_coin_transfer_record_list',array_merge(['xlsname'=>'数据管理_平台币转移记录'],I('get.')))}">导出</a>
|
|
|
</if>
|
|
|
{$_page|default=''}
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="common_settings">
|
|
|
<span class="plus_icon"><span><img src="__IMG__/zwmimages/icon_jia.png"></span></span>
|
|
|
<form class="addShortcutIcon">
|
|
|
<input type="hidden" name="title" value="{$m_title}">
|
|
|
<input type="hidden" name="url" value="PromoteCoin/record">
|
|
|
</form>
|
|
|
<a class="ajax-post add-butn <notempty name='commonset'>addSIsetted</notempty>" href="javascript:;" target-form="addShortcutIcon" url="{:U('Think/addShortcutIcon')}"><img src="__IMG__/zwmimages/icon_jia.png"><span><notempty name='commonset'>已添加<else />添加至常用设置</notempty></span></a>
|
|
|
</div>
|
|
|
|
|
|
</block>
|
|
|
|
|
|
<block name="script">
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
Think.setValue("promote_id","{:I('promote_id')}");
|
|
|
Think.setValue("promote_type","{:I('promote_type')}");
|
|
|
Think.setValue("source_id","{:I('source_id')}");
|
|
|
Think.setValue("grand_id","{:I('grand_id')}");
|
|
|
Think.setValue("child_id","{:I('child_id')}");
|
|
|
Think.setValue("row","{:I('row',10)}");
|
|
|
|
|
|
$(".select_gallery").select2();
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
highlight_subnav('{:U('PromoteCoin/record')}');
|
|
|
if('{$Think.get.game_name}'!=''){
|
|
|
$('#select2-game_id-container').text('{$Think.get.game_name}');
|
|
|
}
|
|
|
$(function(){
|
|
|
//搜索功能
|
|
|
$("#search").click(function(){
|
|
|
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();
|
|
|
}
|
|
|
});
|
|
|
|
|
|
})
|
|
|
</script>
|
|
|
</block>
|