{{$order['belongs_to_member']['nickname']}}
ID: {{$order['belongs_to_member']['uid']}} 姓名: {{$order['belongs_to_member']['realname']}} / 手机号: {{$order['belongs_to_member']['mobile']}}

{{$order['order_sn']}}

商品小计: ¥{{number_format( $order['order_goods_price'] ,2)}}
手续费: ¥{{number_format( $order['fee_amount'] ,2)}}
优惠: ¥{{number_format( $order['discount_price'] ,2)}}
抵扣: - ¥{{number_format( $order['deduction_price'] ,2)}}
运费: ¥{{number_format( $order['dispatch_price'] ,2)}}
应收款: ¥{{number_format($order['price'],2)}}

{{$order['status_name']}}

{{$order['pay_type_name']}} @if(count($order['order_pays'])) 查看支付记录 @endif

{!! app\common\helpers\ImageHelper::tplFormFieldImage('basic-detail[invoice]', $order['invoice']) !!}


{{$order['create_time']}}

@if ($order['status'] >= 1)

{{$order['pay_time']}}

@endif @if ($order['status'] >= 2)

{{$order['send_time']}}

@endif @if ($order['status'] == 3)

{{$order['finish_time']}}

@endif @if (!empty($order['address'])) @include('dispatch.detail') @endif @if (!empty($order['has_one_refund_apply'])) @include('refund.index') @endif @if(!empty($order['collect_name'])) @include('invoice.display') @endif @if (count($order['discounts']))
优惠信息
@foreach ($order['discounts'] as $discount) @endforeach
优惠名称 优惠金额
{{$discount['name']}} ¥{{$discount['amount']}}
@endif @if (count($order['order_fees']))
手续费信息
@foreach ($order['order_fees'] as $orderFee) @endforeach
手续费名称 手续费金额
{{$orderFee['name']}} ¥{{$orderFee['amount']}}
@endif @if (count($order['deductions']))
抵扣信息
@foreach ($order['deductions'] as $deduction) @endforeach
名称 抵扣值 抵扣金额
{{$deduction['name']}} {{$deduction['coin']}} ¥{{$deduction['amount']}}
@endif @if (count($order['coupons']))
优惠券信息
@foreach ($order['coupons'] as $coupon) @endforeach
名称 优惠金额
{{$coupon['name']}} ¥{{$coupon['amount']}}
@endif @if($div_from['status'])
个人表单信息

{{ $div_from['member_name'] }}

{{ $div_from['member_card'] }}

@endif
商品信息
{{----}} @foreach ($order['has_many_order_goods'] as $order_goods) {{----}} @endforeach
ID 商品标题 商品规格 现价/原价/成本价 购买数量折扣前
折扣后
操作
{{$order_goods['goods_id']}} {{$order_goods['title']}} {{$order_goods['goods_option_title']}} {{$order_goods['goods_price']}} /{{$order_goods['goods_market_price']}} /{{$order_goods['goods_cost_price']}}元 {{$order_goods['total']}}{{sprintf('%.2f', $order_goods['goods_price']/$order_goods['total'])}}--}} {{--
{{sprintf('%.2f', $order_goods['payment_amount']/$order_goods['total'])}}--}} {{--
  
@if ($order_goods['goods']['status'] == 1) @else @endif
@include('order.modals') @include($ops)