|
@@ -1,5 +1,5 @@
|
1
|
1
|
<template>
|
2
|
|
- <div id="dialysis-print-box-1">
|
|
2
|
+ <div id="dialysis-print-box-1" style="width:920px">
|
3
|
3
|
<div
|
4
|
4
|
id="dialysis-print-box-1-1"
|
5
|
5
|
class="dialysis-print-order print-template-two print_page_main_content"
|
|
@@ -44,22 +44,26 @@
|
44
|
44
|
<check-box :checked="receiverTreatmentAccess.condition == 2 ? true : false"></check-box>
|
45
|
45
|
</div>
|
46
|
46
|
</div>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+ </div>
|
|
50
|
+ <div class="row">
|
47
|
51
|
<div class="inline_block">
|
48
|
52
|
病区:
|
49
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
|
53
|
+ <div class="under_line" style="width: 120px;text-align: center;">
|
50
|
54
|
{{ patientInfo.DialysisSchedule.device_zone.name ? patientInfo.DialysisSchedule.device_zone.name : '' }}
|
51
|
55
|
</div>
|
52
|
56
|
</div>
|
53
|
57
|
<div class="inline_block">
|
54
|
58
|
床号:
|
55
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
|
59
|
+ <div class="under_line" style="width: 120px;text-align: center;">
|
56
|
60
|
{{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
|
57
|
61
|
</div>
|
58
|
62
|
</div>
|
59
|
63
|
|
60
|
64
|
<div class="inline_block">
|
61
|
65
|
透析次数:
|
62
|
|
- <div class="under_line" style="width: 40px;text-align: left">
|
|
66
|
+ <div class="under_line" style="width: 60px;text-align: left">
|
63
|
67
|
{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count }} 次
|
64
|
68
|
</div>
|
65
|
69
|
</div>
|
|
@@ -69,7 +73,6 @@
|
69
|
73
|
{{ queryParams.xtdate }}
|
70
|
74
|
</div>
|
71
|
75
|
</div>
|
72
|
|
-
|
73
|
76
|
</div>
|
74
|
77
|
|
75
|
78
|
<div class="row">
|
|
@@ -120,7 +123,7 @@
|
120
|
123
|
</div>
|
121
|
124
|
<div class="inline_block" style="margin-left:10px;">
|
122
|
125
|
透前症状:
|
123
|
|
- <div class="under_line" style="width: 140px;text-align: center">
|
|
126
|
+ <div class="under_line" style="width: 130px;text-align: center">
|
124
|
127
|
{{ predialysis.symptom_before_dialysis ? predialysis.symptom_before_dialysis : "" }}
|
125
|
128
|
</div>
|
126
|
129
|
</div>
|
|
@@ -162,7 +165,14 @@
|
162
|
165
|
</div>
|
163
|
166
|
kg
|
164
|
167
|
</div>
|
165
|
|
- <div class="inline_block" style="margin-left:90px;">
|
|
168
|
+ <div class="inline_block" style="margin-left:10px;">
|
|
169
|
+ 衣物重:
|
|
170
|
+ <div class="under_line" style="width: 50px;text-align: center">
|
|
171
|
+ {{ predialysis.additional_weight ? predialysis.additional_weight: "/" }}
|
|
172
|
+ </div>
|
|
173
|
+ kg
|
|
174
|
+ </div>
|
|
175
|
+ <div class="inline_block" style="margin-left:10px;">
|
166
|
176
|
体重增加:
|
167
|
177
|
<div class="under_line" style="width: 50px;text-align: center">
|
168
|
178
|
{{ predialysis.weight_before > 0 && lastafterdialysis.weight_after > 0 ? parseFloat(predialysis.weight_before - lastafterdialysis.weight_after).toFixed(2): "/" }}
|
|
@@ -186,7 +196,7 @@
|
186
|
196
|
</div>
|
187
|
197
|
</td>
|
188
|
198
|
<td colspan="1" style="width:50%;padding:0px 0px 5px">
|
189
|
|
- <div style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 6px 8px;line-height: 30px;border-bottom:1px solid #000;">
|
|
199
|
+ <div style="letter-spacing:5px;text-align:center;font-weight:520;font-size:16px;padding: 0px 8px;line-height: 30px;border-bottom:1px solid #000;">
|
190
|
200
|
透析后评估
|
191
|
201
|
</div>
|
192
|
202
|
<div class="row" style="padding:5px 8px;">
|
|
@@ -327,64 +337,64 @@
|
327
|
337
|
</div>
|
328
|
338
|
<div class="inline_block" style="flex:1;">
|
329
|
339
|
透析方式:
|
330
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="!prescription.mode_id">
|
|
340
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="!prescription.mode_id">
|
331
|
341
|
/
|
332
|
342
|
</div>
|
333
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 1">
|
|
343
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 1">
|
334
|
344
|
HD
|
335
|
345
|
</div>
|
336
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 2">
|
|
346
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 2">
|
337
|
347
|
HDF
|
338
|
348
|
</div>
|
339
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 3">
|
|
349
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 3">
|
340
|
350
|
HD+HP
|
341
|
351
|
</div>
|
342
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 4">
|
|
352
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 4">
|
343
|
353
|
HP
|
344
|
354
|
</div>
|
345
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 5">
|
|
355
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 5">
|
346
|
356
|
HF
|
347
|
357
|
</div>
|
348
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 6">
|
|
358
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 6">
|
349
|
359
|
SCUF
|
350
|
360
|
</div>
|
351
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 7">
|
|
361
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 7">
|
352
|
362
|
IUF
|
353
|
363
|
</div>
|
354
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 8">
|
|
364
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 8">
|
355
|
365
|
HFHD
|
356
|
366
|
</div>
|
357
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 9">
|
|
367
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 9">
|
358
|
368
|
HFHD+HP
|
359
|
369
|
</div>
|
360
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 10">
|
|
370
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 10">
|
361
|
371
|
PHF
|
362
|
372
|
</div>
|
363
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 11">
|
|
373
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 11">
|
364
|
374
|
HFR
|
365
|
375
|
</div>
|
366
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 12">
|
|
376
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 12">
|
367
|
377
|
HDF+HP
|
368
|
378
|
</div>
|
369
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 13">
|
|
379
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 13">
|
370
|
380
|
CRRT
|
371
|
381
|
</div>
|
372
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 14">
|
|
382
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 14">
|
373
|
383
|
腹水回输
|
374
|
384
|
</div>
|
375
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 15">
|
|
385
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 15">
|
376
|
386
|
HD前置换
|
377
|
387
|
</div>
|
378
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 16">
|
|
388
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 16">
|
379
|
389
|
HD后置换
|
380
|
390
|
</div>
|
381
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 17">
|
|
391
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 17">
|
382
|
392
|
HDF前置换
|
383
|
393
|
</div>
|
384
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 18">
|
|
394
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 18">
|
385
|
395
|
HDF后置换
|
386
|
396
|
</div>
|
387
|
|
- <div class="under_line" style="width: 80px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 19">
|
|
397
|
+ <div class="under_line" style="width: 70px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 19">
|
388
|
398
|
IUF+HD
|
389
|
399
|
</div>
|
390
|
400
|
<div class="under_line" style="width: 150px;text-align: center;font-weight:600;" v-if="prescription.mode_id == 22">
|
|
@@ -579,18 +589,21 @@
|
579
|
589
|
</tr>
|
580
|
590
|
<tr>
|
581
|
591
|
<td width="60">时间</td>
|
|
592
|
+ <td width="40">体温<br />°C</td>
|
582
|
593
|
<td width="50">血流量<br />(ml/min)</td>
|
583
|
594
|
<td width="90">静脉压(mmHg)/<br />跨膜压(mmHg)</td>
|
584
|
595
|
<td width="80">超滤率(ml/h)/<br />超滤量(ml)</td>
|
585
|
596
|
<td width="80">钠浓度(ml/h)/<br />温度(°C)</td>
|
586
|
597
|
<td width="50">脉搏<br />(次/分)</td>
|
587
|
598
|
<td width="60">血压<br />(mmHg)</td>
|
|
599
|
+ <td width="50">血容量</td>
|
588
|
600
|
<td width="50">签名</td>
|
589
|
601
|
<td width="200">病情变化及处理</td>
|
590
|
602
|
</tr>
|
591
|
603
|
|
592
|
604
|
<tr v-for="(monitor, monindex) in monitors" :key="monindex">
|
593
|
605
|
<td style="padding:1px 5px;" height="30px">{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
|
|
606
|
+ <td style="padding:1px 5px;">{{ monitor.temperature ? monitor.temperature : '' }}</td>
|
594
|
607
|
<td style="padding:1px 5px;">{{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }}
|
595
|
608
|
<td style="padding:1px 5px;"><span v-if="getTime(monitor.operate_time, '{h}:{i}')">{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}/{{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}</span></td>
|
596
|
609
|
<td style="padding:1px 5px;"><span v-if="getTime(monitor.operate_time, '{h}:{i}')">{{ monitor.ultrafiltration_rate ? monitor.ultrafiltration_rate : "" }}/{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}</span></td>
|
|
@@ -608,6 +621,7 @@
|
608
|
621
|
<img style="height:30px;" :src="setAdminUserES(monitor.monitoring_nurse)" alt srcset />
|
609
|
622
|
</span>
|
610
|
623
|
</td>
|
|
624
|
+ <td style="padding:1px 5px;">{{ monitor.accumulated_blood_volume ? monitor.accumulated_blood_volume : '' }}</td>
|
611
|
625
|
<td style="line-height:16px;padding:0px;">
|
612
|
626
|
<div style="min-height:20px;line-height:20px; overflow:hidden;">
|
613
|
627
|
<span v-if="getTime(monitor.operate_time, '{h}:{i}')" style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
|
|
@@ -648,7 +662,7 @@
|
648
|
662
|
</div>
|
649
|
663
|
<div class="inline_block" style="flex:1;margin-left:50px;">
|
650
|
664
|
透后宣教:
|
651
|
|
- <div class="under_line" style="width: 600px;text-align: left;">
|
|
665
|
+ <div class="under_line" style="width: 550px;text-align: left;">
|
652
|
666
|
{{ summary.mission ? summary.mission : '' }}
|
653
|
667
|
</div>
|
654
|
668
|
</div>
|