master
cody 2 years ago
parent c9ba773e24
commit 692c200a87

@ -37,7 +37,7 @@
</form>
</div>
<h5>客户余额表</h5>
<table class="table table-bordered mb-0 table-datatable">
<table class="table table-bordered mb-0 @if(\App\Models\CommonModel::checkExport())table-datatable @endif">
<thead>
<tr>
<th class="p-1" style="white-space: nowrap">序号</th>

@ -85,7 +85,7 @@
</tbody>
</table>
<h5>退款明细(合计:{{$refunds_sum}})</h5>
<table class="table table-bordered mb-0 table-datatable">
<table class="table table-bordered mb-0 @if(\App\Models\CommonModel::checkExport())table-datatable @endif">
<thead>
<tr>
<th class="p-1" style="white-space: nowrap">序号</th>

@ -35,7 +35,7 @@
</select>
</form>
</div>
<table class="table table-bordered mb-0 table-datatable">
<table class="table table-bordered mb-0 @if(\App\Models\CommonModel::checkExport())table-datatable @endif">
<thead>
<tr>
<th class="p-1" style="white-space: nowrap">序号</th>
@ -74,7 +74,7 @@
</table>
<h5>明细</h5>
<table class="table table-bordered mb-0 table-datatable">
<table class="table table-bordered mb-0 @if(\App\Models\CommonModel::checkExport())table-datatable @endif">
<thead>
<tr>
<th class="p-1" style="white-space: nowrap">序号</th>

Loading…
Cancel
Save