177 lines
9.3 KiB
HTML
Executable File
177 lines
9.3 KiB
HTML
Executable File
{{include file="public/header" /}}
|
|
|
|
<!-- header top nav -->
|
|
{{include file="public/header_top_nav" /}}
|
|
|
|
<!-- search -->
|
|
{{include file="public/nav_search" /}}
|
|
|
|
<!-- header nav -->
|
|
{{include file="public/header_nav" /}}
|
|
|
|
<!-- goods category -->
|
|
{{include file="public/goods_category" /}}
|
|
|
|
<!-- content -->
|
|
<div class="am-container user-main">
|
|
|
|
<!-- user menu start -->
|
|
{{include file="public/user_menu" /}}
|
|
<!-- user menu end -->
|
|
|
|
<!-- content start -->
|
|
<div class="user-content">
|
|
<div class="user-content-body">
|
|
<!-- user menu start -->
|
|
{{include file="../../../plugins/view/wallet/index/public/nav" /}}
|
|
<!-- user menu end -->
|
|
|
|
<!-- form start -->
|
|
<form class="am-form form-validation form-search" method="post" action="{{:PluginsHomeUrl('wallet', 'cash', 'index')}}" request-type="form">
|
|
<div class="thin">
|
|
<div class="am-input-group am-input-group-sm am-fl so">
|
|
<input type="text" autocomplete="off" name="keywords" class="am-radius" placeholder="申请单号" value="{{if !empty($params.keywords)}}{{$params.keywords}}{{/if}}" />
|
|
<span class="am-input-group-btn">
|
|
<button class="am-btn am-btn-default am-radius" type="submit" data-am-loading="{spinner:'circle-o-notch', loadingText:'搜索中...'}">搜索</button>
|
|
</span>
|
|
</div>
|
|
<label class="am-fl thin_sub more-submit">
|
|
更多筛选条件
|
|
{{if isset($params['is_more']) and $params['is_more'] eq 1}}
|
|
<input type="checkbox" name="is_more" value="1" id="is_more" checked />
|
|
<i class="am-icon-angle-up"></i>
|
|
{{else /}}
|
|
<input type="checkbox" name="is_more" value="1" id="is_more" />
|
|
<i class="am-icon-angle-down"></i>
|
|
{{/if}}
|
|
</label>
|
|
</div>
|
|
<table class="so-list more-where {{if !isset($params['is_more'])}}none{{/if}}">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<span>状态:</span>
|
|
<select name="status" class="chosen-select" data-placeholder="提现状态...">
|
|
<option value="-1">提现状态...</option>
|
|
{{if !empty($cash_status_list)}}
|
|
{{foreach $cash_status_list as $v}}
|
|
<option value="{{$v.value}}" {{if isset($params['status']) and $params['status'] eq $v['value']}}selected{{/if}}>{{$v.name}}</option>
|
|
{{/foreach}}
|
|
{{/if}}
|
|
</select>
|
|
</td>
|
|
<td>
|
|
<button type="submit" class="am-btn am-btn-primary am-radius am-btn-xs btn-loading-example" data-am-loading="{spinner:'circle-o-notch', loadingText:'搜索中...'}">搜索</button>
|
|
<a href="{{:PluginsHomeUrl('wallet', 'cash', 'index')}}" class="am-btn am-btn-warning am-radius am-btn-sm reset-submit">清除条件</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
<!-- form end -->
|
|
|
|
<!-- 列表 -->
|
|
<div class="data-list">
|
|
<table class="am-table am-table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th class="am-hide-sm-only">提现信息</th>
|
|
<th>收款信息</th>
|
|
<th>打款信息</th>
|
|
<th class="am-hide-md-down">备注</th>
|
|
<th class="am-hide-md-down">申请时间</th>
|
|
<th>更多</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{{if !empty($data_list)}}
|
|
{{foreach $data_list as $v}}
|
|
<tr>
|
|
<td class="am-hide-sm-only">
|
|
单号:{{$v.cash_no}}<br />
|
|
金额:<span class="money-bold cash-money">{{$v.money}}</span> 元
|
|
</td>
|
|
<td>
|
|
银行:{{$v.bank_name}}<br />
|
|
账号:{{$v.bank_accounts}}<br />
|
|
姓名:{{$v.bank_username}}
|
|
</td>
|
|
<td>
|
|
{{$v.status_text}}<br />
|
|
{{if $v['pay_money'] gt 0}}
|
|
金额:<span class="money-bold money">{{$v.pay_money}}</span> 元<br />
|
|
{{/if}}
|
|
{{if !empty($v['pay_time_text'])}}
|
|
时间:{{$v.pay_time_text}}
|
|
{{/if}}
|
|
</td>
|
|
<td class="am-hide-md-down operation-msg">{{$v.msg}}</td>
|
|
<td class="am-hide-md-down">{{$v.add_time_text}}</td>
|
|
<td>
|
|
<span class="am-icon-caret-down c-p" data-am-modal="{target: '#my-popup{{$v.id}}'}"> 查看更多</span>
|
|
<div class="am-popup am-radius" id="my-popup{{$v.id}}">
|
|
<div class="am-popup-inner">
|
|
<div class="am-popup-hd">
|
|
<h4 class="am-popup-title">详情内容</h4>
|
|
<span data-am-modal-close
|
|
class="am-close">×</span>
|
|
</div>
|
|
<div class="am-popup-bd">
|
|
<dl class="dl-content">
|
|
<dt>提现信息</dt>
|
|
<dd>
|
|
单号:{{$v.cash_no}}<br />
|
|
金额:<span class="money-bold cash-money">{{$v.money}}</span> 元
|
|
</dd>
|
|
|
|
<dt>收款信息</dt>
|
|
<dd>
|
|
银行:{{$v.bank_name}}<br />
|
|
账号:{{$v.bank_accounts}}<br />
|
|
姓名:{{$v.bank_username}}
|
|
</dd>
|
|
|
|
<dt>打款信息</dt>
|
|
<dd>
|
|
{{$v.status_text}}<br />
|
|
{{if $v['pay_money'] gt 0}}
|
|
金额:<span class="money-bold money">{{$v.pay_money}}</span> 元<br />
|
|
{{/if}}
|
|
{{if !empty($v['pay_time_text'])}}
|
|
时间:{{$v.pay_time_text}}
|
|
{{/if}}
|
|
</dd>
|
|
|
|
<dt>备注</dt>
|
|
<dd>{{$v.msg}}</dd>
|
|
|
|
<dt>申请时间</dt>
|
|
<dd>{{$v.add_time_text}}</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
{{/foreach}}
|
|
{{/if}}
|
|
</tbody>
|
|
</table>
|
|
|
|
{{if empty($data_list)}}
|
|
<div class="table-no"><i class="am-icon-warning"></i> 没有相关数据</div>
|
|
{{/if}}
|
|
</div>
|
|
|
|
<!-- 分页 -->
|
|
{{if !empty($data_list)}}
|
|
{{$page_html|raw}}
|
|
{{/if}}
|
|
</div>
|
|
</div>
|
|
<!-- content end -->
|
|
</div>
|
|
|
|
<!-- footer start -->
|
|
{{include file="public/footer" /}}
|
|
<!-- footer end --> |