@if(Auth::user()->role->code != 'c001') @include('report/select') @endif
@foreach($list[$nowYear] as $k => $v) @if(empty($list[$lastYear][$k])) @endif @endforeach
序号 客户编码 客户名称 客户类型 发货金额
{{$i}} {{$customer['customer_code']}} {{$customer['customer_name']}} {{$customer_type[$customer['grade_id']]['name']}} @number($money_sum, 2)
合计 @number($total_sum_money, 2)