|
@@ -8,7 +8,7 @@
|
8
|
8
|
<table border="1" class="table-box" style="border-collapse: collapse;text-align: center;">
|
9
|
9
|
<tbody>
|
10
|
10
|
<tr>
|
11
|
|
- <td width="80" style="line-height:25px;line-height:25px">治疗日期: <span>{{ year }}</span>年<span>{{ months }}</span>月<span>{{ day }}</span>日</td>
|
|
11
|
+ <td width="80" style="line-height:30px;">治疗日期: <span>{{ year }}</span>年<span>{{ months }}</span>月<span>{{ day }}</span>日</td>
|
12
|
12
|
</tr>
|
13
|
13
|
</tbody>
|
14
|
14
|
</table>
|
|
@@ -16,7 +16,7 @@
|
16
|
16
|
<tbody>
|
17
|
17
|
<tr>
|
18
|
18
|
<td colspan="3">
|
19
|
|
- <div style="display: flex;line-height:25px;">
|
|
19
|
+ <div style="display: flex;line-height:30px;">
|
20
|
20
|
<div style="flex: 1;">
|
21
|
21
|
姓 名:{{ patientInfo.name ? patientInfo.name : "/" }}
|
22
|
22
|
</div>
|
|
@@ -33,7 +33,7 @@
|
33
|
33
|
|
34
|
34
|
<tr>
|
35
|
35
|
<td colspan="3">
|
36
|
|
- <div style="line-height:25px;">
|
|
36
|
+ <div style="line-height:30px;">
|
37
|
37
|
上机前病情:
|
38
|
38
|
<label-box :isChecked="predialysis.symptom_before_dialysis==''?true :false" showValue="无特殊"></label-box>
|
39
|
39
|
<label-box :isChecked="predialysis.symptom_before_dialysis!=''?true :false" showValue="出现:"></label-box>
|
|
@@ -45,7 +45,7 @@
|
45
|
45
|
|
46
|
46
|
<tr>
|
47
|
47
|
<td colspan="2">
|
48
|
|
- <div style="line-height:25px;">
|
|
48
|
+ <div style="line-height:30px;">
|
49
|
49
|
治疗方式:
|
50
|
50
|
<label-box :isChecked="prescription.mode=='HD'?true :false" showValue="HD"></label-box>
|
51
|
51
|
<label-box :isChecked="prescription.mode=='HDF'?true :false" showValue="HDF"></label-box>
|
|
@@ -57,7 +57,7 @@
|
57
|
57
|
<span v-if="prescription.mode!='HDF' && prescription.mode!='HD'">{{ prescription.mode }}</span>
|
58
|
58
|
</div>
|
59
|
59
|
</td>
|
60
|
|
- <td style="line-height:25px;">
|
|
60
|
+ <td style="line-height:30px;">
|
61
|
61
|
治疗时间:
|
62
|
62
|
{{ afterdialysis.actual_treatment_hour ? afterdialysis.actual_treatment_hour : "0" }}小时
|
63
|
63
|
{{ afterdialysis.actual_treatment_minute ? afterdialysis.actual_treatment_minute : 0 }}分
|
|
@@ -66,7 +66,7 @@
|
66
|
66
|
|
67
|
67
|
<tr>
|
68
|
68
|
<td colspan="3">
|
69
|
|
- <div style="display: flex;line-height:25px;">
|
|
69
|
+ <div style="display: flex;line-height:30px;">
|
70
|
70
|
<span>治疗抗凝:</span>
|
71
|
71
|
<span v-if="prescription.anticoagulant !='普通肝素' && prescription.anticoagulant!='无肝素' && prescription.anticoagulant!='枸橼酸'">
|
72
|
72
|
{{ prescription.anticoagulant }}
|
|
@@ -99,7 +99,7 @@
|
99
|
99
|
|
100
|
100
|
<tr>
|
101
|
101
|
<td colspan="2">
|
102
|
|
- <div style="line-height:25px;">
|
|
102
|
+ <div style="line-height:30px;">
|
103
|
103
|
<span>处方脱水量: {{ prescription.prescription_water ? prescription.prescription_water : "" }} </span>ml
|
104
|
104
|
<span>透析液流量: {{ prescription.dialysate_flow ? prescription.dialysate_flow : "" }} </span>ml/h
|
105
|
105
|
</div>
|
|
@@ -119,10 +119,10 @@
|
119
|
119
|
</table>
|
120
|
120
|
<table border="1" class="table-box" style="border-collapse: collapse;">
|
121
|
121
|
<tr>
|
122
|
|
- <td style="width: 20%;">透析机:
|
|
122
|
+ <td style="width: 20%; line-height: 30px;">透析机:
|
123
|
123
|
{{predialysis.machine_type ? predialysis.machine_type : " "}}
|
124
|
124
|
</td>
|
125
|
|
- <td style="width: 30%;">
|
|
125
|
+ <td style="width: 30%;line-height: 30px;">
|
126
|
126
|
透析(滤)器:
|
127
|
127
|
{{ prescription.dialysis_dialyszers ? prescription.dialysis_dialyszers : "" }}
|
128
|
128
|
|
|
@@ -153,7 +153,7 @@
|
153
|
153
|
|
154
|
154
|
<tr>
|
155
|
155
|
<td colspan="3">
|
156
|
|
- <div style="display: inline-block;line-height: 25px;">
|
|
156
|
+ <div style="display: inline-block;line-height: 30px;">
|
157
|
157
|
血管通路:
|
158
|
158
|
<label-box :isChecked="predialysis.blood_access_part_opera_name=='内瘘'?true :false" showValue="内瘘"></label-box>
|
159
|
159
|
<label-box :isChecked="predialysis.blood_access_part_opera_name=='长期静脉导管'?true :false" showValue="长期静脉导管"></label-box>
|
|
@@ -164,7 +164,7 @@
|
164
|
164
|
predialysis.blood_access_part_opera_name!=''?true :false" showValue="其它">
|
165
|
165
|
</label-box>
|
166
|
166
|
</div>
|
167
|
|
- <div style="display: inline-block;line-height: 25px;">
|
|
167
|
+ <div style="display: inline-block;line-height: 30px;">
|
168
|
168
|
穿刺者:
|
169
|
169
|
<span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) == ''">
|
170
|
170
|
{{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.puncture_nurse) }}
|
|
@@ -236,28 +236,28 @@
|
236
|
236
|
<tbody>
|
237
|
237
|
<tr>
|
238
|
238
|
<td style="width:12%;height:25px;">
|
239
|
|
- <p style="height:25px;line-height:25px">时间</p>
|
|
239
|
+ <p style="height:30px;line-height:30px">时间</p>
|
240
|
240
|
</td>
|
241
|
241
|
<td style="width:120px;height:25px">
|
242
|
|
- <p style="height:25px;line-height:25px">医嘱执行记录</p>
|
|
242
|
+ <p style="height:30px;line-height:30px">医嘱执行记录</p>
|
243
|
243
|
</td>
|
244
|
244
|
<td style="width:10%;height:25px">
|
245
|
|
- <p style="height:25px;line-height:25px">执行</p>
|
|
245
|
+ <p style="height:30px;line-height:30px">执行</p>
|
246
|
246
|
</td>
|
247
|
247
|
<td style="width:10%;height:25px">
|
248
|
|
- <p style="height:32px;line-height:32px">核对</p>
|
|
248
|
+ <p style="height:30px;line-height:30px">核对</p>
|
249
|
249
|
</td>
|
250
|
250
|
<td style="width:15%;height:27px">
|
251
|
|
- <p style="height:27px;line-height:27px">上次透后体重</p>
|
|
251
|
+ <p style="height:30px;line-height:30px">上次透后体重</p>
|
252
|
252
|
</td>
|
253
|
|
- <td style="width:10%;height:25px">
|
|
253
|
+ <td style="width:10%;line-height:30px">
|
254
|
254
|
{{ assessmentafter.weight_after ? assessmentafter.weight_after : "0" }}kg
|
255
|
255
|
</td>
|
256
|
256
|
</tr>
|
257
|
257
|
|
258
|
258
|
<tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
|
259
|
|
- <td style="height:25px;line-height:25px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
260
|
|
- <td style="height:25px;line-height:25px">
|
|
259
|
+ <td style="height:30px;line-height:30px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
|
260
|
+ <td style="height:30px;line-height:30px">
|
261
|
261
|
<span v-if="advice.parent_id > 0">---></span>
|
262
|
262
|
<span>{{ advice.advice_name }}</span>
|
263
|
263
|
<span v-if="advice && advice.advice_desc">({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
|
|
@@ -266,11 +266,11 @@
|
266
|
266
|
<span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
|
267
|
267
|
<span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
|
268
|
268
|
</td>
|
269
|
|
- <td style="height:25px;line-height:25px">
|
|
269
|
+ <td style="height:30px;line-height:30px">
|
270
|
270
|
<span v-if="setAdminUserES(advice.execution_staff) == ''">{{ getAdminUser(advice.execution_staff) }}</span>
|
271
|
271
|
<img style="height:40px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else />
|
272
|
272
|
</td>
|
273
|
|
- <td style="height:25px;line-height:25px">
|
|
273
|
+ <td style="height:30px;line-height:30px">
|
274
|
274
|
<span v-if="setAdminUserES(advice.checker) == ''">{{ getAdminUser(advice.checker) }}</span>
|
275
|
275
|
<img style="height:40px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else />
|
276
|
276
|
</td>
|