|
|
|
|
@ -4,9 +4,10 @@
|
|
|
|
|
<div style="width: 100%;text-align: center;font-size: 22px;">秦皇岛市中医医院</div>
|
|
|
|
|
<div style="width: 100%;text-align: center;font-size: 18px;font-weight: bold;">检查预约回执单</div>
|
|
|
|
|
<div
|
|
|
|
|
style="width:200px;height:50px;-webkit-print-color-adjust: exact; position: absolute;right: 10px;top:0px;">
|
|
|
|
|
<div style="display: flex;justify-content: center;" v-html="printInfo.barcode"></div>
|
|
|
|
|
<div style="text-align: center">{{printInfo.app_num}}</div>
|
|
|
|
|
style="width:200px;text-align: center;padding-bottom: 8px;-webkit-print-color-adjust: exact; position: absolute;right: 10px;top:0px;">
|
|
|
|
|
<img :src="'data:image/png;base64,' + printInfo.barcode"
|
|
|
|
|
style="display: block; margin: 0 auto; max-width: 100%; height: auto;" />
|
|
|
|
|
<div style="text-align: center">{{printInfo.patient_type == 0 ? printInfo.episodeid.slice(-10) : printInfo.app_num}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="border-top: 1px solid #333; border-bottom: 1px solid #333;padding-left: 4px;">
|
|
|
|
|
@ -19,7 +20,7 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="border: none;">
|
|
|
|
|
<td style="border: none; text-align: left;">
|
|
|
|
|
{{printInfo.patient_type_label}}号{{printInfo.patient_type == 0 ? printInfo.episodeid : printInfo.reg_num}}
|
|
|
|
|
{{printInfo.patient_type_label}}号:{{printInfo.patient_type == 0 ? printInfo.episodeid.slice(-10) : printInfo.reg_num}}
|
|
|
|
|
</td>
|
|
|
|
|
<td v-if="printInfo.patient_type==0" style="border: none; text-align: left;">病区:{{printInfo.warddesc ?? ''}}</td>
|
|
|
|
|
<td v-if="printInfo.patient_type==0" style="border: none; text-align: left;">床号:{{printInfo.bedno ?? ''}}</td>
|
|
|
|
|
|