|
|
|
|
<extend name="Public/promote_base" />
|
|
|
|
|
<block name="css">
|
|
|
|
|
<link href="__CSS__/20180207/data.css" rel="stylesheet">
|
|
|
|
|
<link href="__CSS__/20180207/manager.css" rel="stylesheet">
|
|
|
|
|
<link href="__CSS__/20180207/finance.css" rel="stylesheet">
|
|
|
|
|
<style>
|
|
|
|
|
@media screen and (max-width: 1500px) {
|
|
|
|
|
.normal_form {
|
|
|
|
|
padding-top: 45px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.trunk-search .normal_txt {
|
|
|
|
|
width: 100px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select2-container--default .select2-selection--single {
|
|
|
|
|
width: 125px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.trunk-search .select-time .txt {
|
|
|
|
|
width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-group .submit {
|
|
|
|
|
width: 55px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.open_edit {
|
|
|
|
|
color: #19ADED;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.apply {
|
|
|
|
|
color: #19ADED;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.my_text {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
border: 1px solid #D5D5D5;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
outline: none;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
height: 38px;
|
|
|
|
|
line-height: 38px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.my_save {
|
|
|
|
|
width: 95px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 38px;
|
|
|
|
|
display: block;
|
|
|
|
|
background: #26C7DB;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
float: left;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 14px;
|
|
|
|
|
font-family: "微软雅黑";
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.td_tit {
|
|
|
|
|
width: 112px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 0 24px 0 6px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
|
|
<block name="body">
|
|
|
|
|
|
|
|
|
|
<div class="div_editor" style="display:none;">
|
|
|
|
|
<form action="">
|
|
|
|
|
<table class="" style="border-collapse:separate; border-spacing:0px 10px;">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="td_tit"><span style="color: red">*</span>游戏名称</td>
|
|
|
|
|
<td><input class="my_text" type="text" size="50" value="" id='i_game_name' placeholder=""
|
|
|
|
|
disabled="disabled"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="td_tit"><span style="color: red">*</span>游戏区服</td>
|
|
|
|
|
<td><input class="my_text" type="text" size="50" value="" id='i_server_name' placeholder=""
|
|
|
|
|
disabled="disabled"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="td_tit"><span style="color: red">*</span>账号</td>
|
|
|
|
|
<td><input class="my_text" type="text" size="50" value="" id='i_account' placeholder=""
|
|
|
|
|
disabled="disabled"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="td_tit"><span style="color: red">*</span>密码</td>
|
|
|
|
|
<td><input class="my_text" type="text" size="50" value="" id='i_password' placeholder=""></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="td_tit"><span style="color: red">*</span>角色名称</td>
|
|
|
|
|
<td><input class="my_text" type="text" size="50" value="" id='i_role_name' placeholder=""></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<input class="" type="hidden" size="50" value="" id='i_support_id' placeholder="">
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td class=""> </td>
|
|
|
|
|
<td class="td_tit"><a class="i_save my_save" data-id="">保存</a><a class="i_cancel my_save">取消</a>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="page-search normal_list query-recharge-search jssearch">
|
|
|
|
|
|
|
|
|
|
<div class="trunk-title">
|
|
|
|
|
<div class="location">
|
|
|
|
|
<div class="location-container">当前位置:<span>财务管理></span><span>公司结算</span></div>
|
|
|
|
|
</div>
|
|
|
|
|
<img src="__IMG__/20180207/icon_normal_shenqing.png">
|
|
|
|
|
<span class="title_main">汇总单详情</span>
|
|
|
|
|
<span class="details">说明:汇总单详情</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="trunk-content article">
|
|
|
|
|
<div class="trunk-search clearfix">
|
|
|
|
|
|
|
|
|
|
<div id="form1">
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<input type="submit" class="submit" id='submit' value="查询" url="{:U('index')}"
|
|
|
|
|
style="cursor:pointer;">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<span id="">
|
|
|
|
|
<select id="pay_status" name="pay_status" class="reselect select_gallery" style="width:101px">
|
|
|
|
|
<option value="">提现状态</option>
|
|
|
|
|
<option value="-1" <if condition="$_GET['pay_status'] eq '-1'">selected</if>>打款失败</option>
|
|
|
|
|
<option value="0" <if condition="$_GET['pay_status'] eq '0'">selected</if>>未打款</option>
|
|
|
|
|
<option value="1" <if condition="$_GET['pay_status'] eq '1'">selected</if>>打款成功</option>
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<label class="form-title select-title" style="margin-right: 9px;">至</label>
|
|
|
|
|
<div class="select-time">
|
|
|
|
|
<input type="text" id="edate" class="txt" name="end" placeholder="结束时间" value="{:I('end')}" autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group normal_space fr">
|
|
|
|
|
<label class="form-title select-title">结算时间:</label>
|
|
|
|
|
<div class="select-time">
|
|
|
|
|
<input type="text" id="sdate" class="txt" name="start" placeholder="开始时间"
|
|
|
|
|
value="{:I('start')}" autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="page-list apply-app_apply-list query-recharge-list">
|
|
|
|
|
<div class="trunk-content article">
|
|
|
|
|
<div class="tabcon trunk-list">
|
|
|
|
|
<table class="table normal_table">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<th>结算时间</th>
|
|
|
|
|
<th>结算金额</th>
|
|
|
|
|
<th>结算单号</th>
|
|
|
|
|
<th>平台流水</th>
|
|
|
|
|
<th>提现状态</th>
|
|
|
|
|
<th>操作</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<empty name="data">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="12" 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="data" id="s">
|
|
|
|
|
<tr class="<eq name='mod' value='1'>odd</eq>">
|
|
|
|
|
<td>{$s.time}</td>
|
|
|
|
|
<td>{$s.statement_money}</td>
|
|
|
|
|
<td>{$s.pool_id}</td>
|
|
|
|
|
<td>{$s.platform_amount}</td>
|
|
|
|
|
<td><if condition="$s.pay_status eq -1">打款失败
|
|
|
|
|
<elseif condition="$s.pay_status eq 0"/>未打款
|
|
|
|
|
<elseif condition="$s.pay_status eq 1"/>打款成功</if>
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
<if condition="$promote_data.withdraw_done eq 1 and $s.verify_status eq 1 and ($s.pay_status eq -1 or $s.pay_status eq 0)">
|
|
|
|
|
<a href="javascript:;" class="open_edit" data-id="{$s.id}">提现</a>
|
|
|
|
|
</if>
|
|
|
|
|
<a href="javascript:;" class="apply" data-id="{$s.id}">结算单详情</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</volist>
|
|
|
|
|
</empty>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="pagenation clearfix">
|
|
|
|
|
<?php if ($loginer['level'] !== 4) :?>
|
|
|
|
|
<a id="sch-btn" href="{:U('download/Withdraw_index_export',array_merge(['promote_type'=>'xxx'],I('get.')))}" class="ajax-get" >导出</a>
|
|
|
|
|
<?php endif ;?>
|
|
|
|
|
{$_page}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</block>
|
|
|
|
|
<block name="script">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/p_jquery.datetimepicker.css">
|
|
|
|
|
<script type="text/javascript" src="__JS__/jquery.datetimepicker.js"></script>
|
|
|
|
|
<script type="text/javascript" src="__JS__/20170831/select2.min.js"></script>
|
|
|
|
|
<script src="__STATIC__/layer/layer.js"></script>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
|
|
$().ready(function () {
|
|
|
|
|
setValue('row', '{:I("get.row",10)}');
|
|
|
|
|
$("#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();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#sdate').datetimepicker({
|
|
|
|
|
lang: 'ch',
|
|
|
|
|
format: 'Y-m-d',
|
|
|
|
|
formatDate: 'Y-m-d',
|
|
|
|
|
scrollMonth: false,
|
|
|
|
|
scrollTime: false,
|
|
|
|
|
scrollInput: false,
|
|
|
|
|
timepicker: false
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#add').click(function () {
|
|
|
|
|
var url = $(this).attr('url');
|
|
|
|
|
window.location.href = url;
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
$('#batch_add').click(function () {
|
|
|
|
|
var ids = $('.ids:checked');
|
|
|
|
|
|
|
|
|
|
if (ids.length > 0) {
|
|
|
|
|
var str = new Array();
|
|
|
|
|
ids.each(function () {
|
|
|
|
|
str.push($(this).val());
|
|
|
|
|
});
|
|
|
|
|
param = str.join(',');
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg('请选择要操作的数据');
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
var url = "{:U('apply','','')}" + '/id/' + param;
|
|
|
|
|
window.location.href = url;
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
$('.apply').click(function () {
|
|
|
|
|
var id = $(this).attr('data-id');
|
|
|
|
|
|
|
|
|
|
var pay_status = $("#pay_status").val();
|
|
|
|
|
var edate = $("#edate").val();
|
|
|
|
|
var sdate = $("#sdate").val();
|
|
|
|
|
|
|
|
|
|
var str = '';
|
|
|
|
|
|
|
|
|
|
if(pay_status) {
|
|
|
|
|
str += "/pay_status/" + pay_status;
|
|
|
|
|
}
|
|
|
|
|
if(sdate) {
|
|
|
|
|
str += "/start/" + sdate;
|
|
|
|
|
}
|
|
|
|
|
if(edate) {
|
|
|
|
|
str += "/end/" + edate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var url = "{:U('withdrawDetail','','')}" + '/id/' + id + str;
|
|
|
|
|
window.location.href = url;
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('.open_edit').click(function () {
|
|
|
|
|
|
|
|
|
|
var id = $(this).attr('data-id');
|
|
|
|
|
|
|
|
|
|
layer.confirm('是否确认提现操作?', {
|
|
|
|
|
icon:0,
|
|
|
|
|
btn: ['确认','取消'],
|
|
|
|
|
title:false
|
|
|
|
|
}, function() {
|
|
|
|
|
$.ajax({
|
|
|
|
|
async: false,
|
|
|
|
|
url: "{:U('doPayment')}",
|
|
|
|
|
type: "POST",
|
|
|
|
|
dataType: "json",
|
|
|
|
|
data: { id:id },
|
|
|
|
|
success: function (result) {
|
|
|
|
|
layer.msg(result.msg+"页面刷新中...");
|
|
|
|
|
poolCount(result.data.pool_id,function(){
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
location.reload();
|
|
|
|
|
}, 1000);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
error: function () {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
function poolCount(pool_id,callback) {
|
|
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
|
|
async: false,
|
|
|
|
|
url: "{:U('poolCount')}",
|
|
|
|
|
type: "POST",
|
|
|
|
|
dataType: "json",
|
|
|
|
|
data: { poolid:pool_id },
|
|
|
|
|
success: function (result) {
|
|
|
|
|
callback();
|
|
|
|
|
},
|
|
|
|
|
error: function () {
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$('.i_cancel').click(function () {
|
|
|
|
|
location.reload();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(".select_gallery").select2();
|
|
|
|
|
|
|
|
|
|
$('#edate').datetimepicker({
|
|
|
|
|
lang: 'ch',
|
|
|
|
|
format: 'Y-m-d',
|
|
|
|
|
formatDate: 'Y-m-d',
|
|
|
|
|
timepicker: false
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
|
|
|
|
$("#submit").click(function () {
|
|
|
|
|
|
|
|
|
|
var sdate = $('#sdate').val();
|
|
|
|
|
var edate = $('#edate').val();
|
|
|
|
|
|
|
|
|
|
if (Date.parse(sdate) > Date.parse(edate)) {
|
|
|
|
|
layer.msg('开始时间必须小于等于结束时间');
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var url = $(this).attr('url');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var query = $('#form1').find('input').serialize();
|
|
|
|
|
|
|
|
|
|
query += "&" + $('#form1').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;
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#game_id").change(function () {
|
|
|
|
|
|
|
|
|
|
$.ajax({
|
|
|
|
|
|
|
|
|
|
url: "{:U('getServer')}",
|
|
|
|
|
|
|
|
|
|
type: "post",
|
|
|
|
|
|
|
|
|
|
data: { game_id: $("#game_id option:selected").attr('game-id') },
|
|
|
|
|
|
|
|
|
|
dataType: 'json',
|
|
|
|
|
|
|
|
|
|
success: function (data) {
|
|
|
|
|
str = "<option value=''>请选择区服</option>";
|
|
|
|
|
|
|
|
|
|
for (var i in data) {
|
|
|
|
|
|
|
|
|
|
str += "<option value='" + data[i].server_name + "'>" + data[i].server_name + "</option>"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$("#server_id").empty();
|
|
|
|
|
|
|
|
|
|
$("#server_id").append(str);
|
|
|
|
|
|
|
|
|
|
$("#server_id").select2();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$("#server_js").click(function (event) {
|
|
|
|
|
|
|
|
|
|
var game_id = $("#game_id").val();
|
|
|
|
|
|
|
|
|
|
if (game_id == 0) {
|
|
|
|
|
|
|
|
|
|
layer.msg('请先选择游戏');
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
</block>
|