@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
订单编号 | 下单用户 | 产品 | 订单总价 | 成交总价 | 收货人 | 联系方式 | 区域 | 学校 | 年级 | 班级 | 订单状态 | 下单时间 | 操作 | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['is_rebate']?'【赠品】':''}}{{$a['order_code']}} | {{$a['custom_name']}} | @foreach($a['product'] as $product)
{{$product['product_name'].'*'.$product['buy_num']}} @endforeach |
¥{{$a['price_total']}} | ¥{{$a['pay_total']}} | {{$a['contact_name']}} | {{$a['contact_phone']}} | {{$a['contact_area']}} | {{$a['contact_school']}} | {{$a['contact_grade']}} | {{$a['contact_class']}} | {{$a['state']}} | {{date('Y-m-d H:i:s',$a['insert_time'])}} | @if( check_auth('admin/orders/detail') ) @if( $a['status']==9 ) 审核 @else 查看 @endif @endif @if( $a['status'] == 1 && check_auth('admin/orders/set_status') ) 取消 @endif @if( $a['status'] == 2 && check_auth('admin/orders/refund') ) 退款 @endif | ||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个订单 |