|
@@ -297,7 +297,7 @@
|
297
|
297
|
<span>{{main_collection.patient.name}} </span>
|
298
|
298
|
({{ main_collection.patient.dialysis_no }},{{getNewAge(main_collection.patient.id_card_no) }}岁<span v-if="main_collection.patient.height>0">,{{ main_collection.patient.height }}cm</span>)
|
299
|
299
|
</div>
|
300
|
|
- <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
|
|
300
|
+ <div class="printCell" style="display:flex;" v-if="org_id ==10598 ">
|
301
|
301
|
<div style="">透析模式:
|
302
|
302
|
<span>{{getModeName(main_collection.prescription.mode_id) }}</span>
|
303
|
303
|
</div>
|
|
@@ -545,7 +545,7 @@
|
545
|
545
|
</span>
|
546
|
546
|
</span>
|
547
|
547
|
</div>
|
548
|
|
- <div class="printCell" style="display:flex;" v-if="org_id==10598 || org_id == 0">
|
|
548
|
+ <div class="printCell" style="display:flex;" v-if="org_id==10598">
|
549
|
549
|
<span style="display: block;width: 45%;">处方脱水量:{{main_collection.prescription.prescription_water}}
|
550
|
550
|
<span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
|
551
|
551
|
<span v-else>L</span>
|
|
@@ -554,7 +554,7 @@
|
554
|
554
|
血流量:{{ main_collection.prescription.blood_flow_volume }} ml/min
|
555
|
555
|
</span>
|
556
|
556
|
</div>
|
557
|
|
- <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
|
|
557
|
+ <div class="printCell" style="display:flex;" v-if="org_id ==10598">
|
558
|
558
|
<div style="">透析时长:
|
559
|
559
|
<span>{{main_collection.prescription.dialysis_duration_hour }}小时 <span v-if="main_collection.prescription.dialysis_duration_minute>0">{{main_collection.prescription.dialysis_duration_minute }}分 </span></span>
|
560
|
560
|
</div>
|
|
@@ -562,6 +562,12 @@
|
562
|
562
|
{{ getDisplaceLiquiPart(main_collection.prescription.displace_liqui_part) }}
|
563
|
563
|
</div>
|
564
|
564
|
</div>
|
|
565
|
+ <div class="printCell" style="display:flex;" v-if="org_id ==10635 || org_id == 0">
|
|
566
|
+ <div>
|
|
567
|
+ 处方脱水量:{{main_collection.prescription.prescription_water}} L
|
|
568
|
+ </div>
|
|
569
|
+ <div></div>
|
|
570
|
+ </div>
|
565
|
571
|
</div>
|
566
|
572
|
</div>
|
567
|
573
|
|