|
@@ -763,8 +763,8 @@
|
763
|
763
|
style="width: 70px; text-align: center"
|
764
|
764
|
>
|
765
|
765
|
{{
|
766
|
|
- prescription.displace_liqui_value
|
767
|
|
- ? prescription.displace_liqui_value
|
|
766
|
+ prescription.replacement_total
|
|
767
|
+ ? prescription.replacement_total
|
768
|
768
|
: "/"
|
769
|
769
|
}}
|
770
|
770
|
</div>
|
|
@@ -1104,11 +1104,16 @@
|
1104
|
1104
|
class="under_line"
|
1105
|
1105
|
style="width: 150px; text-align: center"
|
1106
|
1106
|
>
|
1107
|
|
- {{
|
|
1107
|
+ <span v-if="org_id != 0 && org_id !=10206"> {{
|
1108
|
1108
|
prescription.anticoagulant_name
|
1109
|
1109
|
? prescription.anticoagulant_name
|
1110
|
1110
|
: "/"
|
1111
|
1111
|
}}
|
|
1112
|
+ </span>
|
|
1113
|
+ <span v-if="org_id == 0 || org_id == 10206">
|
|
1114
|
+ <span v-if="prescription.anticoagulant_name== '低分子肝素钙'">低分子量肝素钙</span>
|
|
1115
|
+ <span v-if="prescription.anticoagulant_name!= '低分子肝素钙'">{{prescription.anticoagulant_name}}</span>
|
|
1116
|
+ </span>
|
1112
|
1117
|
</div>
|
1113
|
1118
|
</div>
|
1114
|
1119
|
<div
|
|
@@ -1472,7 +1477,7 @@
|
1472
|
1477
|
<td width="50" v-if="org_id == 10375 || org_id == 0">置换率<br />(ml/h)</td>
|
1473
|
1478
|
<td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id != 0">超滤量<br />(ml)</td>
|
1474
|
1479
|
<td width="50" v-if="org_id ==3877 || org_id == 10449 || org_id ==0">累计超滤量<br />(ml)</td>
|
1475
|
|
- <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0" width="50">
|
|
1480
|
+ <td v-if="(prescription.mode_id == 2 ||prescription.mode_id == 5 ||prescription.mode_id == 12) &&org_id!=10478 && org_id!=0 && org_id!=10206" width="50">
|
1476
|
1481
|
置换量<br />(ml)
|
1477
|
1482
|
</td>
|
1478
|
1483
|
<td width="50" v-if="org_id == 3877 || org_id == 0 || org_id == 10449">滤前压(mmHg)</td>
|
|
@@ -1598,7 +1603,7 @@
|
1598
|
1603
|
(prescription.mode_id == 2 ||
|
1599
|
1604
|
prescription.mode_id == 5 ||
|
1600
|
1605
|
prescription.mode_id == 12)
|
1601
|
|
- && org_id!=0 && org_id!=10478
|
|
1606
|
+ && org_id!=0 && org_id!=10478 && org_id!=10206
|
1602
|
1607
|
"
|
1603
|
1608
|
style="width: 50px"
|
1604
|
1609
|
>
|
|
@@ -2871,7 +2876,7 @@
|
2871
|
2876
|
|
2872
|
2877
|
</div>
|
2873
|
2878
|
|
2874
|
|
- <div v-if="org_id!=0&&org_id!=10440">
|
|
2879
|
+ <div v-if="org_id!=0&&org_id!=10440&&org_id!= 10206">
|
2875
|
2880
|
<div class="inline_block" style="flex: 1">
|
2876
|
2881
|
<span v-if="org_id==10414">责任护士:</span>
|
2877
|
2882
|
<span v-else>治疗护士:</span>
|
|
@@ -2918,7 +2923,7 @@
|
2918
|
2923
|
|
2919
|
2924
|
|
2920
|
2925
|
<div class="inline_block" style="flex: 1">
|
2921
|
|
- <span v-if="org_id==10387" >核对护士:</span>
|
|
2926
|
+ <span v-if="org_id==10387 || org_id ==10206 || org_id == 0" >核对护士:</span>
|
2922
|
2927
|
<span v-else >核对人员:</span>
|
2923
|
2928
|
<div
|
2924
|
2929
|
class="under_line"
|