|
|
|
|
@ -60,6 +60,8 @@
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>订单编号</th>
|
|
|
|
|
<th>协议</th>
|
|
|
|
|
|
|
|
|
|
<th>所属项目/医院</th>
|
|
|
|
|
<th>所在楼栋</th>
|
|
|
|
|
<th>所在病区</th>
|
|
|
|
|
@ -71,7 +73,6 @@
|
|
|
|
|
<th>开始服务日期</th>
|
|
|
|
|
<th>结束日期</th>
|
|
|
|
|
<th>状态</th>
|
|
|
|
|
<th>协议</th>
|
|
|
|
|
<th>总计</th>
|
|
|
|
|
|
|
|
|
|
@if (empty($hushizhang) && empty($yuanfang))
|
|
|
|
|
@ -85,6 +86,8 @@
|
|
|
|
|
<td>
|
|
|
|
|
{{ $row->serial }}
|
|
|
|
|
</td>
|
|
|
|
|
<td>{{isset($row->orderAgreements)?$row->orderAgreements[0]->file_id:""}}112</td>
|
|
|
|
|
|
|
|
|
|
<td>{{ $row->project->name }}</td>
|
|
|
|
|
<td>{{ $row->bed->building->name }}</td>
|
|
|
|
|
<td>{{ $row->bed->area->name }}</td>
|
|
|
|
|
@ -97,7 +100,6 @@
|
|
|
|
|
<td>{!! $row->status == \App\Models\Orders::STATUS_FINISHED ? $row->to_date : "<label class='badge badge-danger'>未结</label> {$row->to_date}" !!}</td>
|
|
|
|
|
<td>{!! $row->getStatusLabelAttribute() !!} </td>
|
|
|
|
|
<td>{!! $row->status == \App\Models\Orders::STATUS_FINISHED ? "" : "<label class='badge badge-danger'>预计</label>" !!} {{ $row->total }} </td>
|
|
|
|
|
<td>{{isset($row->orderAgreements)?$row->orderAgreements[0]->file_id:""}}112</td>
|
|
|
|
|
@if (empty($hushizhang) && empty($yuanfang))
|
|
|
|
|
<td>
|
|
|
|
|
<a class="btn btn-sm btn-primary"
|
|
|
|
|
|