@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
记录ID | 客户编码 | 奖品名称 | 所属活动 | 状态 | 收货信息 | 中奖时间 | 修改时间 | 操作 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['id']}} | {{$a['custom_code']}} | {{$a['reward_name']}} | @foreach ($lotteryList as $value) @if( $a['lottery_id'] == $value['id'] ) {{$value['name']}} @endif @endforeach | {{$a['state']}} | {{$a['contact_name']}} {{$a['contact_phone']}} {{$a['contact_province']}} {{$a['contact_city']}} {{$a['contact_area']}} {{$a['contact_addr']}} {{$a['contact_shop']}} | {{date('Y/m/d H:i:s',$a['insert_time'])}} | {{date('Y/m/d H:i:s',$a['update_time'])}} | @if(check_auth('admin/lottery_order_record/set_status')) @if( $a['status'] != 8 ) 完成 @else @endif @endif | |||||||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个商店 |