@extends('layouts.base') @section('title', '订单列表') @section('content')
| 订单数: {{$list['total']}} 订单金额: {{$total_price}}元 @section('supplier_apply') @show |
| 订单编号: {{$order['order_sn']}} @if($order['status']>\app\common\models\Order::WAIT_PAY && isset($order['has_one_order_pay'])) 支付单号: {{$order['has_one_order_pay']['pay_sn']}} @endif 下单时间: {{$order['create_time']}} {{--@if( $order['has_one_refund_apply'] == \app\common\models\refund\RefundApply::WAIT_RECEIVE_RETURN_GOODS)--}} {{--@endif--}} @if(!empty($order['order_deliver'])) @endif @if(!empty($order['has_one_refund_apply']) && empty($order['has_one_lease_toy_order']['return_status'])) @endif | @if(empty($order['status'])) 关闭订单 @endif | |||||||
|
|
{{$order_goods['title']}}
@if( !empty($order_goods['goods_option_title'])) {{--{{$order_goods['goods_option_title']}}--}} {{$order_goods['goods_option_title']}} @endif {{$order_goods['goods_sn']}} |
原价: {{ number_format($order_goods['goods_price']/$order_goods['total'],2)}}
应付: {{ number_format($order_goods['price']/$order_goods['total'],2) }} 数量: {{$order_goods['total']}} |
@if( $order_goods_index == 0)
{{$order['belongs_to_member']['nickname']}}
{{$order['belongs_to_member']['realname']}} {{$order['belongs_to_member']['mobile']}} |
{{$order['has_one_dispatch_type']['name']}} @if( 0&&$order['addressid']!=0 && $order['statusvalue']>=2) @endif |
|
查看详情 |
@include($include_ops) | @endif