{{$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 @include('Yunshop\LeaseToy::admin.order.lease-detail') @section('plugin_order_detail') @foreach(\app\common\modules\shop\ShopConfig::current()->get('shop-foundation.order.order_detail') as $plugin_name=>$plugin_class) {!! widget($plugin_class['class'], ['order_id'=> $order['id']])!!} @endforeach @show @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 (app('plugins')->isEnabled('diyform')) {!! (new\Yunshop\Diyform\admin\DiyformController())->getDataByOrder($order['id']) !!} @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['goods_price']}}
¥{{$order_goods['has_one_lease_order_goods']['lease_price']}}
¥{{$order_goods['has_one_lease_order_goods']['deposit']}} {{$order_goods['total']}} {{$order_goods['has_one_lease_order_goods']['return_days']}} ¥{{$order_goods['price']}} ¥{{$order_goods['has_one_lease_order_goods']['free_deposit']}}   
@if ($order_goods['goods']['status'] == 1) @else @endif
@include('Yunshop\LeaseToy::admin.order.confirm-return') @include('Yunshop\LeaseToy::admin.order.modals') @include($ops)