|
@@ -359,10 +359,11 @@
|
359
|
359
|
</div>
|
360
|
360
|
</div>
|
361
|
361
|
<div class="inline_block" style="margin-left:10px;flex:1;">
|
362
|
|
- 置换量:
|
|
362
|
+ <span v-if="org_id!=9538">置换量:</span>
|
|
363
|
+ <span v-if="org_id==9538">预计置换液量:</span>
|
363
|
364
|
<div class="under_line" style="width: 70px;text-align: center">
|
364
|
|
- <span v-if="org_id!=10206">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span>
|
365
|
|
- <span v-if="org_id==10206">{{prescription.replacement_total?prescription.replacement_total:'/'}}</span>
|
|
365
|
+ <span v-if="org_id!=10206 && org_id!=10624">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span>
|
|
366
|
+ <span v-if="org_id==10206 || org_id==10624">{{prescription.replacement_total?prescription.replacement_total:'/'}}</span>
|
366
|
367
|
</div>
|
367
|
368
|
L
|
368
|
369
|
</div>
|
|
@@ -793,7 +794,7 @@
|
793
|
794
|
<td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id == 10567 || org_id ==10724">KT/V</td>
|
794
|
795
|
<td width="50" v-if="org_id == 9919">在线尿素监测</td>
|
795
|
796
|
<td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10617 && org_id!=10629&&org_id!=10644&& org_id!=10679&& org_id!=10683 && org_id!=9829 && org_id!=10567 && org_id!=10724">KT/V</td>
|
796
|
|
-
|
|
797
|
+
|
797
|
798
|
<td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
|
798
|
799
|
<td width="50" v-if="org_id ==10490">碳酸氢钠用量<br />(ml)</td>
|
799
|
800
|
<td width="200">病情变化及处理</td>
|