|
@@ -42,7 +42,9 @@
|
42
|
42
|
<td colspan="11" style="padding-left: 10px">
|
43
|
43
|
<div style="display: flex">
|
44
|
44
|
<div style="width: 250px">
|
45
|
|
- 病情评估: <span>{{sick_condition ? sick_condition : ""}}</span>
|
|
45
|
+ 病情评估: <span>{{
|
|
46
|
+ sick_condition ? sick_condition : ""
|
|
47
|
+ }}</span>
|
46
|
48
|
</div>
|
47
|
49
|
<div style="width: 250px">
|
48
|
50
|
入科方式: <span
|
|
@@ -66,15 +68,17 @@
|
66
|
68
|
</td>
|
67
|
69
|
</tr>
|
68
|
70
|
<tr class="list_table_1">
|
69
|
|
- <td colspan="11" style="padding-left: 10px">
|
|
71
|
+ <td colspan="11" style="padding-left: 10px">
|
70
|
72
|
<div style="display: flex">
|
71
|
73
|
<div style="width: 100%">
|
72
|
74
|
病情描述: <span>{{
|
73
|
|
- receiverTreatmentAccess.sick_condition_other ? receiverTreatmentAccess.sick_condition_other : ""
|
|
75
|
+ receiverTreatmentAccess.sick_condition_other
|
|
76
|
+ ? receiverTreatmentAccess.sick_condition_other
|
|
77
|
+ : ""
|
74
|
78
|
}}</span>
|
75
|
79
|
</div>
|
76
|
80
|
</div>
|
77
|
|
- </td>
|
|
81
|
+ </td>
|
78
|
82
|
</tr>
|
79
|
83
|
<tr class="list_table_1">
|
80
|
84
|
<td
|
|
@@ -618,14 +622,19 @@
|
618
|
622
|
<td>
|
619
|
623
|
<table class="print-table" border="1">
|
620
|
624
|
<tr style="text-align: center">
|
621
|
|
- <td colspan="15" style="margin-left: 15px; font-size: 20px">
|
|
625
|
+ <td
|
|
626
|
+ :colspan="org_id == 10441 || org_id == 9675 ? 14 : 15"
|
|
627
|
+ style="margin-left: 15px; font-size: 20px"
|
|
628
|
+ >
|
622
|
629
|
治 疗 过 程 记 录
|
623
|
630
|
</td>
|
624
|
631
|
</tr>
|
625
|
632
|
<tr>
|
626
|
633
|
<td style="width: 60px" rowspan="2">时间</td>
|
627
|
634
|
<td colspan="4">透析参数</td>
|
628
|
|
- <td colspan="5">生命体征</td>
|
|
635
|
+ <td :colspan="org_id == 10441 || org_id == 9675 ? 4 : 5">
|
|
636
|
+ 生命体征
|
|
637
|
+ </td>
|
629
|
638
|
<td colspan="1">治疗中病情变化</td>
|
630
|
639
|
</tr>
|
631
|
640
|
<tr class="short_tr">
|
|
@@ -667,7 +676,10 @@
|
667
|
676
|
<p style="height: 20px; line-height: 20px">mmHg</p>
|
668
|
677
|
</th>
|
669
|
678
|
|
670
|
|
- <th style="width: 80px; font-weight: normal">
|
|
679
|
+ <th
|
|
680
|
+ style="width: 80px; font-weight: normal"
|
|
681
|
+ v-if="org_id != 10441 && org_id != 9675"
|
|
682
|
+ >
|
671
|
683
|
<p style="height: 20px; line-height: 20px">SpO₂</p>
|
672
|
684
|
<p style="height: 20px; line-height: 20px">%</p>
|
673
|
685
|
</th>
|
|
@@ -710,13 +722,13 @@
|
710
|
722
|
</span>
|
711
|
723
|
</td>
|
712
|
724
|
<td style="min-width: 45px">
|
713
|
|
- <span v-if="getTime(monitor.operate_time) != ''">
|
714
|
|
- {{
|
715
|
|
- monitor.ultrafiltration_volume
|
716
|
|
- ? monitor.ultrafiltration_volume
|
717
|
|
- : ""
|
718
|
|
- }}
|
|
725
|
+ <span v-if="getTime(monitor.operate_time) != ''&&monindex == 0 && (org_id == 10441||org_id == 9675)">
|
|
726
|
+ {{'/'}}
|
|
727
|
+ </span>
|
|
728
|
+ <span v-else-if="getTime(monitor.operate_time) != ''&&monindex == 0 && (org_id != 10441&&org_id != 9675)">
|
|
729
|
+ {{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}
|
719
|
730
|
</span>
|
|
731
|
+ <span v-else>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
|
720
|
732
|
</td>
|
721
|
733
|
|
722
|
734
|
<td>
|
|
@@ -751,7 +763,7 @@
|
751
|
763
|
}}
|
752
|
764
|
</span>
|
753
|
765
|
</td>
|
754
|
|
- <td>
|
|
766
|
+ <td v-if="org_id != 10441 && org_id != 9675">
|
755
|
767
|
<span v-if="getTime(monitor.operate_time) != ''">
|
756
|
768
|
{{
|
757
|
769
|
monitor.blood_oxygen_saturation
|