陈少旭 2 months ago
parent
commit
59d600372c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/xt_pages/outpatientCharges/listPrint.vue

+ 5 - 5
src/xt_pages/outpatientCharges/listPrint.vue View File

14
     </template>
14
     </template>
15
 
15
 
16
     <div class='dialysisPage' style="padding-top:40px;">
16
     <div class='dialysisPage' style="padding-top:40px;">
17
-      
18
-      <listPrintforu v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485 && org_id != 10191 "
17
+
18
+      <listPrintforu v-if=" org_id != 10106&&org_id != 10215&&org_id != 10265 && org_id!=9675 && org_id!=10485 && org_id != 10191 && org_id != 0"
19
         :list="list" :patient="patient" :order="order" :admin="admin">
19
         :list="list" :patient="patient" :order="order" :admin="admin">
20
       </listPrintforu>
20
       </listPrintforu>
21
       <printOne v-if="org_id == 10191" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
21
       <printOne v-if="org_id == 10191" :list="list" :patient="patient" :order="order" :admin="admin"></printOne>
23
       <print-three v-if="org_id == 10106 && this.paramsObj.balance_accounts_type == 2" :info="info" :order_infos="order_infos" :p_admin="p_admin" :charge_admin="charge_admin"></print-three>
23
       <print-three v-if="org_id == 10106 && this.paramsObj.balance_accounts_type == 2" :info="info" :order_infos="order_infos" :p_admin="p_admin" :charge_admin="charge_admin"></print-three>
24
 <!--      <list-print-two v-if="org_id == 10215 || org_id==9675" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>-->
24
 <!--      <list-print-two v-if="org_id == 10215 || org_id==9675" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-two>-->
25
      <list-print-three v-if="org_id == 10215 || org_id==9675  || org_id ==10485" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-three>
25
      <list-print-three v-if="org_id == 10215 || org_id==9675  || org_id ==10485" :list="list" :patient="patient" :order="order" :admin="admin"></list-print-three>
26
-      <print-two10265  v-if="org_id == 10265 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
26
+      <print-two10265  v-if="org_id == 10265 || org_id == 0 " :list="list" :patient="patient" :order="order" :admin="admin" :hospital_record="hospital_record"></print-two10265>
27
     </div>
27
     </div>
28
   </div>
28
   </div>
29
 </template>
29
 </template>
101
             this.$message.error(response.data.msg)
101
             this.$message.error(response.data.msg)
102
             return false
102
             return false
103
           } else {
103
           } else {
104
-            if(this.org_id == 10265){
104
+            if(this.org_id == 10265 || this.org_id == 0){
105
               this.order = response.data.data.order
105
               this.order = response.data.data.order
106
               this.patient = response.data.data.patient
106
               this.patient = response.data.data.patient
107
               this.admin = response.data.data.admin_info
107
               this.admin = response.data.data.admin_info
380
         let drug_ids = []
380
         let drug_ids = []
381
         let project_ids = []
381
         let project_ids = []
382
         console.log('details12121212',details);
382
         console.log('details12121212',details);
383
-        
383
+
384
         for (let i = 0; i < details.length; i++) {
384
         for (let i = 0; i < details.length; i++) {
385
           if (details[i].advice && details[i].advice.id > 0 && details[i].advice.prescription && details[i].advice.prescription.type == 1) { //药品
385
           if (details[i].advice && details[i].advice.id > 0 && details[i].advice.prescription && details[i].advice.prescription.type == 1) { //药品
386
             let obj = {
386
             let obj = {