{{$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 ($order['has_one_exchange_code'])
{{$order['has_one_exchange_code']['record']['code']['name']}}
{{$order['has_one_exchange_code']['record']['code_sn']}}
@endif @if (!empty($order['address'])) @include('dispatch.detail') @endif @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 (!empty($order['has_one_refund_apply'])) @include('refund.index')
请确认此项目已使用次数,同意退款申请后将全额退还,不得继续使用剩下的次数
@endif @if(!empty($order['collect_name'])) @include('invoice.display') @endif @if (app('plugins')->isEnabled('delivery-station')) {!! (new\Yunshop\DeliveryStation\widgets\OrderWidget())->run($order['id']) !!} @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
{{$lang_set['project']}}信息
@foreach($projects as $row) @endforeach
ID {{$lang_set['project']}}名称 {{$lang_set['project']}}价格 {{$lang_set['project']}}包含次数 已使用次数
{{$row->project_id}} {{$row->project_title}} {{$row->project_price}} {{$row->total_count}} {{$row->used_count}}
商品信息
{{----}} @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)