diff --git a/resources/views/admin/statistics/income.blade.php b/resources/views/admin/statistics/income.blade.php index 37f7646..e8979e7 100755 --- a/resources/views/admin/statistics/income.blade.php +++ b/resources/views/admin/statistics/income.blade.php @@ -28,7 +28,7 @@ - +
@@ -44,42 +44,44 @@ @foreach ($area as $row) - - - - - + + + + + @endforeach - - - - - + + + + + - + - - + + - - - - - + + + + +
病区
{{ $row->name }}{{ $row->order_total }}{{ $row->shouxufei }}{{ $row->zengshishui }}{{ $row->shijishouru }}{{ $row->guanlifei }}{{ empty($row->order_total)?'':$row->order_total }}{{ empty($row->shouxufei)?'':$row->shouxufei }}{{ empty($row->zengshishui)?'':$row->zengshishui }}{{ empty($row->shijishouru)?'':$row->shijishouru }}{{ empty($row->guanlifei)?'':$row->guanlifei }}
合计{{ $total['order_total'] }}{{ $total['shouxufei'] }}{{ $total['zengshishui'] }}{{ $total['shijishouru'] }}{{ $total['guanlifei'] }}{{ empty($total['order_total'])?'':$total['order_total'] }}{{ empty($total['shouxufei'])?'':$total['shouxufei'] }}{{ empty($total['zengshishui'])?'':$total['zengshishui'] }}{{ empty($total['shijishouru'])?'':$total['shijishouru'] }}{{ empty($total['guanlifei'])?'':$total['guanlifei'] }}
退款{{ $refund['order_total'] }}{{ empty($refund['order_total'])?'':$refund['order_total'] }} {{ $refund['shijishouru'] }}{{ $refund['guanlifei'] }}{{ empty($refund['shijishouru'])?'':$refund['shijishouru'] }}{{ empty($refund['guanlifei'] )?'':$refund['guanlifei'] }}
总计{{ $zongji['order_total'] }}{{ $zongji['shouxufei'] }}{{ $zongji['zengshishui'] }}{{ $zongji['shijishouru'] }}{{ $zongji['guanlifei'] }}{{ empty($zongji['order_total'])?'':$zongji['order_total'] }}{{ empty($zongji['shouxufei'])?'':$zongji['shouxufei'] }}{{ empty($zongji['zengshishui'])?'':$zongji['zengshishui'] }}{{ empty($zongji['shijishouru'])?'':$zongji['shijishouru'] }}{{ empty($zongji['guanlifei'])?'':$zongji['guanlifei'] }}
- -
+ +
江苏天天欣业物业服务有限公司
@@ -100,6 +102,7 @@ url += "&" + params; window.open(url); } + function dayin(ele) { var url = "{{ url("admin/statistics/income") }}"; url += "?is_export=1";