陈少旭 2 weeks ago
parent
commit
62dcfd9e07

+ 2 - 2
src/xt_pages/hospitalStation/statementPrint.vue View File

@@ -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
 

+ 2 - 2
src/xt_pages/outpatientCharges/statementPrint.vue View File

@@ -69,7 +69,7 @@
69 69
       <!-- 顺有好 -->
70 70
       <printSixtheen :info="info" v-if="org_id == 10697"></printSixtheen>
71 71
       <!-- 杏康 -->
72
-      <printSeventheen  :info="info" v-if=" org_id == 10721 || org_id == 0"></printSeventheen>
72
+      <printSeventheen  :info="info" v-if=" org_id == 10721"></printSeventheen>
73 73
       <printOne :info="info" v-if=" org_id != 9990 &&
74 74
             org_id != 10138 && org_id != 9504 && org_id != 10028 &&
75 75
             org_id != 10610 && org_id !=10537 && org_id !=10697 &&
@@ -81,7 +81,7 @@
81 81
             org_id != 10138 && org_id != 9504 &&  org_id != 10028 && org_id !=10697 &&
82 82
             org_id != 10278 && org_id != 10610 && org_id !=10537 && org_id != 10387 &&
83 83
             org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 &&
84
-            org_id != 10510 &&org_id != 10633 && org_id != 10721   &&org_id != 0  && this.paramsObj.balance_accounts_type == 2">
84
+            org_id != 10510 &&org_id != 10633 && org_id != 10721   && this.paramsObj.balance_accounts_type == 2">
85 85
       </privateChargePrint>
86 86
     </div>
87 87
   </div>