@extends('admin/master') @section('content')
@if($search_admin == 1) @endif
搜索
@if($self_role !='销售' ) @endif @if($self_role =='销售' )@endif @if($result) @foreach($result as $a) @if($self_role =='销售' || ($self_role =='管理员' && $a['status']>0) ) @else @endif @if($self_role !='销售' ) @if($self_role =='管理员' && $a['status']>0) @else @endif @endif @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0) @else @endif @if($self_role =='销售' ) @endif @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0) @else @endif @endforeach @endif
订单编号 买家名称 收货人 收货人手机号 收货地址 商品信息 预发货时间 物流单号成本发货仓库 付款金额 下单时间 加粉时间 是否复购 是否退补单 应该退补差价 退补备注 所属销售 订单状态驳回原因是否退款 买家备注 卖家备注 发货备注 操作
{{$a['id']}} {{$a['customerName']}} {{$a['receiverName']}} {{$a['receiverMobile']}} {{$a['receiverState']}}{{$a['receiverCity']}}{{$a['receiverDistrict']}}{{$a['receiverStreet']}}{{$a['receiverAddress']}} {{$a['goods_note']}} {{$a['delivery_date']}}{{$a['logistics_id']}}

{{$a['logistics_id']}}

{{$a['cost']}}

{{$a['cost']}}

@if($a['warehouse']==1) A仓库 @elseif($a['warehouse']==2) B仓库 @else @endif {{$a['receivedAmount']}} {{$a['createTime']}} {{$a['fanTime']}} @if($a['is_fugou']==1) 是 @else 否 @endif @if($a['is_refund']==1) 是 @else 否 @endif {{$a['refund_price']}}{{$a['refund_note']}}

{{$a['refund_note']}}

{{$a['admin_name']}} {{$a['status_name']}}@if($a['status'] == 0) {{$a['refuse_reason']}} @endif@if($a['order_status']==2) 退款 @else 正常
设为退款 @endif
{{$a['buyerMemo']}} {{$a['sellerMemo']}} {{$a['send_note']}}

{{$a['buyerMemo']}}

{{$a['sellerMemo']}}

{{$a['send_note']}}

@if($a['enable_status']) @foreach($a['enable_status'] as $item) @if($item['status'] == 0) 审核驳回 @else {{$item['name']}} @endif @endforeach @endif @if(($self_role =='销售' || $self_role =='管理员') && $a['status']>0) @else 编辑 删除 @endif
@endsection