yq1 vor 1 Jahr
Ursprung
Commit
4e3e9dfc02
1 geänderte Dateien mit 25 neuen und 2 gelöschten Zeilen
  1. 25 2
      src/xt_pages/outpatientDoctorStation/template/printFour.vue

+ 25 - 2
src/xt_pages/outpatientDoctorStation/template/printFour.vue Datei anzeigen

@@ -52,7 +52,7 @@
52 52
 
53 53
           </div>
54 54
           <div class="doctorBox">
55
-            <p>
55
+            <p v-if="org_id!=10598 && org_id!=0 ">
56 56
             医师:
57 57
             <span
58 58
                 style="width: 100px; display: inline-block"
@@ -73,6 +73,28 @@
73 73
                 srcset=""
74 74
                 v-else
75 75
               />
76
+            </p>
77
+            <p v-if="org_id==10598 || org_id==0">
78
+            医师:
79
+            <!-- <span
80
+                style="width: 100px; display: inline-block"
81
+                v-if="item.creator == ''"
82
+              >
83
+                {{ item.doctor ? item.doctor : "" }}
84
+              </span> -->
85
+              <!-- <span
86
+                style="width: 100px; display: inline-block"
87
+                v-else-if="doc_name != ''"
88
+              >
89
+                {{ doc_name }}
90
+              </span> v-else -->
91
+              <img
92
+                style="height: 30px"
93
+                :src="setAdminUserES(item.creator,item.doctor)"
94
+                alt=""
95
+                srcset=""
96
+                
97
+              />
76 98
             </p>
77 99
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
78 100
           </div>
@@ -130,6 +152,7 @@ export default {
130 152
         operatorMaps: {},
131 153
         operators: [],
132 154
         doctorList_1: [],
155
+        org_id:''
133 156
       }
134 157
     },
135 158
    methods:{
@@ -330,7 +353,7 @@ export default {
330 353
       this.getHisPatientDetail()
331 354
       var xtuser = this.$store.getters.xt_user;
332 355
       this.orgname = xtuser.org.org_name;
333
-
356
+      this.org_id = this.$store.getters.xt_user.org.id
334 357
    },
335 358
    watch:{
336 359
      ids:function(val){