You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
250 lines
9.7 KiB
HTML
250 lines
9.7 KiB
HTML
<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;}
|
|
.data_list table td{
|
|
text-indent:0;
|
|
}
|
|
.data_list table td.multiple_info {text-align:left;padding:0 10px;width:33%;}
|
|
.multiple_info h4,.multiple_info p {margin:0;line-height:1.4;}
|
|
.lwx_ajax_pop .layui-layer-content{padding:5px;}
|
|
.lwx_ajax_pop .layui-layer-content .layui-layer-input {line-height:1.4;width:100%;height:94%;border:none;overflow:hidden;resize:none;}
|
|
</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">
|
|
<div class="fl button_list">
|
|
<div class="tools">
|
|
<a class="ajax-post confirm " target-form="ids" url="{:U('del')}"><span class="button_icon button_icon2"></span>删除</a>
|
|
<a href="{:U('set')}"><span class="button_icon button_icon1"></span>提现设置</a>
|
|
</div>
|
|
</div>
|
|
<!-- 高级搜索 -->
|
|
<div class="jssearch fl cf search_list" >
|
|
<div class="input-list search-title-box">
|
|
<label>搜索:</label>
|
|
</div>
|
|
<div class="input-list">
|
|
<input type="text" name="order_number" placeholder="提现单号" class="" value="{:I('order_number')}"/>
|
|
</div>
|
|
<div class="input-list">
|
|
<input type="text" name="account" placeholder="账号" class="" value="{:I('account')}"/>
|
|
</div>
|
|
<div class="input-list">
|
|
<input type="text" id="timestart" name="timestart" class="" value="{:I('timestart')}" placeholder="提现开始时间" />
|
|
-
|
|
<div class="input-append date" id="datetimepicker" style="display:inline-block">
|
|
<input type="text" id="timeend" name="timeend" class="" value="{:I('timeend')}" placeholder="提现结束时间" />
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
</div>
|
|
</div>
|
|
<div class="input-list">
|
|
<input type="text" name="alipay" placeholder="支付宝账号" class="" value="{:I('alipay')}"/>
|
|
</div>
|
|
<div class="input-list input-list input-list-platform">
|
|
<select id="status" name="status">
|
|
<option value="">提现状态</option>
|
|
<option value="0">未打款</option>
|
|
<option value="1">已打款</option>
|
|
<option value="2">已驳回</option>
|
|
</select>
|
|
</div>
|
|
<div class="input-list">
|
|
<a class="sch-btn" href="javascript:;" id="search" url="{:U('lists','model='.$model['name'] .'&row='.I('row'),false)}">搜索</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 数据列表 -->
|
|
<div class="data_list data_game_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>
|
|
<th>提现支付宝</th>
|
|
<th>提现时间</th>
|
|
<th>状态</th>
|
|
<th style="width:10%;min-width:150px;">操作</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<!-- 列表 -->
|
|
<tbody>
|
|
<empty name ="list_data">
|
|
<td colspan="11" class="text-center">aOh! 暂时还没有内容!</td>
|
|
<else />
|
|
<volist name="list_data" id="data">
|
|
<tr>
|
|
<td><input class="ids" type="checkbox" value="{$data['id']}" name="ids[]"></td>
|
|
<td>{$data.order_number}</td>
|
|
<td>{$data.user_account}</td>
|
|
<td>{$data.coin}</td>
|
|
<td>{$data.poundage}</td>
|
|
<td>{$data.money}</td>
|
|
<td>{$data.gold_coin_balance}</td>
|
|
<td>{$data.alipay}</td>
|
|
<td>{$data.create_time|date='Y-m-d H:i:s',###}</td>
|
|
<td>{:get_info_status($data['status'],39)}</td>
|
|
<td>
|
|
<if condition="$data['status'] eq 1 or $data['status'] eq 2">
|
|
--
|
|
<else />
|
|
<a href="{:U('update_status',array('ids'=>$data['id'],'status'=>1))}" class="ajax-get">打款</a>
|
|
<a href="{:U('update_status',array('ids'=>$data['id'],'status'=>2))}" class="ajax-get">驳回</a>
|
|
</if>
|
|
</td>
|
|
</tr>
|
|
</volist>
|
|
|
|
<tr class="data_summary">
|
|
<td>汇总</td>
|
|
<td colspan="10">
|
|
当页提现:{:null_to_0(array_sum(array_column(array_status2value('status','',$list_data),'coin')))}
|
|
今日提现:{$ttotal}
|
|
本月提现:{$mtotal}
|
|
累计提现:{$total}
|
|
累计手续费:{$poundage}
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
</empty>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="page">
|
|
<a class="sch-btn" href="{:U('Export/user_withdraw',array('account'=>I('account'),'timestart'=>I('timestart'),'timeend'=>I('timeend'),'alipay'=>I('alipay'),'status'=>I('status'),'order_number'=>I('order_number'),'xlsname'=>'商品中心_用户提现'))}">导出</a>
|
|
{$_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="UserWithdraw/lists">
|
|
</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">
|
|
<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 src="__STATIC__/layer/layer.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js"></script>
|
|
<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>
|
|
</script>
|
|
<script type="text/javascript">
|
|
//导航高亮
|
|
highlight_subnav("{:U('UserWithdraw/lists')}");
|
|
$(".select_gallery").select2();
|
|
$(function(){
|
|
//搜索功能
|
|
$("#search").click(function(){
|
|
var starttime = $.trim($('#timestart').val());
|
|
var endtime = $.trim($('#timeend').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();
|
|
}
|
|
});
|
|
|
|
|
|
$('#timestart').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true
|
|
});
|
|
|
|
$('#datetimepicker').datetimepicker({
|
|
format: 'yyyy-mm-dd',
|
|
language:"zh-CN",
|
|
minView:2,
|
|
autoclose:true,
|
|
pickerPosition:'bottom-left'
|
|
})
|
|
|
|
|
|
|
|
|
|
})
|
|
</script>
|
|
</block>
|