{{$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['goods_price'] ,2)}}
优惠: ¥{{number_format( $order['discount_price'] ,2)}}
抵扣: ¥{{number_format( $order['deduction_price'] ,2)}}
押金: ¥{{number_format($order['lease_toy']['deposit_total'],2)}}
应收款: ¥{{number_format($order['price'],2)}}

{{$order['status_name']}}

{{$order['pay_type_name']}}

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


{{$order['create_time']}}

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

{{$order['pay_time']}}

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

{{$order['finish_time']}}

@endif @if (!empty($order['address'])) @include('dispatch.detail') @endif @if (!$order['has_one_lease_toy_order']['return_status'] > 0) @if (!empty($order['has_one_refund_apply'])) @include('refund.index') @endif @if(!empty($order['collect_name'])) @include('invoice.display') @endif @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
商品信息
{{----}} @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['payment_amount']}} {{$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)