|
@@ -139,25 +139,15 @@
|
139
|
139
|
(<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('内瘘-左') > -1 ? true : false" showValue="左"></label-box>
|
140
|
140
|
<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('内瘘-右') > -1 ? true : false" showValue="右"></label-box>)
|
141
|
141
|
|
142
|
|
- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右') > -1 ? true : false" showValue="中心静脉置管"></label-box>
|
143
|
|
- (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左') > -1 ? true : false" showValue="左"></label-box>
|
144
|
|
- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右') > -1 ? true : false" showValue="右"></label-box>)部位
|
|
142
|
+ <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-颈内') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-锁骨下') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-股') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-颈内') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-锁骨下') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-股') > -1 ? true : false" showValue="中心静脉置管"></label-box>
|
|
143
|
+ (<label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-颈内') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-锁骨下') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-股') > -1 ? true : false" showValue="左"></label-box>
|
|
144
|
+ <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-颈内') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-锁骨下') > -1 ? true : predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-股') > -1 ? true : false" showValue="右"></label-box>)部位
|
145
|
145
|
|
146
|
|
- <!-- <label-box :isChecked="predialysis.blood_access_part_id > 0 ? (getPartName(predialysis.blood_access_part_id).indexOf('颈内') > -1 ? true : false) : false" showValue="颈内"></label-box>
|
|
146
|
+ <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-颈内')>-1?true:predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-颈内')>-1?true:false" showValue="颈内"></label-box>
|
147
|
147
|
|
148
|
|
- <label-box :isChecked="predialysis.blood_access_part_id > 0 ? (getPartName(predialysis.blood_access_part_id).indexOf('锁骨下') > -1 ? true : false) : false" showValue="锁骨下"></label-box>
|
|
148
|
+ <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-锁骨下')>-1?true:predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-锁骨下')>-1?true:false" showValue="锁骨下"></label-box>
|
149
|
149
|
|
150
|
|
- <label-box :isChecked="predialysis.blood_access_part_id > 0 ? (getPartName(predialysis.blood_access_part_id).indexOf('股') > -1 ? true : false) : false" showValue="股"></label-box>
|
151
|
|
-
|
152
|
|
- <label-box :isChecked="predialysis.blood_access_part_id > 0 ? (getPartName(predialysis.blood_access_part_id).indexOf('其他') > -1? true : false) :false" showValue="其他"></label-box>
|
153
|
|
- -->
|
154
|
|
- <label-box :isChecked="predialysis.blood_access_part_id.indexOf('颈内')>-1?true:false" showValue="颈内"></label-box>
|
155
|
|
-
|
156
|
|
- <label-box :isChecked="predialysis.blood_access_part_id.indexOf('锁骨下')>-1?true:false" showValue="锁骨下"></label-box>
|
157
|
|
-
|
158
|
|
- <label-box :isChecked="predialysis.blood_access_part_id.indexOf('股')>-1?true:false" showValue="股"></label-box>
|
159
|
|
-
|
160
|
|
- <label-box :isChecked="predialysis.blood_access_part_id.indexOf('其他')>-1?true:false" showValue="其他"></label-box>
|
|
150
|
+ <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-左-股')>-1?true:predialysis.blood_access_part_opera_name.indexOf('中心静脉置管-右-股')>-1?true:false" showValue="股"></label-box>
|
161
|
151
|
|
162
|
152
|
</div>
|
163
|
153
|
</div>
|
|
@@ -311,7 +301,9 @@
|
311
|
301
|
</div>
|
312
|
302
|
出血
|
313
|
303
|
<div class="inline_block under_line" style="width:150px;text-align: center;margin-right:30px;">
|
314
|
|
- {{ predialysis.is_hemorrhage == 1 && predialysis.hemorrhage ? predialysis.hemorrhage : "" }}
|
|
304
|
+ <span v-if="predialysis.is_hemorrhage == 1">{{ predialysis.is_hemorrhage == 1 && predialysis.hemorrhage ? predialysis.hemorrhage : "" }}</span>
|
|
305
|
+ <span v-if="predialysis.is_hemorrhage == 2">无</span>
|
|
306
|
+ <span v-if="predialysis.is_hemorrhage != 2 && predialysis.is_hemorrhage != 1">/</span>
|
315
|
307
|
</div>
|
316
|
308
|
跌倒风险预防措施
|
317
|
309
|
<div class="inline_block under_line" style="width:100px;text-align: center;">
|
|
@@ -446,110 +438,159 @@
|
446
|
438
|
<table class="print-table" border="1">
|
447
|
439
|
<tbody>
|
448
|
440
|
<tr style="height:30px;line-height:30px">
|
449
|
|
- <td width="70" rowspan="3" style="padding-left:5px;border:none;border-right:1px solid #000;">
|
|
441
|
+ <td width="30" rowspan="4" style="padding-left:5px;border:none;border-right:1px solid #000;">
|
450
|
442
|
透后小结
|
451
|
443
|
</td>
|
452
|
|
-
|
453
|
|
- <td width="25" style="border:none;padding-left:5px;">
|
454
|
|
- 体温:
|
455
|
|
- </td>
|
456
|
|
- <td width="70" style="text-align:left;border:none;">
|
457
|
|
- <div>
|
458
|
|
- <span class="under_line" style="width:50px;display:inline-block;">
|
459
|
|
- {{ afterdialysis.temperature ? afterdialysis.temperature : "" }}
|
460
|
|
- </span>℃
|
461
|
|
- </div>
|
462
|
|
- </td>
|
463
|
|
- <!-- <td width="10" style="border:none;"></td> -->
|
464
|
|
-
|
465
|
|
- <td width="20" style="border:none;padding-left:5px;">血压:</td>
|
466
|
|
- <td width="60" style="text-align:left;border:none;line-height: 30px;">
|
467
|
|
- <div>
|
468
|
|
- <span class="under_line" style="width:100px;display:inline-block">
|
469
|
|
- {{ afterdialysis.systolic_blood_pressure ? afterdialysis.systolic_blood_pressure : "" }}/
|
470
|
|
- {{ afterdialysis.diastolic_blood_pressure ? afterdialysis.diastolic_blood_pressure : "" }}
|
471
|
|
- </span>mmHg
|
472
|
|
- </div>
|
473
|
|
- </td>
|
474
|
|
- <td width="10" style="border:none;padding-left:5px">脉搏:</td>
|
475
|
|
- <td width="70" style="text-align:left;border:none;">
|
476
|
|
- <div>
|
477
|
|
- <span class="under_line" style="width:50px;display:inline-block">
|
478
|
|
- {{ afterdialysis.pulse_frequency ? afterdialysis.pulse_frequency : "" }}
|
479
|
|
- </span>次/分
|
480
|
|
- </div>
|
481
|
|
- </td>
|
482
|
|
- <td width="50" style="border:none;padding-left:5px">透后症状:</td>
|
483
|
|
- <td width="100" style="text-align:left;border:none;">
|
484
|
|
- <div>
|
485
|
|
- <span class="under_line" style="width:100px;display:inline-block">
|
486
|
|
- {{ afterdialysis.symptom_after_dialysis ? afterdialysis.symptom_after_dialysis : "" }}
|
487
|
|
- </span>
|
488
|
|
- </div>
|
|
444
|
+ <td colspan="8">
|
|
445
|
+ <table class="table-box">
|
|
446
|
+ <tbody>
|
|
447
|
+ <tr>
|
|
448
|
+ <td width="50" style="border:none;padding-left:5px;">
|
|
449
|
+ 体温:
|
|
450
|
+ </td>
|
|
451
|
+ <td width="70" style="text-align:left;border:none;">
|
|
452
|
+ <div>
|
|
453
|
+ <span class="under_line" style="width:50px;display:inline-block;">
|
|
454
|
+ {{ afterdialysis.temperature ? afterdialysis.temperature : "" }}
|
|
455
|
+ </span>℃
|
|
456
|
+ </div>
|
|
457
|
+ </td>
|
|
458
|
+ <!-- <td width="10" style="border:none;"></td> -->
|
|
459
|
+
|
|
460
|
+ <td width="50" style="border:none;padding-left:5px;">血压:</td>
|
|
461
|
+ <td width="120" style="text-align:left;border:none;line-height: 30px;">
|
|
462
|
+ <div>
|
|
463
|
+ <span class="under_line" style="width:100px;display:inline-block">
|
|
464
|
+ {{ afterdialysis.systolic_blood_pressure ? afterdialysis.systolic_blood_pressure : "" }}/
|
|
465
|
+ {{ afterdialysis.diastolic_blood_pressure ? afterdialysis.diastolic_blood_pressure : "" }}
|
|
466
|
+ </span>mmHg
|
|
467
|
+ </div>
|
|
468
|
+ </td>
|
|
469
|
+ <td width="50" style="border:none;padding-left:5px">脉搏:</td>
|
|
470
|
+ <td width="70" style="text-align:left;border:none;">
|
|
471
|
+ <div>
|
|
472
|
+ <span class="under_line" style="width:50px;display:inline-block">
|
|
473
|
+ {{ afterdialysis.pulse_frequency ? afterdialysis.pulse_frequency : "" }}
|
|
474
|
+ </span>次/分
|
|
475
|
+ </div>
|
|
476
|
+ </td>
|
|
477
|
+ <td width="70" style="border:none;padding-left:5px">透后症状:</td>
|
|
478
|
+ <td width="100" style="text-align:left;border:none;">
|
|
479
|
+ <div>
|
|
480
|
+ <span class="under_line" style="width:100px;display:inline-block">
|
|
481
|
+ {{ afterdialysis.symptom_after_dialysis ? afterdialysis.symptom_after_dialysis : "" }}
|
|
482
|
+ </span>
|
|
483
|
+ </div>
|
|
484
|
+ </td>
|
|
485
|
+ </tr>
|
|
486
|
+ </tbody>
|
|
487
|
+ </table>
|
|
488
|
+ <table class="table-box">
|
|
489
|
+ <tbody>
|
|
490
|
+ <tr style="height:30px;line-height:30px;">
|
|
491
|
+ <td width="80" style="border:none;padding-left:5px">实际置换量:</td>
|
|
492
|
+ <td width="60" style="text-align:left;border:none;">
|
|
493
|
+ <div>
|
|
494
|
+ <span class="under_line" style="width:50px;display:inline-block">
|
|
495
|
+ {{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : "" }}
|
|
496
|
+ </span>L
|
|
497
|
+ </div>
|
|
498
|
+ </td>
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+ <!-- <td width="50" style="text-align:left;border:none;"></td> -->
|
|
502
|
+ <!-- <td width="110" style="text-align:left;border:none;"></td> -->
|
|
503
|
+ <td width="120" style="border:none;padding-left:5px">透析期间进食:</td>
|
|
504
|
+ <td width="120" style="text-align:left;border:none;">
|
|
505
|
+ <div>
|
|
506
|
+ <span class="under_line" style="width:120px;display:inline-block">
|
|
507
|
+ <span v-if='afterdialysis.is_eat == 1'>是</span>
|
|
508
|
+ <span v-if='afterdialysis.is_eat == 2'>否</span>
|
|
509
|
+ </span>
|
|
510
|
+ </div>
|
|
511
|
+ </td>
|
|
512
|
+ <td width='20'></td>
|
|
513
|
+ <td width="70" style="border:none;padding-left:5px">透析进食:</td>
|
|
514
|
+ <td width="70" style="text-align:left;border:none;">
|
|
515
|
+ <div>
|
|
516
|
+ <span class="under_line" style="width:50px;display:inline-block">
|
|
517
|
+ {{ afterdialysis.is_eat == 1 && afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '' }}
|
|
518
|
+ </span>g
|
|
519
|
+ </div>
|
|
520
|
+ </td>
|
|
521
|
+ <td></td>
|
|
522
|
+ <!-- <td width="10" style="text-align:left;border:none;"></td>
|
|
523
|
+ <td width="110" style="text-align:left;border:none;"></td> -->
|
|
524
|
+ </tr>
|
|
525
|
+ </tbody>
|
|
526
|
+ </table>
|
|
527
|
+ <table class="table-box">
|
|
528
|
+ <tbody>
|
|
529
|
+ <tr>
|
|
530
|
+ <td width="90" style="border:none;padding-left:5px">透析器凝血:</td>
|
|
531
|
+ <td width="220" style="text-align:left;border:none;">
|
|
532
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false) :false" showValue="0"></label-box>
|
|
533
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false) :false" showValue="+"></label-box>
|
|
534
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false) :false" showValue="+ +"></label-box>
|
|
535
|
+ <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false) :false" showValue="+ + +"></label-box>
|
|
536
|
+ </td>
|
|
537
|
+ <td width="90" style="border:none;padding-left:5px">静脉管道:</td>
|
|
538
|
+ <td width="220" style="text-align:left;border:none;">
|
|
539
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>
|
|
540
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 2 ? true : false" showValue="+"></label-box>
|
|
541
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 3 ? true : false" showValue="+ +"></label-box>
|
|
542
|
+ <label-box :isChecked="afterdialysis.intravenous_tube == 4 ? true : false" showValue="+ + +"></label-box>
|
|
543
|
+ </td>
|
|
544
|
+ <td width="90" style="border:none;padding-left:5px">动脉管道:</td>
|
|
545
|
+ <td width="220" style="text-align:left;border:none;">
|
|
546
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>
|
|
547
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 2 ? true : false" showValue="+"></label-box>
|
|
548
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 3 ? true : false" showValue="+ +"></label-box>
|
|
549
|
+ <label-box :isChecked="afterdialysis.arterial_tube == 4 ? true : false" showValue="+ + +"></label-box>
|
|
550
|
+ </td>
|
|
551
|
+ <td></td>
|
|
552
|
+ <!-- <td width="10" style="text-align:left;border:none;"></td>
|
|
553
|
+ <td width="110" style="text-align:left;border:none;"></td> -->
|
|
554
|
+ </tr>
|
|
555
|
+ </tbody>
|
|
556
|
+ </table>
|
|
557
|
+ <table class="table-box">
|
|
558
|
+ <tbody>
|
|
559
|
+ <tr style="height:30px;line-height:30px;">
|
|
560
|
+ <td width="50" style="border:none;padding-left:5px;">内瘘:</td>
|
|
561
|
+ <td width="150" colspan="3" style="text-align:left;border:none;">
|
|
562
|
+ <div>
|
|
563
|
+ <span class="under_line" style="width:150px;display:inline-block;">
|
|
564
|
+ {{ afterdialysis.internal_fistula ? afterdialysis.internal_fistula : "" }}
|
|
565
|
+ </span>
|
|
566
|
+ </div>
|
|
567
|
+ </td>
|
|
568
|
+ <td width="70" style="border:none;padding-left:5px">下机护士:</td>
|
|
569
|
+ <td width="100" style="text-align:left;border:none;">
|
|
570
|
+ <div>
|
|
571
|
+ <span class="under_line" style="width:100px;display:inline-block">
|
|
572
|
+ <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) == ''">
|
|
573
|
+ {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) }}</span>
|
|
574
|
+ <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse)" alt="" srcset="" v-else />
|
|
575
|
+ </span>
|
|
576
|
+ </div>
|
|
577
|
+ </td>
|
|
578
|
+ <td></td>
|
|
579
|
+ <!-- <td width="10" style="text-align:left;border:none;"></td>
|
|
580
|
+ <td width="110" style="text-align:left;border:none;"></td> -->
|
|
581
|
+ <!-- <td width="110" style="text-align:left;border:none;"></td> -->
|
|
582
|
+ <!-- <td width="110" style="text-align:left;border:none;"></td> -->
|
|
583
|
+ </tr>
|
|
584
|
+ </tbody>
|
|
585
|
+ </table>
|
489
|
586
|
</td>
|
490
|
|
- </tr>
|
491
|
587
|
|
492
|
|
- <tr style="height:30px;line-height:30px;">
|
493
|
|
- <td width="90" style="border:none;padding-left:5px">实际置换量:</td>
|
494
|
|
- <td width="30" style="text-align:left;border:none;">
|
495
|
|
- <div>
|
496
|
|
- <span class="under_line" style="width:50px;display:inline-block">
|
497
|
|
- {{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : "" }}
|
498
|
|
- </span>L
|
499
|
|
- </div>
|
500
|
|
- </td>
|
501
|
588
|
|
502
|
|
- <td width="90" style="border:none;padding-left:5px">透析器凝血:</td>
|
503
|
|
- <td width="200" style="text-align:left;border:none;">
|
504
|
|
- <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-0度') > -1 ? true : false) :false" showValue="0"></label-box>
|
505
|
|
- <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1 ? true : false) :false" showValue="+"></label-box>
|
506
|
|
- <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1 ? true : false) :false" showValue="+ +"></label-box>
|
507
|
|
- <label-box :isChecked="afterdialysis.cruor ? (afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1 ? true : false) :false" showValue="+ + +"></label-box>
|
508
|
|
- </td>
|
509
|
|
- <!-- <td width="50" style="text-align:left;border:none;"></td> -->
|
510
|
|
- <!-- <td width="110" style="text-align:left;border:none;"></td> -->
|
511
|
|
- <td width="100" style="border:none;padding-left:5px">透析期间进食:</td>
|
512
|
|
- <td width="50" style="text-align:left;border:none;">
|
513
|
|
- <div>
|
514
|
|
- <span class="under_line" style="width:50px;display:inline-block">
|
515
|
|
- <span v-if='afterdialysis.is_eat == 1'>是</span>
|
516
|
|
- <span v-if='afterdialysis.is_eat == 2'>否</span>
|
517
|
|
- </span>
|
518
|
|
- </div>
|
519
|
|
- </td>
|
520
|
|
- <td width="70" style="border:none;padding-left:5px">透析进食:</td>
|
521
|
|
- <td width="50" style="text-align:left;border:none;">
|
522
|
|
- <div>
|
523
|
|
- <span class="under_line" style="width:50px;display:inline-block">
|
524
|
|
- {{ afterdialysis.is_eat == 1 && afterdialysis.dialysis_during ? afterdialysis.dialysis_during : '' }}
|
525
|
|
- </span>g
|
526
|
|
- </div>
|
527
|
|
- </td>
|
528
|
|
- </tr>
|
529
|
|
- <tr style="height:30px;line-height:30px;">
|
530
|
|
- <td width="20" style="border:none;padding-left:5px;">内瘘:</td>
|
531
|
|
- <td width="150" colspan="3" style="text-align:left;border:none;">
|
532
|
|
- <div>
|
533
|
|
- <span class="under_line" style="width:150px;display:inline-block;">
|
534
|
|
- {{ afterdialysis.internal_fistula ? afterdialysis.internal_fistula : "" }}
|
535
|
|
- </span>
|
536
|
|
- </div>
|
537
|
|
- </td>
|
538
|
|
- <td width="50" style="border:none;padding-left:5px">下机护士:</td>
|
539
|
|
- <td width="100" style="text-align:left;border:none;">
|
540
|
|
- <div>
|
541
|
|
- <span class="under_line" style="width:100px;display:inline-block">
|
542
|
|
- <span v-if="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) == ''">
|
543
|
|
- {{ getAdminUser(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse) }}</span>
|
544
|
|
- <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder == null ? 0 : dialysisOrder.finish_nurse)" alt="" srcset="" v-else />
|
545
|
|
- </span>
|
546
|
|
- </div>
|
547
|
|
- </td>
|
548
|
|
- <td width="10" style="text-align:left;border:none;"></td>
|
549
|
|
- <td width="110" style="text-align:left;border:none;"></td>
|
550
|
|
- <!-- <td width="110" style="text-align:left;border:none;"></td> -->
|
551
|
|
- <!-- <td width="110" style="text-align:left;border:none;"></td> -->
|
552
|
589
|
</tr>
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
553
|
594
|
</tbody>
|
554
|
595
|
</table>
|
555
|
596
|
|