|
@@ -9,27 +9,27 @@
|
9
|
9
|
<tbody>
|
10
|
10
|
<tr>
|
11
|
11
|
<td width="50">姓 名:</td>
|
12
|
|
- <td width="120">
|
|
12
|
+ <td width="150">
|
13
|
13
|
<div class="under-line">
|
14
|
14
|
{{ patientInfo.name ? patientInfo.name : "/" }}
|
15
|
15
|
</div>
|
16
|
16
|
</td>
|
17
|
|
- <td width="100"></td>
|
|
17
|
+ <td width="30"></td>
|
18
|
18
|
|
19
|
19
|
<td width="50">性 别:</td>
|
20
|
|
- <td width="180">
|
|
20
|
+ <td width="150">
|
21
|
21
|
<div class="under-line">
|
22
|
22
|
{{ patientInfo.gender ? patientInfo.gender : "/" }}
|
23
|
23
|
</div>
|
24
|
24
|
</td>
|
25
|
|
- <td width="10"></td>
|
|
25
|
+ <td width="30"></td>
|
26
|
26
|
<td width="50">年 龄:</td>
|
27
|
|
- <td width="180">
|
|
27
|
+ <td width="150">
|
28
|
28
|
<div class="under-line">
|
29
|
29
|
{{ checkIdCardNo(patientInfo.id_card_no) }}
|
30
|
30
|
</div>
|
31
|
31
|
</td>
|
32
|
|
- <td width="80">岁</td>
|
|
32
|
+ <td width="60">岁</td>
|
33
|
33
|
|
34
|
34
|
<td width="80">透析机号:</td>
|
35
|
35
|
<td width="130">
|
|
@@ -44,14 +44,14 @@
|
44
|
44
|
<table class="table-box" style="margin-top:10px">
|
45
|
45
|
<tbody>
|
46
|
46
|
<tr>
|
47
|
|
- <td width="50">治疗日期:</td>
|
48
|
|
- <td width="130">
|
|
47
|
+ <td width="80">治疗日期:</td>
|
|
48
|
+ <td width="150">
|
49
|
49
|
<div class="under-line">
|
50
|
50
|
{{ queryParams.xtdate ? queryParams.xtdate : "/" }}
|
51
|
51
|
</div>
|
52
|
52
|
</td>
|
53
|
53
|
<td width="10"></td>
|
54
|
|
- <td width="50">
|
|
54
|
+ <td width="60">
|
55
|
55
|
住院号:
|
56
|
56
|
</td>
|
57
|
57
|
<td width="150">
|
|
@@ -60,7 +60,7 @@
|
60
|
60
|
</div>
|
61
|
61
|
</td>
|
62
|
62
|
<td width="10"></td>
|
63
|
|
- <td width="50">
|
|
63
|
+ <td width="80">
|
64
|
64
|
身份证号:
|
65
|
65
|
</td>
|
66
|
66
|
<td width="150">
|
|
@@ -76,7 +76,7 @@
|
76
|
76
|
<table class="table-box" style="margin-top: 10px;">
|
77
|
77
|
<tbody>
|
78
|
78
|
<tr>
|
79
|
|
- <td width="40">诊 断:</td>
|
|
79
|
+ <td width="60">诊 断:</td>
|
80
|
80
|
<td style="text-align:left">
|
81
|
81
|
<div class="under-line">
|
82
|
82
|
{{ patientInfo.diagnose ? patientInfo.diagnose : "/" }}
|
|
@@ -91,7 +91,7 @@
|
91
|
91
|
<td>
|
92
|
92
|
<table class="table-box">
|
93
|
93
|
<tr>
|
94
|
|
- <td style="text-align:left;margin-left:15px">
|
|
94
|
+ <td style="text-align:left;margin-left:15px;padding-top:10px;">
|
95
|
95
|
病情评估:
|
96
|
96
|
<span class="under-line"> {{ receiverTreatmentAccess.sick_condition ? receiverTreatmentAccess.sick_condition : "/" }}</span>
|
97
|
97
|
</td>
|
|
@@ -110,7 +110,7 @@
|
110
|
110
|
</td>
|
111
|
111
|
</tr>
|
112
|
112
|
<tr>
|
113
|
|
- <td style="text-align:left;margin-left:15px">
|
|
113
|
+ <td style="text-align:left;margin-left:15px;padding-top:10px;">
|
114
|
114
|
净化治疗方式:
|
115
|
115
|
<span class="under-line"> {{ prescription.mode ? prescription.mode : "/" }}</span>
|
116
|
116
|
</td>
|
|
@@ -138,7 +138,7 @@
|
138
|
138
|
</td>
|
139
|
139
|
</tr>
|
140
|
140
|
<tr>
|
141
|
|
- <td style="text-align:left;margin-left:15px">
|
|
141
|
+ <td style="text-align:left;margin-left:15px;padding-top:10px;">
|
142
|
142
|
干体重:
|
143
|
143
|
<span class="under-line">
|
144
|
144
|
{{ predialysis.dry_weight ? predialysis.dry_weight : "0" }}</span>kg
|
|
@@ -161,7 +161,7 @@
|
161
|
161
|
</td>
|
162
|
162
|
</tr>
|
163
|
163
|
<tr>
|
164
|
|
- <td style="text-align:left;margin-left:15px">
|
|
164
|
+ <td style="text-align:left;margin-left:15px;padding-top:10px;">
|
165
|
165
|
血流量:
|
166
|
166
|
<span class="under-line">
|
167
|
167
|
{{ prescription.blood_flow_volume ? prescription.blood_flow_volume : "0" }}</span>ml/min
|
|
@@ -178,11 +178,11 @@
|
178
|
178
|
置换液总量:
|
179
|
179
|
<span class="under-line">
|
180
|
180
|
{{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "0" }}
|
181
|
|
- </span>
|
|
181
|
+ </span>L
|
182
|
182
|
</td>
|
183
|
183
|
</tr>
|
184
|
184
|
<tr>
|
185
|
|
- <td style="text-align:left;margin-left:15px">
|
|
185
|
+ <td style="text-align:left;margin-left:15px;padding-top:10px;">
|
186
|
186
|
抗凝剂:
|
187
|
187
|
<span class="under-line">
|
188
|
188
|
{{ prescription.anticoagulant ? prescription.anticoagulant : "/" }}
|
|
@@ -195,7 +195,7 @@
|
195
|
195
|
<span v-if="prescription.anticoagulant == '枸橼酸钠'">mg</span>
|
196
|
196
|
<span v-if="prescription.anticoagulant == '阿加曲班'">mg</span>
|
197
|
197
|
<span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
|
198
|
|
- <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
|
|
198
|
+ <span v-if="prescription.anticoagulant == '普通肝素'">mg</span>
|
199
|
199
|
<span v-if="prescription.anticoagulant == '无肝素'">mg</span>
|
200
|
200
|
<span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
|
201
|
201
|
<span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
|
@@ -208,7 +208,7 @@
|
208
|
208
|
<span v-if="prescription.anticoagulant == '枸橼酸钠'">ml/h</span>
|
209
|
209
|
<span v-if="prescription.anticoagulant == '阿加曲班'">mg/h</span>
|
210
|
210
|
<span v-if="prescription.anticoagulant == '低分子肝素'">iu/h</span>
|
211
|
|
- <span v-if="prescription.anticoagulant == '普通肝素'">iu/h</span>
|
|
211
|
+ <span v-if="prescription.anticoagulant == '普通肝素'">mg/h</span>
|
212
|
212
|
<span v-if="prescription.anticoagulant == '无肝素'">mg/h</span>
|
213
|
213
|
<span v-if="prescription.anticoagulant == '低分子肝素钙'">iu/h</span>
|
214
|
214
|
<span v-if="prescription.anticoagulant == '低分子肝素钠'">iu/h</span>
|
|
@@ -220,14 +220,14 @@
|
220
|
220
|
<span v-if="prescription.anticoagulant == '枸橼酸钠'">mg</span>
|
221
|
221
|
<span v-if="prescription.anticoagulant == '阿加曲班'">mg</span>
|
222
|
222
|
<span v-if="prescription.anticoagulant == '低分子肝素'">iu</span>
|
223
|
|
- <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
|
|
223
|
+ <span v-if="prescription.anticoagulant == '普通肝素'">mg</span>
|
224
|
224
|
<span v-if="prescription.anticoagulant == '无肝素'">mg</span>
|
225
|
225
|
<span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
|
226
|
226
|
<span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>
|
227
|
227
|
</td>
|
228
|
228
|
</tr>
|
229
|
229
|
<tr>
|
230
|
|
- <td style="text-align:left;margin-left:15px">
|
|
230
|
+ <td style="text-align:left;margin-left:15px;padding-top:10px;">
|
231
|
231
|
透析液(mmol/L):
|
232
|
232
|
<span class="under-line" v-if="prescription.dialysate_formulation == 0">
|
233
|
233
|
常规(钾:0 ,钙:0 ,钠:0)
|
|
@@ -284,18 +284,22 @@
|
284
|
284
|
<p style="height:20px;line-height:20px">呼吸</p>
|
285
|
285
|
<p style="height:20px;line-height:20px">次/分</p>
|
286
|
286
|
</th>
|
|
287
|
+ <th style="min-width:60px">
|
|
288
|
+ <p style="height:20px;line-height:20px">体温</p>
|
|
289
|
+ <p style="height:20px;line-height:20px">℃</p>
|
|
290
|
+ </th>
|
287
|
291
|
<th style="min-width:60px">
|
288
|
292
|
<p style="height:20px;line-height:20px">血流量</p>
|
289
|
293
|
<p style="height:20px;line-height:20px">ml/min</p>
|
290
|
294
|
</th>
|
291
|
|
- <th style="min-width:60px">
|
|
295
|
+ <!-- <th style="min-width:60px">
|
292
|
296
|
<p style="height:20px;line-height:20px">超滤量</p>
|
293
|
297
|
<p style="height:20px;line-height:20px">L</p>
|
294
|
298
|
</th>
|
295
|
299
|
<th style="min-width:60px">
|
296
|
300
|
<p style="height:20px;line-height:20px">置换量</p>
|
297
|
301
|
<p style="height:20px;line-height:20px">L</p>
|
298
|
|
- </th>
|
|
302
|
+ </th> -->
|
299
|
303
|
<th style="min-width:60px">
|
300
|
304
|
<p style="height:20px;line-height:20px">静脉压</p>
|
301
|
305
|
<p style="height:20px;line-height:20px">(mmHg)</p>
|
|
@@ -310,7 +314,7 @@
|
310
|
314
|
</tr>
|
311
|
315
|
|
312
|
316
|
<tr v-for="(monitor, monindex) in monitors" :key="monindex">
|
313
|
|
- <td style="min-width:60px;height:30px">
|
|
317
|
+ <td style="min-width:60px;height:40px">
|
314
|
318
|
{{ getTime(monitor.operate_time, "{h}:{i}") }}
|
315
|
319
|
</td>
|
316
|
320
|
<td>
|
|
@@ -331,10 +335,15 @@
|
331
|
335
|
</td>
|
332
|
336
|
<td>
|
333
|
337
|
<span v-if="getTime(monitor.operate_time) != ''">
|
334
|
|
- {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "0" }}
|
|
338
|
+ {{ monitor.temperature ? monitor.temperature : "0" }}
|
335
|
339
|
</span>
|
336
|
340
|
</td>
|
337
|
341
|
<td>
|
|
342
|
+ <span v-if="getTime(monitor.operate_time) != ''">
|
|
343
|
+ {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "0" }}
|
|
344
|
+ </span>
|
|
345
|
+ </td>
|
|
346
|
+ <!-- <td>
|
338
|
347
|
<span v-if="getTime(monitor.operate_time) != ''">
|
339
|
348
|
{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "0" }}
|
340
|
349
|
</span>
|
|
@@ -343,7 +352,7 @@
|
343
|
352
|
<span v-if="getTime(monitor.operate_time) != ''">
|
344
|
353
|
{{ monitor.displacement_quantity ? monitor.displacement_quantity : "0" }}
|
345
|
354
|
</span>
|
346
|
|
- </td>
|
|
355
|
+ </td> -->
|
347
|
356
|
<td>
|
348
|
357
|
<span v-if="getTime(monitor.operate_time) != ''">
|
349
|
358
|
{{ monitor.venous_pressure ? monitor.venous_pressure : "0" }}
|
|
@@ -372,7 +381,7 @@
|
372
|
381
|
<td style="width:60px;height:40px">
|
373
|
382
|
<p style="height:20px;line-height:20px">医生签名</p>
|
374
|
383
|
</td>
|
375
|
|
- <td style="width:60px;height:40px">
|
|
384
|
+ <td style="width:70px;height:40px">
|
376
|
385
|
<p style="height:20px;line-height:20px">医嘱执行时间</p>
|
377
|
386
|
</td>
|
378
|
387
|
<td style="width:60px;height:40px">
|
|
@@ -381,7 +390,7 @@
|
381
|
390
|
<td style="width:60px;height:60px">
|
382
|
391
|
<p style="height:20px;line-height:20px">核对</p>
|
383
|
392
|
</td>
|
384
|
|
- <td style="width:60px;height:40px">
|
|
393
|
+ <td style="width:70px;height:40px">
|
385
|
394
|
<p style="height:20px;line-height:20px">上次透后体重</p>
|
386
|
395
|
</td>
|
387
|
396
|
<td style="width:60px;height:40px">
|
|
@@ -389,8 +398,8 @@
|
389
|
398
|
</td>
|
390
|
399
|
</tr>
|
391
|
400
|
|
392
|
|
- <tr v-for="(advice, advice_index) in tableAdvice">
|
393
|
|
- <td>{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
|
401
|
+ <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
|
|
402
|
+ <td style="min-width:60px;height:40px">{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
394
|
403
|
<td>
|
395
|
404
|
<span v-if="advice.parent_id > 0">---></span>
|
396
|
405
|
<span>{{ advice.advice_name }}</span>
|
|
@@ -431,8 +440,8 @@
|
431
|
440
|
<table class="print-table" border="1">
|
432
|
441
|
<td>
|
433
|
442
|
<table class="table-box" style="table-layout:fixed">
|
434
|
|
- <tr>
|
435
|
|
- <td style="text-align:left;margin-left:15px;width:25%">
|
|
443
|
+ <tr class="ta_top">
|
|
444
|
+ <td style="text-align:left;margin-left:15px;width:25%;padding-top:10px;">
|
436
|
445
|
上机时间:
|
437
|
446
|
<span class="under-line">{{ getTime(Order.start_time, "{y}-{m}-{d} {h}:{i}") ? getTime(Order.start_time, "{y}-{m}-{d} {h}:{i}") : "0" }}</span>
|
438
|
447
|
</td>
|
|
@@ -456,7 +465,7 @@
|
456
|
465
|
</td>
|
457
|
466
|
</tr>
|
458
|
467
|
|
459
|
|
- <tr>
|
|
468
|
+ <tr class="ta_top">
|
460
|
469
|
<td style="text-align:left;margin-left:15px;width:25%">
|
461
|
470
|
下机护士:
|
462
|
471
|
<span class="under-line" v-if="finshForm.url === ''"> {{ finshForm.finish_nurse ? finshForm.finish_nurse : "/" }}</span>
|
|
@@ -481,7 +490,7 @@
|
481
|
490
|
{{ afterdialysis.actual_ultrafiltration ? afterdialysis.actual_ultrafiltration : "0" }} L</span>
|
482
|
491
|
</td>
|
483
|
492
|
</tr>
|
484
|
|
- <tr>
|
|
493
|
+ <tr class="ta_top">
|
485
|
494
|
<td style="text-align:left;margin-left:15px">
|
486
|
495
|
拔针后穿刺点渗血:
|
487
|
496
|
<span class="under-line" v-if="afterdialysis.puncture_point_oozing_blood === 0"> /</span>
|
|
@@ -504,7 +513,7 @@
|
504
|
513
|
</td>
|
505
|
514
|
<td width="10"></td>
|
506
|
515
|
</tr>
|
507
|
|
- <tr>
|
|
516
|
+ <tr class="ta_top">
|
508
|
517
|
<td style="text-align:left;margin-left:15px;" colspan="2">
|
509
|
518
|
并发症:
|
510
|
519
|
<span class="under-line"> {{ afterdialysis.complication }}</span>
|
|
@@ -1555,8 +1564,10 @@ export default {
|
1555
|
1564
|
width: 100%;
|
1556
|
1565
|
line-height: 23px;
|
1557
|
1566
|
font-size: 14px;
|
|
1567
|
+
|
1558
|
1568
|
}
|
1559
|
1569
|
|
|
1570
|
+
|
1560
|
1571
|
.dialysis-print-order .print-table {
|
1561
|
1572
|
width: 100%;
|
1562
|
1573
|
text-align: center;
|
|
@@ -1636,6 +1647,9 @@ export default {
|
1636
|
1647
|
padding: 1px 1px;
|
1637
|
1648
|
/*line-height: 25px;*/
|
1638
|
1649
|
}
|
|
1650
|
+.table-box .ta_top td{
|
|
1651
|
+ padding-top: 10px !important;
|
|
1652
|
+}
|
1639
|
1653
|
|
1640
|
1654
|
.es-img {
|
1641
|
1655
|
height: 25px;
|