@extends('layouts.base') @section('title','订单列表') @section('content')

订单管理

@section('form') @show
@section('search_bar')
{{--
--}} {{----}} {{--
--}}
{{--
--}} {{----}} {{----}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- {!!--}} {{-- app\common\helpers\DateRange::tplFormFieldDateRange('search[time_range]', [--}} {{-- 'starttime'=>array_get($requestSearch,'time_range.start',0),--}} {{-- 'endtime'=>array_get($requestSearch,'time_range.end',0),--}} {{-- 'start'=>0,--}} {{-- 'end'=>0--}} {{-- ], true)!!}--}} {{--
--}} @show
{{--
--}} {{--
--}}
订单数: {{$total}}
@section('is_plugin') @foreach ($list as $order_index => $order)
订单编号: {{$order['order']['parent_order_sn']}} 下单时间: {{date('Y-m-d H:i:s',$order['order']['created_time'])}}
@foreach ($order['order_goods'] as $order_goods_index => $orderGoods) @if( $order_goods_index == 0) @endif @endforeach
{{$orderGoods['title']}}
{{$orderGoods['goods_option_title']}}
商品金额: {{ number_format(($orderGoods['goods_price']/100),2)}} {{--
商家结算金额: {{ number_format($order['SellerMoney'],2) }}--}}
数量: {{$orderGoods['total']}}

用户备注: {{$order['remark']}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}}
订单金额: ¥{{ number_format(($order['order']['order_total_price']/100),2)}}
商家结算金额:¥{{ number_format($order['SellerMoney'],2)}}--}} {{--
商品金额:¥{{ number_format($order['order']['goods_price'],2)}}--}} {{--
运费: ¥{!! number_format(($order['order']['dispatch_price']/100),2) !!}
收货人:{{$order['order']['real_name']}}
手机号:{{$order['order']['mobile']}}
{{$order['order']['province']}}{{$order['order']['city']}}{{$order['order']['district']}}
{{$order['order']['street']}}{{$order['order']['address']}}

查看详情
@if ($order['order']['status'] == 1 && $orderGoods['pay_status'] == 1) @endif @if ($order['status'] == 2 && $orderGoods['pay_status'] == 1) @endif
@endforeach @show @include('Yunshop\JdSupply::admin.cloud.modals')
{!! $pager !!}
@section('plugin_js') @show @endsection('content')