master
cody 2 years ago
parent 56d7477a47
commit cb59910baf

@ -28,7 +28,7 @@
</form>
</div>
<table class="table table-bordered mb-0 table-datatable" >
<table class="table table-bordered mb-0 table-datatable">
<thead>
<tr>
<th class="p-1" style="white-space: nowrap">病区</th>
@ -44,42 +44,44 @@
@foreach ($area as $row)
<tr>
<td>{{ $row->name }}</td>
<td>{{ $row->order_total }}</td>
<td>{{ $row->shouxufei }}</td>
<td>{{ $row->zengshishui }}</td>
<td>{{ $row->shijishouru }}</td>
<td>{{ $row->guanlifei }}</td>
<td>{{ empty($row->order_total)?'':$row->order_total }}</td>
<td>{{ empty($row->shouxufei)?'':$row->shouxufei }}</td>
<td>{{ empty($row->zengshishui)?'':$row->zengshishui }}</td>
<td>{{ empty($row->shijishouru)?'':$row->shijishouru }}</td>
<td>{{ empty($row->guanlifei)?'':$row->guanlifei }}</td>
</tr>
@endforeach
<tr>
<td>合计</td>
<td>{{ $total['order_total'] }}</td>
<td>{{ $total['shouxufei'] }}</td>
<td>{{ $total['zengshishui'] }}</td>
<td>{{ $total['shijishouru'] }}</td>
<td>{{ $total['guanlifei'] }}</td>
<td>{{ empty($total['order_total'])?'':$total['order_total'] }}</td>
<td>{{ empty($total['shouxufei'])?'':$total['shouxufei'] }}</td>
<td>{{ empty($total['zengshishui'])?'':$total['zengshishui'] }}</td>
<td>{{ empty($total['shijishouru'])?'':$total['shijishouru'] }}</td>
<td>{{ empty($total['guanlifei'])?'':$total['guanlifei'] }}</td>
</tr>
<tr>
<td>退款</td>
<td>{{ $refund['order_total'] }}</td>
<td>{{ empty($refund['order_total'])?'':$refund['order_total'] }}</td>
<td></td>
<td></td>
<td>{{ $refund['shijishouru'] }}</td>
<td>{{ $refund['guanlifei'] }}</td>
<td>{{ empty($refund['shijishouru'])?'':$refund['shijishouru'] }}</td>
<td>{{ empty($refund['guanlifei'] )?'':$refund['guanlifei'] }}</td>
</tr>
<tr>
<td>总计</td>
<td>{{ $zongji['order_total'] }}</td>
<td>{{ $zongji['shouxufei'] }}</td>
<td>{{ $zongji['zengshishui'] }}</td>
<td>{{ $zongji['shijishouru'] }}</td>
<td>{{ $zongji['guanlifei'] }}</td>
<td>{{ empty($zongji['order_total'])?'':$zongji['order_total'] }}</td>
<td>{{ empty($zongji['shouxufei'])?'':$zongji['shouxufei'] }}</td>
<td>{{ empty($zongji['zengshishui'])?'':$zongji['zengshishui'] }}</td>
<td>{{ empty($zongji['shijishouru'])?'':$zongji['shijishouru'] }}</td>
<td>{{ empty($zongji['guanlifei'])?'':$zongji['guanlifei'] }}</td>
</tr>
</tbody>
</table>
<img src="/images/yz.png" alt="" style="filter: saturate(1);position: absolute;right: 20px; bottom: 20px; width: 154px;">
<div style="text-align: right;line-height: 2;margin-top: 20px;font-weight: 600;position: relative;z-index: 3;">
<img src="/images/yz.png" alt=""
style="filter: saturate(1);position: absolute;right: 20px; bottom: 20px; width: 154px;">
<div
style="text-align: right;line-height: 2;margin-top: 20px;font-weight: 600;position: relative;z-index: 3;">
<div>
江苏天天欣业物业服务有限公司
</div>
@ -100,6 +102,7 @@
url += "&" + params;
window.open(url);
}
function dayin(ele) {
var url = "{{ url("admin/statistics/income") }}";
url += "?is_export=1";

Loading…
Cancel
Save