|
@@ -28,9 +28,10 @@
|
28
|
28
|
display: inline-block;
|
29
|
29
|
"
|
30
|
30
|
>
|
31
|
|
- {{ orgname }} 血液净化治疗记录单
|
|
31
|
+ {{ orgname }}<br/>血液净化治疗记录单
|
32
|
32
|
</div>
|
33
|
33
|
</div>
|
|
34
|
+
|
34
|
35
|
<div class="row">
|
35
|
36
|
<div class="inline_block">
|
36
|
37
|
姓名:
|
|
@@ -133,13 +134,13 @@
|
133
|
134
|
<td colspan="2">
|
134
|
135
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
135
|
136
|
<div class="inline_block" style="flex: 1">
|
136
|
|
- 本次透析日期:
|
|
137
|
+ 本次透析日期:
|
137
|
138
|
<div class="under_line" style="width: 100px; text-align: center">
|
138
|
139
|
{{ getTime(record.schedule_date, "{y}-{m}-{d}") }}
|
139
|
140
|
</div>
|
140
|
141
|
</div>
|
141
|
142
|
<div class="inline_block" style="flex: 1">
|
142
|
|
- 透析次数:
|
|
143
|
+ 透析次数:
|
143
|
144
|
<div class="under_line" style="width: 70px; text-align: center">
|
144
|
145
|
{{
|
145
|
146
|
record.Count +
|
|
@@ -148,10 +149,10 @@
|
148
|
149
|
record.patient.user_sys_before_count
|
149
|
150
|
: "/"
|
150
|
151
|
}}
|
151
|
|
- </div>
|
|
152
|
+ </div>次
|
152
|
153
|
</div>
|
153
|
154
|
<div class="inline_block" style="flex: 1">
|
154
|
|
- 透析机型号:
|
|
155
|
+ 透析机型号:
|
155
|
156
|
<div class="under_line" style="width: 60%; text-align: center">
|
156
|
157
|
<span v-if="record.bed_id !=0 && record.bed_id !=''">
|
157
|
158
|
{{ getnumberlist(record.bed_id) }}
|
|
@@ -159,7 +160,7 @@
|
159
|
160
|
</div>
|
160
|
161
|
</div>
|
161
|
162
|
<div class="inline_block" style="flex: 1">
|
162
|
|
- 透析机号:
|
|
163
|
+ 透析机号:
|
163
|
164
|
<div class="under_line" style="width: 70px; text-align: center">
|
164
|
165
|
{{
|
165
|
166
|
record.dialysis_order &&
|
|
@@ -168,12 +169,12 @@
|
168
|
169
|
? record.dialysis_order.device_number.number
|
169
|
170
|
: record.device_number.number
|
170
|
171
|
}}
|
171
|
|
- </div>
|
|
172
|
+ </div>号
|
172
|
173
|
</div>
|
173
|
174
|
</div>
|
174
|
175
|
<div class="row" style="padding: 2px 0; line-height: 23px;display: flex">
|
175
|
176
|
<div class="inline_block" style="flex: 1;">
|
176
|
|
- T:
|
|
177
|
+ 温度:
|
177
|
178
|
<div class="under_line" style="width: 50px; text-align: center">
|
178
|
179
|
{{
|
179
|
180
|
record.assessment_before_dislysis.temperature
|
|
@@ -184,7 +185,7 @@
|
184
|
185
|
°C
|
185
|
186
|
</div>
|
186
|
187
|
<div class="inline_block" style="flex: 1;">
|
187
|
|
- P:
|
|
188
|
+ 脉搏:
|
188
|
189
|
<div class="under_line" style="width: 50px; text-align: center">
|
189
|
190
|
{{
|
190
|
191
|
record.assessment_before_dislysis.pulse_frequency
|
|
@@ -195,18 +196,7 @@
|
195
|
196
|
次/分
|
196
|
197
|
</div>
|
197
|
198
|
<div class="inline_block" style="flex: 1;">
|
198
|
|
- R:
|
199
|
|
- <div class="under_line" style="width: 50px; text-align: center">
|
200
|
|
- {{
|
201
|
|
- record.assessment_before_dislysis.breathing_rate
|
202
|
|
- ? record.assessment_before_dislysis.breathing_rate
|
203
|
|
- : "/"
|
204
|
|
- }}
|
205
|
|
- </div>
|
206
|
|
- 次/分
|
207
|
|
- </div>
|
208
|
|
- <div class="inline_block" style="flex: 1;">
|
209
|
|
- BP:
|
|
199
|
+ 血压:
|
210
|
200
|
<div class="under_line" style="width: 50px; text-align: center">
|
211
|
201
|
{{
|
212
|
202
|
record.assessment_before_dislysis.systolic_blood_pressure
|
|
@@ -224,10 +214,21 @@
|
224
|
214
|
</div>
|
225
|
215
|
mmHg
|
226
|
216
|
</div>
|
|
217
|
+ <div class="inline_block" style="flex: 1;">
|
|
218
|
+ 呼吸:
|
|
219
|
+ <div class="under_line" style="width: 50px; text-align: center">
|
|
220
|
+ {{
|
|
221
|
+ record.assessment_before_dislysis.breathing_rate
|
|
222
|
+ ? record.assessment_before_dislysis.breathing_rate
|
|
223
|
+ : "/"
|
|
224
|
+ }}
|
|
225
|
+ </div>
|
|
226
|
+ 次/分
|
|
227
|
+ </div>
|
227
|
228
|
</div>
|
228
|
229
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
229
|
230
|
<div class="inline_block" style="flex: 1;">
|
230
|
|
- 透析时间:
|
|
231
|
+ 透析时间:
|
231
|
232
|
<div class="under_line"
|
232
|
233
|
style=" width: 50%; text-align: center; white-space: normal; "
|
233
|
234
|
>
|
|
@@ -237,7 +238,7 @@
|
237
|
238
|
</div>
|
238
|
239
|
|
239
|
240
|
<div class="inline_block" style="flex: 1">
|
240
|
|
- 透析方式:
|
|
241
|
+ 透析方式:
|
241
|
242
|
<div class="under_line"
|
242
|
243
|
style="width: 50%;text-align: center;white-space: normal;"
|
243
|
244
|
>
|
|
@@ -246,7 +247,7 @@
|
246
|
247
|
</div>
|
247
|
248
|
|
248
|
249
|
<div class="inline_block" style="flex: 1;">
|
249
|
|
- 血管通路:
|
|
250
|
+ 血管通路:
|
250
|
251
|
<div class="under_line" style="width: 68%;white-space: normal;">
|
251
|
252
|
<!-- {{ QueryPartById(predialysis.blood_access_part_id) }} -->
|
252
|
253
|
{{
|
|
@@ -264,7 +265,7 @@
|
264
|
265
|
</div>
|
265
|
266
|
|
266
|
267
|
<div class="inline_block" style="flex: 1">
|
267
|
|
- 导管:
|
|
268
|
+ 导管:
|
268
|
269
|
<div class="under_line"
|
269
|
270
|
style="width: 80%; text-align: center;white-space: normal;"
|
270
|
271
|
>
|
|
@@ -274,7 +275,7 @@
|
274
|
275
|
</div>
|
275
|
276
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
276
|
277
|
<div class="inline_block" style="flex: 1">
|
277
|
|
- 透析(滤)器:
|
|
278
|
+ 透析(滤)器:
|
278
|
279
|
<div class="under_line"
|
279
|
280
|
style="width: 40%; text-align: center"
|
280
|
281
|
>
|
|
@@ -293,7 +294,7 @@
|
293
|
294
|
</div>
|
294
|
295
|
</div>
|
295
|
296
|
<div class="inline_block" style="flex: 1">
|
296
|
|
- 灌流器:
|
|
297
|
+ 灌流器:
|
297
|
298
|
<div class="under_line" style="width: 80px; text-align: center">
|
298
|
299
|
{{
|
299
|
300
|
record.prescription.dialysis_irrigation
|
|
@@ -304,20 +305,17 @@
|
304
|
305
|
</div>
|
305
|
306
|
|
306
|
307
|
<div class="inline_block" style="flex: 1">
|
307
|
|
- 置换方式:
|
|
308
|
+ 置换方式:
|
308
|
309
|
<div class="under_line"
|
309
|
|
- style="width: 100px; text-align: center"
|
|
310
|
+ style="width: 50px; text-align: center"
|
310
|
311
|
>
|
311
|
312
|
{{
|
312
|
313
|
getDisplaceLiquiPart(record.prescription.displace_liqui_part)
|
313
|
314
|
}}
|
314
|
315
|
</div>
|
315
|
|
- </div>
|
316
|
|
-
|
317
|
|
- <div class="inline_block" style="flex: 1">
|
318
|
|
- 置换量:
|
|
316
|
+ 置换量:
|
319
|
317
|
<div class="under_line"
|
320
|
|
- style="width: 70px; text-align: center"
|
|
318
|
+ style="width: 30px; text-align: center"
|
321
|
319
|
>
|
322
|
320
|
<span>{{
|
323
|
321
|
record.prescription.replacement_total
|
|
@@ -330,7 +328,7 @@
|
330
|
328
|
</div>
|
331
|
329
|
|
332
|
330
|
<div class="inline_block" style="flex: 1">
|
333
|
|
- 血流量:
|
|
331
|
+ 血流量:
|
334
|
332
|
<div class="under_line"
|
335
|
333
|
style="width: 50px; text-align: center"
|
336
|
334
|
>
|
|
@@ -345,7 +343,7 @@
|
345
|
343
|
</div>
|
346
|
344
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
347
|
345
|
<div class="inline_block" style="flex: 1">
|
348
|
|
- 干体重:
|
|
346
|
+ 干体重:
|
349
|
347
|
<div class="under_line" style="width: 100px; text-align: center">
|
350
|
348
|
{{
|
351
|
349
|
record.assessment_before_dislysis.dry_weight
|
|
@@ -355,14 +353,14 @@
|
355
|
353
|
kg
|
356
|
354
|
</div>
|
357
|
355
|
<div class="inline_block" style="flex: 1">
|
358
|
|
- 上次透后体重:
|
|
356
|
+ 上次透后体重:
|
359
|
357
|
<div class="under_line" style="width: 100px; text-align: center">
|
360
|
358
|
{{record.lastafterweight.weight_after ? record.lastafterweight.weight_after:"未称重"}}
|
361
|
359
|
</div>
|
362
|
360
|
kg
|
363
|
361
|
</div>
|
364
|
362
|
<div class="inline_block" style="flex: 1">
|
365
|
|
- 透前体重:
|
|
363
|
+ 透前体重:
|
366
|
364
|
<div class="under_line" style="width: 70px; text-align: center">
|
367
|
365
|
<span>{{
|
368
|
366
|
record.assessment_before_dislysis.weight_before
|
|
@@ -379,7 +377,7 @@
|
379
|
377
|
kg
|
380
|
378
|
</div>
|
381
|
379
|
<div class="inline_block" style="flex: 1">
|
382
|
|
- 计划超滤量:
|
|
380
|
+ 计划超滤量:
|
383
|
381
|
<div class="under_line" style="width: 100px; text-align: center">
|
384
|
382
|
{{
|
385
|
383
|
record.prescription.target_ultrafiltration
|
|
@@ -387,12 +385,25 @@
|
387
|
385
|
: "/"
|
388
|
386
|
}}
|
389
|
387
|
</div>
|
390
|
|
- L
|
|
388
|
+ kg
|
391
|
389
|
</div>
|
392
|
390
|
</div>
|
393
|
391
|
<div class="row" style="padding: 2px 0; line-height: 23px;display: flex;">
|
394
|
|
- <div class="inline_block" style="flex: 1.3;">
|
395
|
|
- 透析液成分:钾:
|
|
392
|
+ <div class="inline_block" style="flex: 1;">
|
|
393
|
+ 透析液流量:
|
|
394
|
+ <div class="under_line"
|
|
395
|
+ style="width: 50px; text-align: center"
|
|
396
|
+ >
|
|
397
|
+ {{
|
|
398
|
+ record.prescription.dialysate_flow
|
|
399
|
+ ? record.prescription.dialysate_flow
|
|
400
|
+ : "/"
|
|
401
|
+ }}
|
|
402
|
+ </div>
|
|
403
|
+ ml/min
|
|
404
|
+ </div>
|
|
405
|
+ <div class="inline_block" style="flex: 1;">
|
|
406
|
+ 透析液成分:钾:
|
396
|
407
|
<div class="under_line"
|
397
|
408
|
style="width: 50px; text-align: center"
|
398
|
409
|
>
|
|
@@ -402,27 +413,24 @@
|
402
|
413
|
mmol/L
|
403
|
414
|
</div>
|
404
|
415
|
<div class="inline_block" style="flex: 1;">
|
405
|
|
- 钠:
|
406
|
|
- <div
|
407
|
|
- class="under_line"
|
408
|
|
- style="width: 50px; text-align: center"
|
|
416
|
+ 钠:
|
|
417
|
+ <div class="under_line"
|
|
418
|
+ style="width: 35px; text-align: center"
|
409
|
419
|
>
|
410
|
420
|
<span>{{ record.prescription.sodium ? record.prescription.sodium : "/" }}</span>
|
411
|
421
|
</div>
|
412
|
422
|
mmol/L
|
413
|
|
- </div>
|
414
|
|
- <div class="inline_block" style="flex: 1;">
|
415
|
|
- 钙:
|
416
|
|
- <div
|
417
|
|
- class="under_line"
|
418
|
|
- style="width: 50px; text-align: center"
|
|
423
|
+ 钙:
|
|
424
|
+ <div class="under_line"
|
|
425
|
+ style="width: 35px; text-align: center"
|
419
|
426
|
>
|
420
|
427
|
<span> {{ record.prescription.calcium ? record.prescription.calcium : "/" }}</span>
|
421
|
428
|
</div>
|
422
|
429
|
mmol/L
|
423
|
430
|
</div>
|
424
|
|
- <div class="inline_block" style="flex: 1.2;">
|
425
|
|
- 碳酸氢根:
|
|
431
|
+
|
|
432
|
+ <div class="inline_block" style="flex: 1;">
|
|
433
|
+ 碳酸氢根:
|
426
|
434
|
<div class="under_line"
|
427
|
435
|
style="width: 50px; text-align: center"
|
428
|
436
|
>
|
|
@@ -434,23 +442,11 @@
|
434
|
442
|
</div>
|
435
|
443
|
mmol/L
|
436
|
444
|
</div>
|
437
|
|
- <div class="inline_block" style="flex: 1;">
|
438
|
|
- 流量:
|
439
|
|
- <div class="under_line"
|
440
|
|
- style="width: 50px; text-align: center"
|
441
|
|
- >
|
442
|
|
- {{
|
443
|
|
- record.prescription.dialysate_flow
|
444
|
|
- ? record.prescription.dialysate_flow
|
445
|
|
- : "/"
|
446
|
|
- }}
|
447
|
|
- </div>
|
448
|
|
- ml/min
|
449
|
|
- </div>
|
|
445
|
+
|
450
|
446
|
</div>
|
451
|
447
|
<div class="row" style="padding: 2px 0; line-height: 23px;display: flex;">
|
452
|
448
|
<div class="inline_block" style="flex: 1;">
|
453
|
|
- 抗凝剂:
|
|
449
|
+ 抗凝剂:
|
454
|
450
|
<div class="under_line"
|
455
|
451
|
style="width: 150px; text-align: center"
|
456
|
452
|
>
|
|
@@ -463,7 +459,7 @@
|
463
|
459
|
<div class="inline_block" style="flex: 1;"
|
464
|
460
|
v-if="record.prescription.anticoagulant != 5"
|
465
|
461
|
>
|
466
|
|
- 首剂:
|
|
462
|
+ 首剂:
|
467
|
463
|
<div class="under_line"
|
468
|
464
|
style="width: 50px; text-align: center"
|
469
|
465
|
>
|
|
@@ -479,7 +475,7 @@
|
479
|
475
|
|
480
|
476
|
</div>
|
481
|
477
|
<div class="inline_block" style="flex: 1;">
|
482
|
|
- 追加:
|
|
478
|
+ 追加:
|
483
|
479
|
<div class="under_line"
|
484
|
480
|
style="width: 50px; text-align: center"
|
485
|
481
|
>
|
|
@@ -497,7 +493,7 @@
|
497
|
493
|
<div class="inline_block" style="flex: 1;"
|
498
|
494
|
v-if="record.prescription.anticoagulant == 5"
|
499
|
495
|
>
|
500
|
|
- 钙名称:
|
|
496
|
+ 钙名称:
|
501
|
497
|
<div
|
502
|
498
|
class="under_line"
|
503
|
499
|
style="width: 150px; text-align: center"
|
|
@@ -512,7 +508,7 @@
|
512
|
508
|
<div class="inline_block" style="flex: 1;"
|
513
|
509
|
v-if="record.prescription.anticoagulant == 5"
|
514
|
510
|
>
|
515
|
|
- 钙剂量:
|
|
511
|
+ 钙剂量:
|
516
|
512
|
<div
|
517
|
513
|
class="under_line"
|
518
|
514
|
style="width: 50px; text-align: center"
|
|
@@ -528,7 +524,7 @@
|
528
|
524
|
<div class="inline_block" style="flex: 1;"
|
529
|
525
|
v-if="record.prescription.anticoagulant != 5"
|
530
|
526
|
>
|
531
|
|
- 总量:
|
|
527
|
+ 总量:
|
532
|
528
|
<div class="under_line"
|
533
|
529
|
style="width: 50px; text-align: center"
|
534
|
530
|
>
|
|
@@ -545,14 +541,24 @@
|
545
|
541
|
</div>
|
546
|
542
|
</div>
|
547
|
543
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
548
|
|
- <div style="flex:2">流行性病史:</div>
|
|
544
|
+ <div style="flex:2">
|
|
545
|
+ 流行性病史:
|
|
546
|
+ <div class="under_line"
|
|
547
|
+ style="width: 40%; text-align: center"
|
|
548
|
+ >
|
|
549
|
+ <span style="display: inline-block;height: 30px;"></span>
|
|
550
|
+ </div>
|
|
551
|
+ </div>
|
549
|
552
|
<div style="flex:1">医生签名:
|
550
|
|
- <span v-if=" setAdminUserES( record.prescription, 'creater') == ''">
|
551
|
|
- {{ getAdminUser( record.prescription, "creater")}}
|
552
|
|
- </span>
|
553
|
|
- <img class="es-img" :src=" setAdminUserES( record.prescription, 'creater')"
|
554
|
|
- alt="" srcset="" v-else style="height: 30px"
|
555
|
|
- />
|
|
553
|
+ <div class="under_line" style="width: 40%; text-align: center">
|
|
554
|
+ <span v-if=" setAdminUserES( record.prescription, 'creater') == ''">
|
|
555
|
+ {{ getAdminUser( record.prescription, "creater")}}
|
|
556
|
+ </span>
|
|
557
|
+ <img class="es-img" :src=" setAdminUserES( record.prescription, 'creater')"
|
|
558
|
+ alt="" srcset="" v-else style="height: 30px"
|
|
559
|
+ />
|
|
560
|
+ </div>
|
|
561
|
+
|
556
|
562
|
</div>
|
557
|
563
|
</div>
|
558
|
564
|
</td>
|
|
@@ -838,40 +844,6 @@
|
838
|
844
|
}}</span>
|
839
|
845
|
</td>
|
840
|
846
|
</tr>
|
841
|
|
-
|
842
|
|
- <tr v-for="(advice, advice_index) in record.his_project" :key="advice_index">
|
843
|
|
- <td height="32px;padding:1px 1px">
|
844
|
|
- <span v-if="advice.start_time">
|
845
|
|
- {{ getTime(advice.start_time, "{h}:{i}") }}
|
846
|
|
- </span>
|
847
|
|
- </td>
|
848
|
|
- <td height="32px" colspan="2" class="advice-name" style="padding-left:7px;">
|
849
|
|
- <span style="padding-left:5px;display:inline-block;">
|
850
|
|
- <span v-if="advice.type ==2">{{ advice && advice.project ? advice.project.project_name : '' }} {{ advice.count }} {{ advice.unit }}</span>
|
851
|
|
- <span v-if="advice.type ==3">{{ advice && advice.good_info ? advice.good_info.good_name : '' }} {{ advice && advice.good_info ? advice.good_info.specification_name : '' }} {{ advice.count }} {{ advice.unit }}</span>
|
852
|
|
- </span>
|
853
|
|
- </td>
|
854
|
|
-
|
855
|
|
- <td height="32px">
|
856
|
|
- <span v-if="setAdminUserES(advice, 'doctor') == ''">
|
857
|
|
- {{getAdminUser(advice, 'doctor')}}
|
858
|
|
- </span>
|
859
|
|
- <span v-else style="display:flex;align-items:center;justify-content:space-around;height:36px;">
|
860
|
|
- <img style="height:30px;" :src="setAdminUserES(advice, 'doctor')" alt srcset />
|
861
|
|
- </span>
|
862
|
|
- </td>
|
863
|
|
- <td height="32px">
|
864
|
|
- <span v-if="setAdminUserES(advice, 'execution_staff') == ''">
|
865
|
|
- {{getAdminUser(advice, 'execution_staff')}}
|
866
|
|
- </span>
|
867
|
|
- <span v-else>
|
868
|
|
- <img style="height:30px;" :src="setAdminUserES(advice, 'execution_staff')" alt srcset />
|
869
|
|
- </span>
|
870
|
|
- </td>
|
871
|
|
- <td height="32px">
|
872
|
|
- <span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
|
873
|
|
- </td>
|
874
|
|
- </tr>
|
875
|
847
|
</template>
|
876
|
848
|
</tbody>
|
877
|
849
|
</table>
|
|
@@ -896,7 +868,7 @@
|
896
|
868
|
</div>
|
897
|
869
|
<div class="row">
|
898
|
870
|
<div class="inline_block">
|
899
|
|
- 姓名:
|
|
871
|
+ 姓名:
|
900
|
872
|
<div class="under_line" style="width: 50px; text-align: center">
|
901
|
873
|
{{ record.patient.name }}
|
902
|
874
|
</div>
|
|
@@ -1004,7 +976,7 @@
|
1004
|
976
|
<td>
|
1005
|
977
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
1006
|
978
|
<div class="inline_block" style="flex: 1">
|
1007
|
|
- T:
|
|
979
|
+ 温度:
|
1008
|
980
|
<div
|
1009
|
981
|
class="under_line"
|
1010
|
982
|
style="width: 50px; text-align: center"
|
|
@@ -1018,7 +990,7 @@
|
1018
|
990
|
°C
|
1019
|
991
|
</div>
|
1020
|
992
|
<div class="inline_block" style="flex: 1">
|
1021
|
|
- P:
|
|
993
|
+ 脉搏:
|
1022
|
994
|
<div class="under_line"
|
1023
|
995
|
style="width: 50px; text-align: center"
|
1024
|
996
|
>
|
|
@@ -1031,23 +1003,9 @@
|
1031
|
1003
|
次/分
|
1032
|
1004
|
</div>
|
1033
|
1005
|
<div class="inline_block" style="flex: 1">
|
1034
|
|
- R:
|
|
1006
|
+ 血压:
|
1035
|
1007
|
<div class="under_line"
|
1036
|
1008
|
style="width: 50px; text-align: center"
|
1037
|
|
- >
|
1038
|
|
- {{
|
1039
|
|
- record.assessment_after_dislysis.breathing_rate
|
1040
|
|
- ? record.assessment_after_dislysis.breathing_rate
|
1041
|
|
- : "/"
|
1042
|
|
- }}
|
1043
|
|
- </div>
|
1044
|
|
- 次/分
|
1045
|
|
- </div>
|
1046
|
|
- <div class="inline_block" style="flex: 1.5">
|
1047
|
|
- BP:
|
1048
|
|
- <div
|
1049
|
|
- class="under_line"
|
1050
|
|
- style="width: 50px; text-align: center"
|
1051
|
1009
|
>
|
1052
|
1010
|
{{
|
1053
|
1011
|
record.assessment_after_dislysis.systolic_blood_pressure
|
|
@@ -1056,8 +1014,7 @@
|
1056
|
1014
|
}}
|
1057
|
1015
|
</div>
|
1058
|
1016
|
/
|
1059
|
|
- <div
|
1060
|
|
- class="under_line"
|
|
1017
|
+ <div class="under_line"
|
1061
|
1018
|
style="width: 50px; text-align: center"
|
1062
|
1019
|
>
|
1063
|
1020
|
{{
|
|
@@ -1068,11 +1025,23 @@
|
1068
|
1025
|
</div>
|
1069
|
1026
|
mmHg
|
1070
|
1027
|
</div>
|
1071
|
|
-
|
|
1028
|
+ <div class="inline_block" style="flex: 1">
|
|
1029
|
+ 呼吸:
|
|
1030
|
+ <div class="under_line"
|
|
1031
|
+ style="width: 50px; text-align: center"
|
|
1032
|
+ >
|
|
1033
|
+ {{
|
|
1034
|
+ record.assessment_after_dislysis.breathing_rate
|
|
1035
|
+ ? record.assessment_after_dislysis.breathing_rate
|
|
1036
|
+ : "/"
|
|
1037
|
+ }}
|
|
1038
|
+ </div>
|
|
1039
|
+ 次/分
|
|
1040
|
+ </div>
|
1072
|
1041
|
</div>
|
1073
|
1042
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
1074
|
1043
|
<div class="inline_block" style="flex: 2">
|
1075
|
|
- 透析器凝血:
|
|
1044
|
+ 透析器凝血:
|
1076
|
1045
|
<div class="under_line"
|
1077
|
1046
|
style=" width: 60%; text-align: center; white-space: normal;"
|
1078
|
1047
|
>
|
|
@@ -1080,7 +1049,7 @@
|
1080
|
1049
|
</div>
|
1081
|
1050
|
</div>
|
1082
|
1051
|
<div class="inline_block" style="flex: 2">
|
1083
|
|
- 内瘘:
|
|
1052
|
+ 内瘘:
|
1084
|
1053
|
<div class="under_line"
|
1085
|
1054
|
style=" width: 75%; text-align: center; white-space: normal;"
|
1086
|
1055
|
>
|
|
@@ -1092,7 +1061,7 @@
|
1092
|
1061
|
</div>
|
1093
|
1062
|
</div>
|
1094
|
1063
|
<div class="inline_block" style="flex: 2">
|
1095
|
|
- 导管:
|
|
1064
|
+ 导管:
|
1096
|
1065
|
<div class="under_line"
|
1097
|
1066
|
style="min-width: 75%; text-align: center"
|
1098
|
1067
|
>
|
|
@@ -1102,7 +1071,7 @@
|
1102
|
1071
|
</div>
|
1103
|
1072
|
</div>
|
1104
|
1073
|
<div class="inline_block" style="flex: 2">
|
1105
|
|
- 实际治疗时间:
|
|
1074
|
+ 实际治疗时间:
|
1106
|
1075
|
<div class="under_line"
|
1107
|
1076
|
style="width: 30px; text-align: center"
|
1108
|
1077
|
>
|
|
@@ -1127,7 +1096,7 @@
|
1127
|
1096
|
</div>
|
1128
|
1097
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
1129
|
1098
|
<div class="inline_block" style="flex: 1">
|
1130
|
|
- 透后体重:
|
|
1099
|
+ 透后体重:
|
1131
|
1100
|
<div class="under_line" style="width: 70px; text-align: center">
|
1132
|
1101
|
<span>
|
1133
|
1102
|
{{
|
|
@@ -1146,7 +1115,7 @@
|
1146
|
1115
|
</div>
|
1147
|
1116
|
|
1148
|
1117
|
<div class="inline_block" style="flex: 1">
|
1149
|
|
- 体重减少:
|
|
1118
|
+ 体重减少:
|
1150
|
1119
|
<div class="under_line"
|
1151
|
1120
|
style="width: 70px; text-align: center"
|
1152
|
1121
|
>
|
|
@@ -1162,9 +1131,7 @@
|
1162
|
1131
|
</div>
|
1163
|
1132
|
|
1164
|
1133
|
<div class="inline_block" style="flex: 1">
|
1165
|
|
- <span>
|
1166
|
|
- 透析中入量(L):
|
1167
|
|
- </span>
|
|
1134
|
+ <span>透析中入量(L):</span>
|
1168
|
1135
|
<div class="under_line"
|
1169
|
1136
|
style="width: 70px; text-align: center"
|
1170
|
1137
|
>
|
|
@@ -1175,12 +1142,11 @@
|
1175
|
1142
|
: "/"
|
1176
|
1143
|
}}
|
1177
|
1144
|
</div>
|
1178
|
|
-
|
1179
|
1145
|
{{ getUnit(record) }}
|
1180
|
1146
|
</div>
|
1181
|
1147
|
|
1182
|
1148
|
<div class="inline_block" style="flex: 1">
|
1183
|
|
- 实际超滤量:
|
|
1149
|
+ 实际超滤量:
|
1184
|
1150
|
<div class="under_line"
|
1185
|
1151
|
style="width: 70px; text-align: center"
|
1186
|
1152
|
>
|
|
@@ -1190,13 +1156,13 @@
|
1190
|
1156
|
: "/"
|
1191
|
1157
|
}}
|
1192
|
1158
|
</div>
|
1193
|
|
- ml
|
|
1159
|
+ kg
|
1194
|
1160
|
</div>
|
1195
|
1161
|
</div>
|
1196
|
1162
|
|
1197
|
1163
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
1198
|
1164
|
<div class="inline_block" style="flex: 1; display: inline-block">
|
1199
|
|
- 治疗小结:
|
|
1165
|
+ 治疗小结:
|
1200
|
1166
|
<div class="under_line"
|
1201
|
1167
|
style=" width: 840px;
|
1202
|
1168
|
line-height: 25px;
|
|
@@ -1217,7 +1183,7 @@
|
1217
|
1183
|
|
1218
|
1184
|
<div class="row" style="padding: 2px 0; line-height: 23px; display: flex">
|
1219
|
1185
|
<div class="inline_block" style="flex: 1; display: inline-block">
|
1220
|
|
- 宣教知识:
|
|
1186
|
+ 宣教知识:
|
1221
|
1187
|
<div class="under_line"
|
1222
|
1188
|
style=" width: 840px;
|
1223
|
1189
|
line-height: 25px;
|
|
@@ -1244,7 +1210,7 @@
|
1244
|
1210
|
style="padding: 2px 0; line-height: 23px; display: flex"
|
1245
|
1211
|
>
|
1246
|
1212
|
<div class="inline_block" style="flex: 1">
|
1247
|
|
- 上机护士:
|
|
1213
|
+ 上机护士:
|
1248
|
1214
|
<div class="under_line"
|
1249
|
1215
|
style="width: 80px; text-align: center"
|
1250
|
1216
|
>
|
|
@@ -1273,7 +1239,7 @@
|
1273
|
1239
|
</div>
|
1274
|
1240
|
|
1275
|
1241
|
<div class="inline_block" style="flex: 1">
|
1276
|
|
- 核对护士:
|
|
1242
|
+ 核对护士:
|
1277
|
1243
|
<div
|
1278
|
1244
|
class="under_line"
|
1279
|
1245
|
style="width: 80px; text-align: left"
|
|
@@ -1401,7 +1367,7 @@
|
1401
|
1367
|
</div>
|
1402
|
1368
|
|
1403
|
1369
|
<div class="inline_block" style="flex: 1">
|
1404
|
|
- 下机护士:
|
|
1370
|
+ 下机护士:
|
1405
|
1371
|
<div
|
1406
|
1372
|
class="under_line"
|
1407
|
1373
|
style="width: 80px; text-align: center"
|
|
@@ -1453,7 +1419,7 @@
|
1453
|
1419
|
</div>
|
1454
|
1420
|
</div>
|
1455
|
1421
|
<div class="inline_block" style="flex: 1">
|
1456
|
|
- 下机时间:
|
|
1422
|
+ 下机时间:
|
1457
|
1423
|
<div class="under_line" style="width: 80px; text-align: center">
|
1458
|
1424
|
<span style="height: 30px; display: inline-block">
|
1459
|
1425
|
</span>
|
|
@@ -2038,7 +2004,7 @@ export default {
|
2038
|
2004
|
},
|
2039
|
2005
|
printAction: function () {
|
2040
|
2006
|
const style =
|
2041
|
|
- '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 14px; height: 12px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 15px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;}.print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 5px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:950px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top:1050px;left: 50%;}.print-yema5{position: absolute;top:1370px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}';
|
|
2007
|
+ '@media print {.option_panel { margin: 0 5px 0 0; } .option_panel .check_box_panel { white-space: nowrap; outline: none; display: inline-block; line-height: 1; position: relative; vertical-align: middle; } .dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px}.option_panel .check_box_panel .check_box { display: inline-block; position: relative; border: 1px solid #000; box-sizing: border-box; width: 20px; height: 20px; background-color: #fff; } .check_box_panel .did_checked::after { content: "√"; font-size: 16px; } .print_page_main_content {background-color: white;width: 960px;margin: 0 auto 50px;padding: 0 0 0 0; page-break-after: always;}.print_page_main_content .order-yy-name {margin: auto;text-align: center;font-size: 20px;letter-spacing: 5px;}.print_page_main_content .order_title {text-align: center;font-size: 23px; line-height: 50px;font-weight: 500;} .row {font-size: 14px;line-height: 20px;padding: 5px 0;}.inline_block { display: inline-block;}.under_line_two {display: inline-block;border-bottom: 1px solid #999;text-align: left;white-space: nowrap;width: 50%;}.under_line {display: inline-block;border-bottom: 1px solid #999;text-align: center;white-space: nowrap; width: 50%;}.flex {display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;align-items: center;-webkit-align-items: center;box-align: center;-moz-box-align: center;-webkit-box-align: center;text-align: center;-webkit-justify-content: space-between;justify-content: space-between;-moz-box-pack: space-between;-webkit--moz-box-pack: space-between;box-pack: space-between;}.print_page_main_content .proj_table {width: 100%;border: 1px solid;border-collapse: collapse;padding: 2px;}.print_page_main_content .proj_table tbody tr td {border: 1px solid;font-size: 16px;padding: 5px 8px;line-height: 30px;}.print_page_main_content .proj_table .inside_table {width: 100%;border: hidden; border-collapse: collapse;}.print_page_main_content .proj_table .inside_table tr td {border: 1px solid; text-align: center;font-size: 14px;padding: 6px 5px;line-height: 16px;}.print-table-no {width: 100%;text-align: center;border-collapse: collapse;font-size: 14px;}.es-img {height: 30px;}.advice-name {text-align: left !important;line-height: 16px !important;}.advice-children {display: flex;}}.margin-bottom-300 {margin-bottom:450px;}.margin-bottom-600 {margin-bottom:600px;}.margin-bottom-900 {margin-bottom:950px;}.print-yema{ position: absolute;top: 920px;left: 50%;} .print-yema2{ position: absolute;top: 400px;left: 50%;}.print-yema3{position: absolute;top: 1230px;left: 50%;}.print-yema4{position: absolute;top:1050px;left: 50%;}.print-yema5{position: absolute;top:1370px;left: 50%;}.check_box{width:15px !important;height:15px !important;}.did_checke::after {font-size: 8px;margin-left: 2px;margin-top: 12px !important;position: absolute;}';
|
2042
|
2008
|
|
2043
|
2009
|
printJS({
|
2044
|
2010
|
printable: "print_content",
|
|
@@ -2187,7 +2153,7 @@ export default {
|
2187
|
2153
|
}
|
2188
|
2154
|
return "";
|
2189
|
2155
|
},
|
2190
|
|
- // 函数说明:因为一次透析记录有些记录不一定是必须填的,比如 record.receive_assessment 可能为 null,所以要取 record.receive_assessment.way 前需要判断 record.receive_assessment 是否为 null,所以这个方法用来简化模板渲染的代码
|
|
2156
|
+ // 函数说明:因为一次透析记录有些记录不一定是必须填的,比如 record.receive_assessment 可能为 null,所以要取 record.receive_assessment.way 前需要判断 record.receive_assessment 是否为 null,所以这个方法用来简化模板渲染的代码
|
2191
|
2157
|
// 参数说明:比如判断 record.receive_assessment.way 是不是为1,参数为 (record.receive_assessment, way, 1)
|
2192
|
2158
|
isCheckBoxChecked: function (record, key, target_value) {
|
2193
|
2159
|
if (record == null || record == undefined) {
|