@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
优惠券编码 | 优惠券名称 | 店铺名称 | 客户编码 | 客户名称 | 商品范围 | 优惠券类型 | 优惠券状态 | 领取时间 | 有效期限 | 使用时间 | 操作人员 | 操作 | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$a['coupon_code']}} | {{$a['coupon_name']}} | {{$a['custom_code']}} | {{$a['custom_name']}} | @if ( $a['type_id'] == 1 ) 指定商品 @else 全部商品 @endif | @if ($a['rebate_type'] == 1) 满减券 @endif @if ($a['rebate_type'] == 2) 折扣券 @endif @if ($a['rebate_type'] == 3) 赠品券 @endif | @if ($a['status'] == 0) 正常 @endif @if ($a['status'] == 1) 已用 @endif @if ($a['status'] == 2) 暂停 @endif @if ($a['status'] == 3) 过期 @endif @if ($a['status'] == 4) 作废 @endif | {{date('Y/m/d H:i:s',$a['insert_time'])}} | {{date('Y/m/d H:i:s',$a['exp_time'])}} | @if ($a['status'] == 1) {{date('Y/m/d H:i:s',$a['update_time'])}} @endif | {{$a['admin_name']}} | @if( check_auth('admin/custom_coupon/set_status') ) @if ( $a['status'] == 4 ) 恢复 @endif @if ( $a['status'] == 0 ) 作废 @endif @endif | ||||||||
{{$list->render()}} | |||||||||||||||||||
总计 {{$list->total()}} 个记录 |