陈少旭 2 weeks ago
parent
commit
62dcfd9e07

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

17
       <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>
17
       <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>
18
       <printOne :info="info" v-else></printOne>
18
       <printOne :info="info" v-else></printOne>
19
     </div>
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
 <!--      <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>-->
21
 <!--      <private-charge-print :info="info" v-if="this.paramsObj.balance_accounts_type == 2"></private-charge-print>-->
22
 <!--      <printOne :info="info" v-else></printOne>-->
22
 <!--      <printOne :info="info" v-else></printOne>-->
23
 <!--      <print-one :info="info" ></print-one>-->
23
 <!--      <print-one :info="info" ></print-one>-->
24
       <hospital-settle-print :info="info" :list="list"></hospital-settle-print>
24
       <hospital-settle-print :info="info" :list="list"></hospital-settle-print>
25
     </div>
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
     <private-charge-print :info="info" ></private-charge-print>
27
     <private-charge-print :info="info" ></private-charge-print>
28
     </div>
28
     </div>
29
 
29
 

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

69
       <!-- 顺有好 -->
69
       <!-- 顺有好 -->
70
       <printSixtheen :info="info" v-if="org_id == 10697"></printSixtheen>
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
       <printOne :info="info" v-if=" org_id != 9990 &&
73
       <printOne :info="info" v-if=" org_id != 9990 &&
74
             org_id != 10138 && org_id != 9504 && org_id != 10028 &&
74
             org_id != 10138 && org_id != 9504 && org_id != 10028 &&
75
             org_id != 10610 && org_id !=10537 && org_id !=10697 &&
75
             org_id != 10610 && org_id !=10537 && org_id !=10697 &&
81
             org_id != 10138 && org_id != 9504 &&  org_id != 10028 && org_id !=10697 &&
81
             org_id != 10138 && org_id != 9504 &&  org_id != 10028 && org_id !=10697 &&
82
             org_id != 10278 && org_id != 10610 && org_id !=10537 && org_id != 10387 &&
82
             org_id != 10278 && org_id != 10610 && org_id !=10537 && org_id != 10387 &&
83
             org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 &&
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
       </privateChargePrint>
85
       </privateChargePrint>
86
     </div>
86
     </div>
87
   </div>
87
   </div>