|
|
|
@ -152,22 +152,25 @@
|
|
|
|
|
<th>结算开始时间</th>
|
|
|
|
|
<th>结算截止时间</th>
|
|
|
|
|
<th>提现时间</th>
|
|
|
|
|
<th>详情</th>
|
|
|
|
|
<th>提现状态</th>
|
|
|
|
|
<th>说明</th>
|
|
|
|
|
<th>操作</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<!-- 列表 -->
|
|
|
|
|
<tbody>
|
|
|
|
|
<volist name="list_data" id="data">
|
|
|
|
|
<volist name="records" id="record">
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td>{$data.settlement_number}</td>
|
|
|
|
|
<td>{$data.total_money}</td>
|
|
|
|
|
<td>{$data.create_time|date='Y-m-d',###}</td>
|
|
|
|
|
<td>{$data.create_time|date='Y-m-d',###}</td>
|
|
|
|
|
<td>{$data.create_time|date='Y-m-d',###}</td>
|
|
|
|
|
<td>{$data.create_time|date='Y-m-d',###}</td>
|
|
|
|
|
<td>{$data.create_time|date='Y-m-d',###}</td>
|
|
|
|
|
<td>{$record.promote_account}</td>
|
|
|
|
|
<td>{$record.widthdraw_number}</td>
|
|
|
|
|
<td>{$record.sum_money}</td>
|
|
|
|
|
<td>{$record.settlement_begin_time}</td>
|
|
|
|
|
<td>{$record.settlement_end_time}</td>
|
|
|
|
|
<td>{$record.create_time}</td>
|
|
|
|
|
<td>{$record.status_text}</td>
|
|
|
|
|
<td>{$record.respond}</td>
|
|
|
|
|
<td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</volist>
|
|
|
|
|
<tr class="data_summary">
|
|
|
|
|