@extends('admin/master') @section('content') @if(count($errors) > 0)
@foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
    @endif
    @if($order)
    {{$order['customerName']}}
    {{$order['buyer_phone']}}
    {{$order['receiverName']}}
    {{$order['receiverMobile']}}
    {{$order['receiverState']}}
    {{$order['receiverCity']}}
    {{$order['receiverAddress']}}
    {{$order['delivery_date']}}
    {{$warehouseArr[$order['warehouse']]}}
    @if($order['goods']) @foreach($order['goods'] as $k=>$good)

    {{$good['name']}} 【 规格:{{$good['props_name']}} 库存:{{$good['quantity_str']}}】 

    原订单@if($good['is_weigh']==0) 数量 @else重量 @endif{{$good['num']}}

    修改后@if($good['is_weigh']==0) 数量 @else重量 @endif @if($good['is_weigh']==1)(斤) @if($good['is_weigh']==1)   (称重商品,至少0.5斤) @endif @else :{{$good["num"]}} @if($good['is_weigh']==1)斤【称重商品】 @endif @endif


    @endforeach @endif
    退补   售后
    {{$order['receivedAmount']}}
    @if($order['payment_type']=='1') 微信支付 @endif @if($order['payment_type']=='2') 付款码支付 @endif @if($order['payment_type']=='3') 个体户支付 @endif @if($order['payment_type']=='4') 充值卡支付 @endif
    @if($order['payment_type'] != 4) @else
    {{$deposit_phone}}
    @endif
    @if($order['is_refund']=='0') 否 @endif @if($order['is_refund']=='1') 是 @endif
    {{--
    --}} {{----}} {{--
    --}} {{--{{$order['refund_price']}}--}} {{--
    --}} {{--
    --}}
    @if($order['is_fugou']=='0') 否 @endif @if($order['is_fugou']=='1') 是 @endif
    @if($order['order_status']=='0') 否 @endif @if($order['order_status']=='2') 是 @endif
    {{$order['createTime']}}
    @endif
       
    @endsection