|
|
|
|
<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 fl">
|
|
|
|
|
<input type="submit" class="submit" id='submit' value="返回" url="{:U('index',array('start'=>$_GET['start'],'end'=>$_GET['end'],'pay_status'=>$_GET['pay_status']))}"
|
|
|
|
|
style="cursor:pointer;">
|
|
|
|
|
</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">
|
|
|
|
|
<if condition="$data['company_type'] eq 1">
|
|
|
|
|
<div style="text-align: center;font-size: 25px">《{$data.company_name}》结算单</div>
|
|
|
|
|
<div style="text-align: center;font-size: 20px">({$data['statement_begin_time']|default="无"}-{$data['statement_end_time']|default="无"})</div>
|
|
|
|
|
<div> </div>
|
|
|
|
|
<table class="table normal_table">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
|
|
|
|
|
<th>结算周期</th>
|
|
|
|
|
<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/>
|
|
|
|
|
<!-- <tr class="<eq name='mod' value='1'>odd</eq>">-->
|
|
|
|
|
<!-- <td rowspan="{$rowspan}">{$data.company_name}</td>-->
|
|
|
|
|
<!-- <td>{$statemnt_info[0]['game_name']}</td>-->
|
|
|
|
|
<!-- <td>{$statemnt_info[0]['sum_money']}</td>-->
|
|
|
|
|
<!-- <td><if condition="$statemnt_info[0]['increment_ratio']">0<else/>{$statemnt_info[0]['ratio']}</if></td>-->
|
|
|
|
|
<!-- <td><if condition="$statemnt_info[0]['ratio']">0<else/>{$statemnt_info[0]['increment_ratio']}</if></td>-->
|
|
|
|
|
<!-- <td>{$statemnt_info[0]['fax_ratio']}</td>-->
|
|
|
|
|
<!-- <td>{$statemnt_info[0]['pay_amount']}</td>-->
|
|
|
|
|
<!-- <td rowspan="{$rowspan}">{$data['fine']}</td>-->
|
|
|
|
|
<!-- <td rowspan="{$rowspan}">{$data['reward']}</td>-->
|
|
|
|
|
<!-- <td rowspan="{$rowspan}">{$data['pay_amount']}</td>-->
|
|
|
|
|
<!-- <td rowspan="{$rowspan}">{$company_info[0]['payee_name']|default="无"}</td>-->
|
|
|
|
|
<!-- <td rowspan="{$rowspan}">{$data['pay_time']}</td>-->
|
|
|
|
|
<!-- <td rowspan="{$rowspan}">{$data['remark']}</td>-->
|
|
|
|
|
<!-- <td>-->
|
|
|
|
|
<!-- <a href="javascript:;" class="apply" data-id="{$statemnt_info[0]['relation_game_id']}" data-start="{$statemnt_info[0]['statement_begin_time']}" data-end="{$statemnt_info[0]['statement_end_time']}">查看详情</a>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
<!-- </tr>-->
|
|
|
|
|
|
|
|
|
|
<volist name="statemnt_info" id="s" index="key">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>{$s['statement_begin_time']}-{$s['statement_end_time']}</td>
|
|
|
|
|
<td>{$s['game_name']}</td>
|
|
|
|
|
<td>{$s['sum_money']}</td>
|
|
|
|
|
<td><if condition="$s['increment_ratio']">0<else/>{$s['ratio']}</if></td>
|
|
|
|
|
<td><if condition="$s['ratio']">0<else/>{$s['increment_ratio']}</if></td>
|
|
|
|
|
<td>{$s['fax_ratio']}</td>
|
|
|
|
|
<td>{$s['pay_amount']}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</volist>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>{$data['statement_begin_time']}-{$data['statement_end_time']}</td>
|
|
|
|
|
<td>罚款</td>
|
|
|
|
|
<td>{$data['fine']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>{$data['fine']}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>{$data['statement_begin_time']}-{$data['statement_end_time']}</td>
|
|
|
|
|
<td>奖励</td>
|
|
|
|
|
<td>{$data['reward']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>{$data['reward']}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">
|
|
|
|
|
合计
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
{$data['pay_amount']}
|
|
|
|
|
</td>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
{$data['statement_money']}
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
支付金额(大写):
|
|
|
|
|
</td>
|
|
|
|
|
<td colspan="20">
|
|
|
|
|
{$data['hletter_amount']}
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
备注:
|
|
|
|
|
</td>
|
|
|
|
|
<td colspan="20">
|
|
|
|
|
结算金额=平台总额*(分成比例+补点比例)*(1-税费费率)
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>甲方:</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>乙方:</td>
|
|
|
|
|
<td>{$company_info['partner']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>联系人:</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>联系人:</td>
|
|
|
|
|
<td>{$company_info['link_man']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>联系电话:</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>联系电话:</td>
|
|
|
|
|
<td>{$company_info['link_phone']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>开票项目</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>邮寄地址</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>发票类型</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>请汇入此账号</td>
|
|
|
|
|
<td>{$company_info['ali_account']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="3"></td>
|
|
|
|
|
<td>户名</td>
|
|
|
|
|
<td>{$company_info['link_phone']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="3"></td>
|
|
|
|
|
<td>账号</td>
|
|
|
|
|
<td>{$company_info['bank_account']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="3"></td>
|
|
|
|
|
<td>开户行</td>
|
|
|
|
|
<td>{$company_info['opening_bank']}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</empty>
|
|
|
|
|
</table>
|
|
|
|
|
<elseif condition="$data['company_type'] eq 2"/>
|
|
|
|
|
<table class="table normal_table">
|
|
|
|
|
<tr class="odd">
|
|
|
|
|
<th>下游名称</th>
|
|
|
|
|
<th>会长账号</th>
|
|
|
|
|
<th>下游类型</th>
|
|
|
|
|
<th>市场员</th>
|
|
|
|
|
<th>下游性质</th>
|
|
|
|
|
|
|
|
|
|
<th>产品</th>
|
|
|
|
|
<th>产品类型</th>
|
|
|
|
|
<th>结算时间</th>
|
|
|
|
|
<th>推广流水</th>
|
|
|
|
|
<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/>
|
|
|
|
|
<tr class="<eq name='mod' value='1'>odd</eq>">
|
|
|
|
|
<td rowspan="{$rowspan}">{$data.company_name}</td>
|
|
|
|
|
<td rowspan="{$rowspan}">{$company_info['account']}</td>
|
|
|
|
|
<td rowspan="{$rowspan}">{$company_info['company_relation_str']}</td>
|
|
|
|
|
<td rowspan="{$rowspan}">{$company_info['nickname']}</td>
|
|
|
|
|
<td rowspan="{$rowspan}">{$company_info['company_type_str']}</td>
|
|
|
|
|
|
|
|
|
|
<td>{$statemnt_info[0]['game_name']}</td>
|
|
|
|
|
<td>{$statemnt_info[0]['game_type']}</td>
|
|
|
|
|
<td>{$statemnt_info[0]['statement_begin_time']|default="无"}-{$statemnt_info[0]['statement_end_time']|default="无"}</td>
|
|
|
|
|
|
|
|
|
|
<td>{$statemnt_info[0]['pay_amount']|default="0"}</td>
|
|
|
|
|
<td>{$statemnt_info[0]['ratio']|default="0"}</td>
|
|
|
|
|
<td>{$statemnt_info[0]['increment_ratio']|default="0"}</td>
|
|
|
|
|
<td>{$statemnt_info[0]['reward']|default="0"}</td>
|
|
|
|
|
<td>{$statemnt_info[0]['fine']|default="0"}</td>
|
|
|
|
|
<td>{$statemnt_info[0]['sum_money']|default="0"}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<a href="javascript:;" class="apply" data-id="{$s.id}">查看详情</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<volist name="statemnt_info" id="s" index="key">
|
|
|
|
|
<if condition="$key egt 1">
|
|
|
|
|
<td>{$s['game_name']}</td>
|
|
|
|
|
<td>{$s['game_type']}</td>
|
|
|
|
|
<td>{$s['statement_begin_time']|default="无"}-{$statemnt_info[0]['statement_end_time']|default="无"}</td>
|
|
|
|
|
|
|
|
|
|
<td>{$s['pay_amount']|default="0"}</td>
|
|
|
|
|
<td>{$s['ratio']|default="0"}</td>
|
|
|
|
|
<td>{$s['increment_ratio']|default="0"}</td>
|
|
|
|
|
<td>{$s['reward']|default="0"}</td>
|
|
|
|
|
<td>{$s['fine']|default="0"}</td>
|
|
|
|
|
<td>{$s['sum_money']|default="0"}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<a href="javascript:;" class="apply" data-id="{$s.id}">查看详情</a>
|
|
|
|
|
</td>
|
|
|
|
|
</if>
|
|
|
|
|
</volist>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="50">
|
|
|
|
|
开户名:{$company_info.payee_name|default="无"}  开户行:{$company_info.opening_bank|default="无"}  银行账户:{$company_info.bank_account|default="无"}  账户类型:无
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</empty>
|
|
|
|
|
</table>
|
|
|
|
|
</if>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="pagenation clearfix">
|
|
|
|
|
<!-- <?php if ($loginer['level'] !== 4) :?>-->
|
|
|
|
|
<!-- <a id="sch-btn" href="{:U('download/testresource_data_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 start = $(this).attr('data-start');
|
|
|
|
|
var end = $(this).attr('data-end');
|
|
|
|
|
|
|
|
|
|
var url = "{:U('withdrawOrderDetail','','')}" + '/relation_game_id/' + id + "/start/" + start + "/end/" + end;
|
|
|
|
|
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) {
|
|
|
|
|
if (result.status == 0) {
|
|
|
|
|
layer.msg(result.msg);
|
|
|
|
|
} else {
|
|
|
|
|
layer.msg('提现成功~');
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
location.reload();
|
|
|
|
|
}, 1000);
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
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>
|