yq1 1 year ago
parent
commit
1a45026730
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/outpatientCharges/statementPrint.vue

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

59
       <!-- 阜阳经沃   org_id != 0 && -->
59
       <!-- 阜阳经沃   org_id != 0 && -->
60
       <printtwelve :info="info" v-if="org_id == 10480 "></printtwelve>
60
       <printtwelve :info="info" v-if="org_id == 10480 "></printtwelve>
61
       <!-- 大冶 -->
61
       <!-- 大冶 -->
62
-      <printthirteen :info="info" v-if="org_id == 10510 || org_id == 0"></printthirteen>
62
+      <!-- <printthirteen :info="info" v-if="org_id == 10510 || org_id == 0"></printthirteen> -->
63
       <printOne :info="info" v-if=" org_id != 9990 &&
63
       <printOne :info="info" v-if=" org_id != 9990 &&
64
             org_id != 10138 &&
64
             org_id != 10138 &&
65
             org_id != 9504 &&
65
             org_id != 9504 &&
66
             org_id != 10028 &&
66
             org_id != 10028 &&
67
             org_id != 0 &&
67
             org_id != 0 &&
68
-            org_id != 10278 && org_id != 10387 && org_id != 10191 &&org_id != 10210 &&org_id != 10485 &&org_id != 10480 &&org_id != 10510  && this.paramsObj.balance_accounts_type == 1">
68
+            org_id != 10278 && org_id != 10387 && org_id != 10191 &&org_id != 10210 &&org_id != 10485 &&org_id != 10480   && this.paramsObj.balance_accounts_type == 1">
69
       </printOne>
69
       </printOne>
70
 
70
 
71
       <privateChargePrint :info="info" v-if="org_id != 9990 &&
71
       <privateChargePrint :info="info" v-if="org_id != 9990 &&
72
             org_id != 10138 &&
72
             org_id != 10138 &&
73
             org_id != 9504 &&
73
             org_id != 9504 &&
74
             org_id != 10028 &&
74
             org_id != 10028 &&
75
-            org_id != 10278 && org_id != 10387 && org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480 &&org_id != 10510 && org_id != 0 && this.paramsObj.balance_accounts_type == 2">
75
+            org_id != 10278 && org_id != 10387 && org_id != 10191 &&org_id != 10210 &&org_id != 10485  &&org_id != 10480  && org_id != 0 && this.paramsObj.balance_accounts_type == 2">
76
       </privateChargePrint>
76
       </privateChargePrint>
77
 
77
 
78
     </div>
78
     </div>