|
@@ -17,13 +17,13 @@
|
17
|
17
|
<private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>
|
18
|
18
|
<printOne :info="info" v-else></printOne>
|
19
|
19
|
</div>
|
20
|
|
- <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id == 10265">
|
|
20
|
+ <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id == 0">
|
21
|
21
|
<!-- <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>-->
|
22
|
22
|
<!-- <printOne :info="info" v-else></printOne>-->
|
23
|
23
|
<!-- <print-one :info="info" ></print-one>-->
|
24
|
24
|
<hospital-settle-print :info="info" :list="list"></hospital-settle-print>
|
25
|
25
|
</div>
|
26
|
|
- <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id != 10215 && this.paramsObj.balance_accounts_type == 2 && this.$store.getters.xt_user.org_id != 10265">
|
|
26
|
+ <div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id != 10215 && this.paramsObj.balance_accounts_type == 2 && this.$store.getters.xt_user.org_id != 10265 && this.$store.getters.xt_user.org_id != 0">
|
27
|
27
|
<private-charge-print :info="info" ></private-charge-print>
|
28
|
28
|
</div>
|
29
|
29
|
|