|
@@ -467,10 +467,13 @@
|
467
|
467
|
|
468
|
468
|
</div>
|
469
|
469
|
<div class="printCell" style="display:flex;">
|
470
|
|
- <span style="display: block;width: 45%;">目标脱水量:{{ main_collection.prescription.target_ultrafiltration }}
|
|
470
|
+ <span style="display: block;width: 45%;" v-if="org_id !=10757">目标脱水量:{{ main_collection.prescription.target_ultrafiltration }}
|
471
|
471
|
<span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10138 || $store.getters.xt_user.org.id == 10460">ml</span>
|
472
|
472
|
<span v-else>L</span>
|
473
|
473
|
</span>
|
|
474
|
+ <div style="width: 45%;" v-if="org_id ==10757 ">
|
|
475
|
+ 处方脱水量:{{main_collection.prescription.prescription_water}} L
|
|
476
|
+ </div>
|
474
|
477
|
<span style="display: block;width: 50%;" v-if="org_id!=10598">
|
475
|
478
|
总量:{{main_collection.dialysissolution.anticoagulant_zongliang}}
|
476
|
479
|
<span v-if="main_collection.dialysissolution.anticoagulant == 1">
|
|
@@ -545,6 +548,15 @@
|
545
|
548
|
</span>
|
546
|
549
|
</span>
|
547
|
550
|
</div>
|
|
551
|
+ <div class="printCell" style="display:flex;">
|
|
552
|
+ <div style="" v-if="org_id ==10598">透析器:
|
|
553
|
+ <span>{{main_collection.prescription.dialysis_dialyszers }} {{main_collection.prescription.dialysis_irrigation}} {{main_collection.prescription.dialysis_strainer}}</span>
|
|
554
|
+ </div>
|
|
555
|
+ <div style="" v-if="org_id ==10757 || org_id ==0">
|
|
556
|
+ 血压:{{ main_collection.assessmentbefor.systolic_blood_pressure }}/
|
|
557
|
+ {{ main_collection.assessmentbefor.diastolic_blood_pressure }} mmHg
|
|
558
|
+ </div>
|
|
559
|
+ </div>
|
548
|
560
|
<div class="printCell" style="display:flex;" v-if="org_id==10598">
|
549
|
561
|
<span style="display: block;width: 45%;">处方脱水量:{{main_collection.prescription.prescription_water}}
|
550
|
562
|
<span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
|
|
@@ -562,7 +574,7 @@
|
562
|
574
|
{{ getDisplaceLiquiPart(main_collection.prescription.displace_liqui_part) }}
|
563
|
575
|
</div>
|
564
|
576
|
</div>
|
565
|
|
- <div class="printCell" style="display:flex;" v-if="org_id ==10635 || org_id == 0">
|
|
577
|
+ <div class="printCell" style="display:flex;" v-if="org_id ==10635">
|
566
|
578
|
<div style="width: 45%;">
|
567
|
579
|
处方脱水量:{{main_collection.prescription.prescription_water}} L
|
568
|
580
|
</div>
|
|
@@ -570,12 +582,7 @@
|
570
|
582
|
血流量:{{main_collection.prescription.blood_flow_volume}} ml/min
|
571
|
583
|
</div>
|
572
|
584
|
</div>
|
573
|
|
- <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
|
574
|
|
- <div style="">透析器:
|
575
|
|
- <span>{{main_collection.prescription.dialysis_dialyszers }} {{main_collection.prescription.dialysis_irrigation}} {{main_collection.prescription.dialysis_strainer}}</span>
|
576
|
|
- </div>
|
577
|
585
|
|
578
|
|
- </div>
|
579
|
586
|
</div>
|
580
|
587
|
</div>
|
581
|
588
|
|