<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">{$_REQUEST['game_name']}测试统计</h3> <p class="description_text"></p> </div> <div class="cf top_nav_list"> <!-- 高级搜索 --> <div class="jssearch fl cf search_list"> <!--游戏类型搜索END--> <div class="input-list"> <a class="sch-btn" href="javascript:history.go(-1)" style="background:#fff;color: #000;border: #000 solid 1px;width: 100px">返回</a> </div> <input type="hidden" name="count_date" value="{$_GET['count_date']}"/> <input type="hidden" name="game_id" value="{$_GET['game_id']}"/> <input type="hidden" name="game_name" value="{$_GET['game_name']}"/> <input type="hidden" name="model" value="{$_GET['model']}"/> <div class="input-list"> <input type="text" name="pay_order_number" placeholder="请输入支付订单号" class="" value="{:I('pay_order_number')}" style="width: 180px"/> </div> <if condition="$_GET['model'] eq 'spend'"> <div class="input-list"> <input type="text" name="order_number" placeholder="请输入CP订单号" class="" value="{:I('order_number')}" style="width: 180px"/> </div> </if> <if condition="$_GET['model'] neq 'coin_pay_order' and $_GET['model'] neq 'deposit'"> <div class="input-list"> <input type="text" name="user_account" placeholder="请输入玩家账号" class="" value="{:I('user_account')}" style="width: 180px"/> </div></if> <!-- <div class="input-list">--> <!-- <input type="text" name="user_nickname" placeholder="请输入角色名称" class="" value="{:I('user_nickname')}" style="width: 180px"/> --> <!-- </div>--> <div class="input-list"> <input type="text" readonly id="time-start" name="timestart" class="" value="{$startDate}" placeholder="开始时间" autocomplete="off"/> - <div class="input-append date" id="datetimepicker" style="display:inline-block"> <input type="text" readonly id="time-end" name="timeend" class="" value="{$endDate}" placeholder="结束时间" autocomplete="off"/> <span class="add-on"><i class="icon-th"></i></span> </div> </div> <div class="input-list input-list-server search_label_rehab"> <select id="pay_way" name="pay_way" class="select_gallery" style="width:120px;"> <option value="">请选择支付渠道</option> <option value="1">支付宝</option> <option value="2">微信(扫码)</option> <option value="3">微信app</option> <option value="4">威富通</option> <option value="5">聚宝云</option> <option value="6">竣付通</option> <option value="7">金猪</option> <option value="9">双乾支付-支付宝</option> <option value="10">双乾支付-银联</option> <option value="15">双乾支付-快捷</option> <option value="0">平台币</option> <option value="-1">绑币</option> </select> </div> <div class="input-list"> <a class="sch-btn" href="javascript:;" id="search" url="{:U('PayChannel/testDetail','model='.$model['name'].'&row='.I('row'),false)}" style="">搜索</a> <if condition="$_GET['all'] neq 1"> <a class="sch-btn" href="{:U('PayChannel/export_testDetail', array_merge(array('xlsname'=>'测试游戏订单查看导出'),I('get.')))}">导出</a> </if> </div> </div> </div> <!-- 数据列表 --> <div class="data_list"> <div class=""> <table> <!-- 表头 --> <thead> <tr> <th >支付订单号</th> <if condition="$_GET['model'] neq 'game_supersign'"><th>cp订单号</th></if> <th >测试账号</th> <th >充值时间</th> <if condition="$_GET['model'] neq 'deposit'"><th >游戏名称</th></if> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><th >游戏区服</th></if> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><th >角色名称</th></if> <th >订单金额</th> <th >实付金额</th> <th >充值方式</th> <th >支付渠道</th> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><th >游戏通知状态</th></if> </tr> </thead> <!-- 列表 --> <tbody> <style> .data-table thead th, .data-table tbody td{text-align:center} .data-table tbody td{border-right:1px solid #DDDDDD;} .d_list .drop-down ul {z-index:999;} </style> <if condition = "empty($data)"> <tr> <td colspan="14" class="text-center">aOh! 暂时还没有内容!</td> </tr> </if> <notemtpy name = "data"> <volist name="data" id="data"> <tr> <td >{$data.pay_order_number}</td> <if condition="$_GET['model'] neq 'game_supersign'"><td >{$data.order_number}</td></if> <td >{$data.user_account}</td> <td >{$data.pay_time}</td> <if condition="$_GET['model'] neq 'deposit'"><td >{$data.game_name}</td></if> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><td >{$data.server_name}</td></if> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><td >{$data.game_player_name}</td></if> <td >{$data.cost}</td> <td >{$data.pay_amount}</td> <td >{$data.pay_type}</td> <td >{$data.pay_way}</td> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><td >{$data.pay_game_status}</td></if> </tr> </volist> <tr> <td >总计</td> <if condition="$_GET['model'] neq 'game_supersign'"><td >------</td></if> <td >------</td> <td >------</td> <if condition="$_GET['model'] neq 'deposit'"><td >------</td></if> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><td >------</td></if> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><td >------</td></if> <td >{$sumAllData.cost}</td> <td >{$sumAllData.pay_amount}</td> <td >------</td> <td >------</td> <if condition="$_GET['model'] neq 'deposit' and $_GET['model'] neq 'game_supersign'"><td >------</td></if> </tr> <tr> <td><span>充值方式合计</span></td> <td colspan="25"> <volist name="payTypeData" id="payTypeData" key="index"> <if condition="$key neq '其他支付金额'"> {$key}:{$payTypeData}          </if> </volist> </td> </tr> <tr> <td><span>支付渠道</span></td> <td colspan="25"> <volist name="sumData" id="sumData"> {$sumData.pay_way}:{$sumData.pay_amount}          </volist> </td> </tr> </notemtpy> </tbody> </table> </div> </div> <div class="page"> {$_page|default=''} </div> </block> <block name="script"> <script src="__STATIC__/layer/layer.js" type="text/javascript"></script> <script type="text/javascript" src="__STATIC__/layer/extend/layer.ext.js" ></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 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('PayChannel/index')}'); $(function(){ $('.page a').click(function () { var href = $(this).attr('href'); $(this).removeAttr('href'); window.location.replace(href) console.log(href) }); $('#time-start').datetimepicker({ format: 'yyyy-mm-dd', language: "zh-CN", showMeridian:true, pickDate:true, minView: 2, autoclose: true, pickTime:true, todayBtn:true, }).on('change',function(ev){ var val = new Date($.trim($(this).val())).getTime(); var end = new Date($.trim($('#time-end').val())).getTime(); if (val>end) { layer.msg('开始时间大于结束时间!');$(this).val(''); } return false; }); $("#time-end").datetimepicker({ format:"yyyy-mm-dd", language: "zh-CN", showMeridian:true, minView:2, autoclose:true, todayBtn:true, }).on('change',function(ev){ var val = new Date($.trim($(this).val())).getTime(); var start = new Date($.trim($('#time-start').val())).getTime(); if (val<start) { layer.msg('开始时间大于结束时间!');$(this).val(''); } return false; }); //搜索功能 $("#search").click(function(){ var starttime = $.trim($('#time-start').val()); var endtime = $.trim($('#time-end').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.replace(url); }); //回车自动提交 $('.jssearch').find('input').keyup(function(event){ if(event.keyCode===13){ $("#search").click(); } }); $(".ljcz").click(function(){ var id = $(this).attr('data-value'); var game_name = "{:I('game_name')}"; var server_name = "{:I('server_id')}"; layer.open({ type: 2, title: '游戏消费记录', shadeClose: true, shade: 0.8, area: ['70%', '80%'], content: 'admin.php?s=/Platform/chongzhi_detail/promote_id/'+id+'/game_name/'+game_name+'/server_name/'+server_name+''//iframe的url }); }); $("#game_id").change(function(){ $.ajax({ url:"{:U('Ajax/getSpendServer')}", 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(); } }) }); var game_id = "{:I('game_name')}"; var game_server = "{:I('server_id')}"; if(game_id){ $.ajax({ url:"{:U('Ajax/getSpendServer')}", type:"post", data:{game_id:game_id,type:2}, dataType:'json', success:function(data){ str = "<option value=''>请选择区服</option>"; for (var i in data){ str += "<option value='"+data[i].server_name+"' "+(game_server && data[i].server_name == game_server?'selected':'')+">"+data[i].server_name+"</option>" } $("#server_id").empty(); $("#server_id").append(str); $("#server_id").select2(); } }) } }) </script> </block>