|
|
|
|
@ -78,24 +78,24 @@
|
|
|
|
|
<div style="border-bottom: 1px solid #333; padding: 5px 4px;">
|
|
|
|
|
<table style="border: none;">
|
|
|
|
|
<tr style="border: none; vertical-align: top;">
|
|
|
|
|
<td style="width: 15%; border: none; font-size: 22px; font-weight: 900; text-align: left; white-space: nowrap;">检查项目:</td>
|
|
|
|
|
<td style="border: none; font-size: 22px; text-align: left;">{{ $room['items_str'] }}</td>
|
|
|
|
|
<td style="width: 12%; border: none; font-size: 20px; font-weight: 900; text-align: left; white-space: nowrap;">检查项目:</td>
|
|
|
|
|
<td style="border: none; font-size: 20px; text-align: left;">{{ $room['items_str'] }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="border: none; vertical-align: top;">
|
|
|
|
|
<td style="width: 15%; border: none; font-size: 22px; font-weight: 900; text-align: left; white-space: nowrap;">预约时间:</td>
|
|
|
|
|
<td style="border: none; font-size: 22px; text-align: left;">{{ str_replace('-', '/', $room['reservation_date']) }}
|
|
|
|
|
<td style="width: 12%; border: none; font-size: 20px; font-weight: 900; text-align: left; white-space: nowrap;">预约时间:</td>
|
|
|
|
|
<td style="border: none; font-size: 20px; text-align: left; position: relative;">{{ str_replace('-', '/', $room['reservation_date']) }}
|
|
|
|
|
@if ($room['period_begin'] && $room['period_end'])
|
|
|
|
|
{{ $room['period_begin'] }}-{{ $room['period_end'] }}
|
|
|
|
|
@endif
|
|
|
|
|
{{ $room['weekday_label'] }}
|
|
|
|
|
<span style="margin-left: 20px;"><span style="font-weight: 900;">临床诊断:</span>{{ $room['diagnosis_name'] }}</span></td>
|
|
|
|
|
<div style="position: absolute; right: 0px; top: 0; width: 90mm; word-break: break-all; white-space: normal; font-size: 20px;"><span style="font-weight: 900;">临床诊断:</span>{{ $room['diagnosis_name'] }}</div></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="border: none; vertical-align: top;">
|
|
|
|
|
<td style="width: 15%; border: none; font-size: 22px; font-weight: 900; text-align: left; white-space: nowrap;">检查地点:</td>
|
|
|
|
|
<td style="border: none; font-size: 22px; text-align: left;">{{ $room['room_addr'] }}</td>
|
|
|
|
|
<td style="width: 12%; border: none; font-size: 20px; font-weight: 900; text-align: left; white-space: nowrap;">检查地点:</td>
|
|
|
|
|
<td style="border: none; font-size: 20px; text-align: left;">{{ $room['room_addr'] }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="border: none; vertical-align: top;">
|
|
|
|
|
<td style="width: 15%; border: none; font-size: 22px; font-weight: 900; text-align: left; white-space: nowrap;">病史资料:</td>
|
|
|
|
|
<td style="width: 12%; border: none; font-size: 20px; font-weight: 900; text-align: left; white-space: nowrap;">病史资料:</td>
|
|
|
|
|
<td style="border: none; font-size: 20px; text-align: left; line-height: 1.5;">{{ $room['medical_history'] }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|