|
@@ -5,24 +5,24 @@
|
5
|
5
|
<div class="order-title">{{ orgname }} 血液净化治疗记录单</div>
|
6
|
6
|
<table class="print-table" border="1" style="margin-top: 10px;">
|
7
|
7
|
<tr>
|
8
|
|
- <td style="text-align:left;">
|
|
8
|
+ <td style="text-align:left;width:170px" colspan="1">
|
9
|
9
|
<span style="display:inline-block;margin-left:15px;">
|
10
|
10
|
{{getDatge(queryParams.xtdate)}}
|
11
|
11
|
</span>
|
12
|
12
|
</td>
|
13
|
|
- <td style="text-align:center;">
|
|
13
|
+ <td style="text-align:center;width:170px" colspan="1">
|
14
|
14
|
姓名:
|
15
|
15
|
<span style="display:inline-block;margin-left:10px;">
|
16
|
16
|
{{patientInfo.name}}
|
17
|
17
|
</span>
|
18
|
18
|
</td>
|
19
|
|
- <td style="text-align:center;">
|
|
19
|
+ <td style="text-align:center;" colspan="1">
|
20
|
20
|
性别:
|
21
|
21
|
<span style="display:inline-block;margin-left:10px;">
|
22
|
22
|
{{patientInfo.gender}}
|
23
|
23
|
</span>
|
24
|
24
|
</td>
|
25
|
|
- <td style="text-align:center;">
|
|
25
|
+ <td style="text-align:center;" colspan="1">
|
26
|
26
|
年龄:
|
27
|
27
|
<span style="display:inline-block;margin-left:10px;">
|
28
|
28
|
{{
|
|
@@ -30,7 +30,7 @@
|
30
|
30
|
}}
|
31
|
31
|
</span>
|
32
|
32
|
</td>
|
33
|
|
- <td style="text-align:center;">
|
|
33
|
+ <td style="text-align:center;" colspan="1">
|
34
|
34
|
<label-box
|
35
|
35
|
showValue="门诊"
|
36
|
36
|
:isChecked="receiverTreatmentAccess.condition == 2 ? true : false"
|
|
@@ -40,7 +40,7 @@
|
40
|
40
|
:isChecked="receiverTreatmentAccess.condition == 1 ? true : false"
|
41
|
41
|
></label-box>
|
42
|
42
|
</td>
|
43
|
|
- <td style="text-align:center;">
|
|
43
|
+ <td style="text-align:center;" colspan="1">
|
44
|
44
|
<template v-if="receiverTreatmentAccess.condition == 1">
|
45
|
45
|
住院号:
|
46
|
46
|
<span style="display:inline-block;margin-left:10px;">
|
|
@@ -62,7 +62,7 @@
|
62
|
62
|
</span>
|
63
|
63
|
</template>
|
64
|
64
|
</td>
|
65
|
|
- <td style="text-align:center;">
|
|
65
|
+ <td style="text-align:center;" colspan="1">
|
66
|
66
|
机器号:
|
67
|
67
|
<span style="display:inline-block;margin-left:10px;">
|
68
|
68
|
{{
|
|
@@ -85,7 +85,7 @@
|
85
|
85
|
<label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
|
86
|
86
|
</td>
|
87
|
87
|
<td style="text-align:left;" colspan="5">
|
88
|
|
- <span style="display:inline-block;margin-left:15px;">诊断: {{ patientInfo.diagnose }}</span>
|
|
88
|
+ <span style="display:inline-block;margin-left:15px;width:100%;">诊断: {{ patientInfo.diagnose }}</span>
|
89
|
89
|
</td>
|
90
|
90
|
</tr>
|
91
|
91
|
<tr>
|