<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"> <link href="__STATIC__/icons_alibaba/iconfont.css?v=1.2" rel="stylesheet"> </block> <block name="body"> <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; } } .selected-color { color: #2bd8ed; } .pointer-hand { cursor: pointer; } .icon-spend { position: relative; font-size: 1.2rem; top: 3px; float: right; right: 10px; } .th-hide { display: none; } .form-group { float: left; margin-bottom: 10px; } .form-group label { line-height: 34px; height: 34px; } .form-group .txt { width: 180px; height: 34px; } </style> <div class="page-search normal_list query-recharge-search jssearch"> <div class="trunk-title"> <div class="location"> <div class="location-container">当前位置: <volist name="modelList" id="vo" key="k"> <?php if ($k == count($modelList)) { echo "<span>$vo</span>"; } else { echo "<span>$vo></span>"; }?> </volist> </div> </div> <img src="__IMG__/20180207/icon_chongzhi.png"> <span class="title_main">{$meta_title}</span> </div> <div class="trunk-content article"> <div class="trunk-search clearfix"> <div class="tab normal_tab"> </div> <!-- <form action="{:U('Finance/settlementDtl')}" method="get" enctype="multipart/form-data" class="normal_form"> --> <div class="form-group normal_space" style="margin-left: 0;"> <select id="game_id" name="game_id" class="reselect select_gallery" style="min-width:200px;width: 175px;"> <option value="" title="请选择游戏">请选择游戏</option> <volist name=":getPromoteSearchGame()" id="vo"> <option value="{$vo.id}" title="{$vo.game_name}" <if condition="I('game_id') eq $vo['id']">selected</if> >{$vo.game_name} </option> </volist> </select> </div> <div class="form-group normal_space"> <input type="text" name="pay_order_number" class="txt normal_txt" placeholder="游戏订单号" value="{:I('pay_order_number','')}"> </div> <div class="form-group normal_space"> <select id="status" name="status" class="reselect select_gallery" style="min-width:200px;width: 175px;"> <option value="" title="请选择状态">请选择状态</option> <option value="-99" title="未提现" <if condition="I('status') eq -99">selected</if> >未提现 </option> <?php foreach (promoteWithdrawStatus() as $key => $value) :?> <option value="{$key}" title="{$value}" <if condition="$key eq I('get.status') and isset($_GET['status'])"> selected </if> >{$value}</option> <?php endforeach;?> </select> </div> <div class="form-group normal_space"> <label class="form-title select-title" style="position: relative;">充值时间:</label> <div class="select-time"> <input type="text" readonly id="sdate" class="txt" name="begtime" placeholder="开始时间" value="{$initBegTime}"> </div> <label class="form-title select-title zhi_color"> — </label> <div class="select-time"> <input type="text" readonly id="edate" class="txt" name="endtime" placeholder="结束时间" value="{$initEndTime}"> </div> </div> <div class="form-group normal_space"> <input type="submit" class="submit" id='submit' url="{:U('Finance/settlementDtl','model='.$model['name'],false)}" value="查询"> </div> <!-- </form> --> </div> <div class="page-list apply-app_apply-list query-recharge-list"> <div class="trunk-content article" style="margin-left: 0;margin-right: 0;"> <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> <th>内充</th> <th>分成比例(直充|内充)</th> <th>收益</th> <th>充值时间</th> <th>订单状态</th> </tr> <empty name="listData"> <tr class="num2"> <td colspan="99" 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="listData" id="vo"> <tr class="num2"> <td>{$vo.pay_order_number}</td> <td>{$vo.game_name}</td> <td>{$vo.user_account}</td> <td>{$vo.promote_account}</td> <td>{$vo.pay_amount}</td> <if condition="$vo.pay_way eq -1"> <td>0</td> <td>{$vo.pay_amount}</td> <else/> <td>{$vo.pay_amount}</td> <td>0</td> </if> <td>{$vo.selle_ratio}%|{$vo.selle_ratio}%</td> <td>{$vo.income}</td> <td>{$vo.pay_time}</td> <td>{$vo.selle_status}</td> </tr> </volist> </empty> </table> </div> <div class="pagenation clearfix"> <?php if ($loginer['level'] !== 4) :?> <a id="sch-btn" data-href="{:U('download/settlementDtl_data_export',array_merge(['xlsname'=>'ceshi'],I('get.')))}" class="ajax-get">导出</a> <?php endif ;?> {$_page} </div> </div> </div> </div> </div> </block> <block name="script"> <link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css"> <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 type="text/javascript" src="__JS__/20170831/select2.min.js"></script> <script src="__STATIC__/layer/layer.js"></script> <script type="text/javascript" src="__JS__/common.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(); }); var date = "{$setdate}"; $('#sdate').datetimepicker({ format: 'yyyy-mm-dd', language: "zh-CN", minView: 2, autoclose: true, scrollMonth: false, scrollTime: false, scrollInput: false, endDate: date }); $('#edate').datetimepicker({ format: 'yyyy-mm-dd', language: "zh-CN", minView: 2, autoclose: true, pickerPosition: 'bottom-left', scrollMonth: false, scrollTime: false, scrollInput: false, endDate: date }); $('#submit').click(function () { var sdate = Date.parse($('#sdate').val()) / 1000; var edate = Date.parse($('#edate').val()) / 1000; if (sdate > edate) { layer.msg('开始时间必须小于等于结束时间', {icon: 5}); return false; } if ((edate - sdate) > 2592000) { layer.msg('时间间隔不能超过31天,请重新选择日期', {icon: 5}); return false; } var url = $(this).attr('url'); console.log(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; }); $(".select_gallery").select2(); }); </script> </block>