|
@@ -11,12 +11,12 @@
|
11
|
11
|
</el-button
|
12
|
12
|
>
|
13
|
13
|
</template>
|
14
|
|
-
|
|
14
|
+<!-- -->
|
15
|
15
|
<div class='dialysisPage' style="padding-top:40px;">
|
16
|
|
- <printOne v-if="org_id != 10215 && org_id !=9671&&org_id !=9675&& org_id !=10515 && org_id !=10489 && org_id !=0" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printOne>
|
|
16
|
+ <printOne v-if="org_id != 10215 && org_id !=9671&&org_id !=9675&& org_id !=10515 && org_id !=10489 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printOne>
|
17
|
17
|
<summary-print v-if="org_id == 10215|| org_id ==9671 ||org_id ==9675" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></summary-print>
|
18
|
18
|
<printTwo v-if="org_id==10515 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printTwo>
|
19
|
|
- <printthree v-if="org_id == 10489 || org_id==0" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printthree>
|
|
19
|
+ <printthree v-if="org_id == 10489" :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></printthree>
|
20
|
20
|
<!-- <list-print-two :list="list" :patient="patient" :order="order" :admin="admin" :hospital="his_hospital"></list-print-two>-->
|
21
|
21
|
</div>
|
22
|
22
|
</div>
|