diff --git a/resources/views/admin/orders/index.blade.php b/resources/views/admin/orders/index.blade.php index 70f54f2..1145ebc 100755 --- a/resources/views/admin/orders/index.blade.php +++ b/resources/views/admin/orders/index.blade.php @@ -1,6 +1,11 @@ @extends("admin.layouts.layout") @section("content") +
@@ -40,7 +45,7 @@
- +
@@ -65,23 +70,23 @@ @foreach ($data as $row) - - - - - - - - - - - - - + + + + + + + + + + + + @if (!$hushizhang || !$yuanfang) -
订单编号
+ {{ $row->serial }} {{ $row->project->name }}{{ $row->bed->building->name }}{{ $row->bed->area->name }}{{ $row->department }}{{ $row->customer->name ?: $row->patient->name }}{{ $row->customer->balance }}{{ $row->customer->mobile }}{{ $row->patient->name }}{{ $row->from_date }}{!! $row->status == \App\Models\Orders::STATUS_FINISHED ? $row->to_date : " {$row->to_date}" !!}{!! $row->getStatusLabelAttribute() !!} {!! $row->status == \App\Models\Orders::STATUS_FINISHED ? "" : "" !!} {{ $row->total }} {{ $row->project->name }}{{ $row->bed->building->name }}{{ $row->bed->area->name }}{{ $row->department }}{{ $row->customer->name ?: $row->patient->name }}{{ $row->customer->balance }}{{ $row->customer->mobile }}{{ $row->patient->name }}{{ $row->from_date }}{!! $row->status == \App\Models\Orders::STATUS_FINISHED ? $row->to_date : " {$row->to_date}" !!}{!! $row->getStatusLabelAttribute() !!} {!! $row->status == \App\Models\Orders::STATUS_FINISHED ? "" : "" !!} {{ $row->total }} + 查看