@extends('admin/master') @section('content') @if(count($errors) > 0)
@foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
    @endif
    @if($order)
    @if($self_role !='分销销售' && $self_role != '分销管理员' ) @if( $order['status']>1 && $self_role !='超级管理员')
    @else
    @endif @endif
    @if($self_role !='分销销售' && $self_role != '分销管理员' )
    @endif @if($self_role == '超级管理员' || $self_role == '售后管理员')
    @else
    @if($order['warehouse']=='1') A仓库 @endif @if($order['warehouse']=='2') B仓库 @endif @if($order['warehouse']=='3') C仓库 @endif
    @endif @if($self_role !='销售' && $self_role != '分销销售' && $self_role != '分销管理员' )
    @endif @if( $order['status'] <2 || !$order['goods'] )

      @endif
      @if($order['goods']) @foreach($order['goods'] as $k=>$good)

      {{$good['name']}} 【 规格:{{$good['props_name']}} 价格:¥{{$good['price']}} 库存:{{$good['quantity_str']}}】  @if($good['is_weigh']==0) 数量 @else重量 @endif @if($order['status'] < 2)@if($good['is_weigh']==1)(斤) @endif    @if($good['is_weigh']==1)   (称重商品,至少0.5斤) @endif @else :{{$good["num"]}} @if($good['is_weigh']==1)斤【称重商品】 @endif @endif

      @endforeach @endif

      {{$order['should_amount']}}
      @if( $order['status']>1 && $self_role !='超级管理员')
      @else
      @endif @if($order['payment_type']=='4')
      @else
      @if($order['payment_type']=='2') @endif @if($self_role != '分销销售' && $self_role != '分销管理员') @endif
      @endif @if($order['payment_type'] != 4) @else
      {{$deposit_phone}}
      @endif
      *不可变更
      @if(0) @if($self_role !='销售' && $self_role != '分销销售' )
        
      @endif @endif @endif
         
      @endsection