陈少旭 1 viikko sitten
vanhempi
commit
5130bf170c
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      src/xt_pages/outpatientCharges/statementPrint.vue

+ 5 - 5
src/xt_pages/outpatientCharges/statementPrint.vue Näytä tiedosto

@@ -22,7 +22,7 @@
22 22
           org_id == 10028 ||
23 23
           org_id == 10278 ||
24 24
           org_id == 10610 ||
25
-          org_id==10537 
25
+          org_id==10537
26 26
         "
27 27
       >
28 28
         <printTwo :info="info" v-if="org_id == 9990"></printTwo>
@@ -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 != 0  && this.paramsObj.balance_accounts_type == 2">
84
+            org_id != 10510 &&org_id != 10633 && org_id != 10721 &&org_id != 0  && this.paramsObj.balance_accounts_type == 2">
85 85
       </privateChargePrint>
86 86
 
87 87
     </div>
@@ -1158,7 +1158,7 @@ export default {
1158 1158
               return false
1159 1159
             } else {
1160 1160
               console.log('response.data.data',response.data.data);
1161
-              
1161
+
1162 1162
               var that = this
1163 1163
               that.info = response.data.data.info
1164 1164
               that.p_admin = response.data.data.printor_admin
@@ -1297,12 +1297,12 @@ export default {
1297 1297
               for (let i = len; i < list.length; i++) {
1298 1298
                 R_list.push(list[i])
1299 1299
               }
1300
-              
1300
+
1301 1301
 
1302 1302
               that.info['L_list'] = L_list
1303 1303
               that.info['R_list'] = R_list
1304 1304
               console.log('that.info10721',this.info);
1305
-              
1305
+
1306 1306
             }
1307 1307
           })
1308 1308
         } else {