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.

229 lines
9.2 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<extend name="Public/promote_base"/>
<block name="css">
<link href="__CSS__/20180207/data.css" rel="stylesheet">
<link href="__CSS__/20180207/finance.css" rel="stylesheet">
<style>
.appy_earn {color:#26C7DB;background:#FFF;margin:0;}
lable~.appy_earn {margin-left: 12px;}
</style>
</block>
<block name="body">
<div class=" normal_list query-my_earning-search">
<div class="trunk-title">
<div class="location">
<div class="location-container">当前位置:<span>财务管理></span><span>我的结算</span></div>
</div>
<img src="__IMG__/20180207/icon_normal_my.png">
<span class="title_main">我的结算</span>
</div>
<div class=" page-list trunk-content article">
<div class="trunk-search clearfix">
<form action="{:U('Query/my_earning',array('row'=>I('get.row')))}" method="post" enctype="multipart/form-data">
<div class="form-group normal_space fr">
<input type="submit" class="submit" value="查询">
</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" autocomplete="off" name="timestart" placeholder="开始时间" value="{:I('timestart')}" >
</div>
<label class="form-title select-title zhi_color">&nbsp;</label>
<div class="select-time normal_space fr">
<input type="text" id="edate" class="txt" autocomplete="off" name="timeend" placeholder="结束时间" value="{:I('timeend')}">
</div>
</div>
<div class="form-group fr">
<label class="form-title select-title">结算单号:</label>
<input type="text" name="settlement_number" class="txt normal_txt" id="uid" placeholder="请输入结算单号" value="{:I('settlement_number')}">
</div>
</form>
</div>
<div class="trunk-list list_normal" style="min-height: 59vh;">
<table class="table4 normal_table">
<tr class="odd">
<th>结算周期</th>
<th>结算单号</th>
<th>总充值</th>
<th>总注册</th>
<th>结算金额</th>
<th>结算范围</th>
<th>结算时间</th>
<th>结算单详情</th>
<th>操作</th>
</tr>
<empty name="list_data">
<tr><td colspan="9" 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="list_data" id="vo" mod="2">
<tr class="<eq name='mod' value='1'>odd</eq>">
<td>{$vo.starttime|date='Y-m-d',###}至{$vo.endtime|date='Y-m-d',###}</td>
<td>{$vo.settlement_number}</td>
<td>{$vo.total_money}</td>
<td>{$vo.total_number}</td>
<td>{$vo.sum_money}</if></td>
<td><if condition="$vo.bind_coin_status eq 0">排除绑币<else/>包含绑币</if></td>
<td>{$vo.create_time|date="Y-m-d",###}</td>
<td>
<a href="javascript:;" style="color:#26C7DB" onclick="details({$vo.id})">查看</a>
</td>
<td>
<switch name="vo.ti_status" >
<case value="-1"><lable><a href="javascript:;" onclick="tixian({$vo.id})" class="appy_earn">申请提现</a></lable></case>
<case value="0"><lable style="color:#46A3FF">申请中</lable></case>
<case value="1"><lable style="color:#50B370">已通过</lable></case>
<case value="2"><lable style="color:#FF0000">已驳回</lable><a class="appy_earn" href="javascript:;" onclick="tixian({$vo.id},1)">申请提现</a></case>
<default /><lable style="color:#D0D0D0">未申请</lable>
</switch>
</td>
</tr>
</volist>
<tr class="odd">
<td style="text-align: center;font-weight: bold;">结算汇总(元)</td>
<td colspan="8" style="text-align: center;">{$sum_money}</td>
</tr>
<if condition="$parent_id eq 0">
<tr>
<td style="text-align: center;font-weight: bold;">未提现汇总(元)</td>
<td colspan="8" style="text-align: center;">{$w_money}</td>
</tr>
<tr class="odd">
<td style="text-align: center;font-weight: bold;">成功提现汇总(元)</td>
<td colspan="8" style="text-align: center;">{$y_money}</td>
</tr>
</if>
</empty>
</table>
<div class="pagenation clearfix">
<a class="sch-btn" id="export_data" href="{:U('Export/earning',array(
'settlement_number'=>I('settlement_number'),
'promote_id'=>I('promote_id'),
'timestart'=>I('timestart'),
'timeend'=>I('timeend'),'game_name'=>I('post.game_name'),'promote_account'=>I('post.promote_account'),
'xlsname'=>'财务管理_我的结算','row'=>I('row',10)
))}" >导出</a>
{$_page}
</div>
</div>
</div>
<div class="page-explain query-my_earning-explain">
<div class="trunk-content article border_normal">
<table class="desccontent">
<tr><td class="title" style="width: 100px;display: inline-block;">我的结算说明:</td><td>一级推广员由平台商务/财务结算;当平台结算完成后,推广员可以通过推广后台查看我的结算记录;每笔结算单可以申请提现,由平台商务/财务审核以及后续打款。</td></tr>
</table>
</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>
setValue('game_id',{$Think.request.game_id|default=0});
setValue('pattern',{$Think.request.pattern|default="''"});
setValue('ti_status',{$Think.request.ti_status|default="''"});
setValue('row','{:I("get.row",10)}');
$(function() {
$(".select_gallery").select2();
$('#sdate').datetimepicker({
lang:'ch',
format:'Y-m-d',
formatDate:'Y-m-d',
scrollMonth:false,
scrollTime:false,
scrollInput:false,
timepicker:false
});
$('#edate').datetimepicker({
lang:'ch',
format:'Y-m-d',
formatDate:'Y-m-d',
timepicker:false,
scrollMonth:false,
scrollTime:false,
scrollInput:false,
maxDate:'{:date("Y-m-d",strtotime("-1 day"))}'
});
});
$('.submit').click(function(){
var sdate =$('#sdate').val();
var edate =$('#edate').val();
if(Date.parse(sdate) > Date.parse(edate)){
layer.msg('开始时间必须小于等于结束时间');
return false;
}
})
$("#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();
});
var ss="{:U('my_earning')}";
function tixian(id) {
$.ajax({
url: '{:U("apply_withdraw")}',
type: 'POST',
dataType: 'json',
data: {'id': id},
success:function(data){
if(data.status==0){
layer.msg('请勿重复操作', {icon: 5});
}else{
layer.msg('提交成功,请等待审核', {icon: 6});
setTimeout(function(){location.href=ss;},2000);
}
},
error:function(){
layer.msg('服务器故障', {icon: 4});
}
});
}
function details(id){
layer.open({
type: 2,
title: '结算详情',
shadeClose: true,
shade: 0.8,
area: ['60%', '70%'],
content: '/index.php?s=/Home/Query/details/id/'+id+''//iframe的url
});
}
function tixian(id,t) {
$.ajax({
url: '{:U("apply_withdraw")}',
type: 'POST',
dataType: 'json',
data: {'id': id,'op':t},
success:function(data){console.log(data);
if(data.status==0){
layer.msg('请勿重复操作', {icon: 5});
}else{
layer.msg('申请成功', {icon: 6});
setTimeout(function(){window.location.reload();},2000);
}
},
error:function(){
layer.msg('服务器故障', {icon: 4});
}
});
}
</script>
</block>