|
|
|
@ -45,7 +45,7 @@
|
|
|
|
{{-- </select>--}}
|
|
|
|
{{-- </select>--}}
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h5>收款明细</h5>
|
|
|
|
<h5>收款明细(合计:{{$recharges_sum}})</h5>
|
|
|
|
<table class="table table-bordered mb-0 table-datatable">
|
|
|
|
<table class="table table-bordered mb-0 table-datatable">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
@ -82,10 +82,6 @@
|
|
|
|
<td class="p-1">{{ $item->refunds_count ? $item->refunds_count : "" }}</td>
|
|
|
|
<td class="p-1">{{ $item->refunds_count ? $item->refunds_count : "" }}</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
@endforeach
|
|
|
|
@endforeach
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td>合计</td>
|
|
|
|
|
|
|
|
<td>{{$recharges_sum}}</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
<h5>退款明细</h5>
|
|
|
|
<h5>退款明细</h5>
|
|
|
|
|