yq1 1 year ago
parent
commit
4e3e9dfc02
1 changed files with 25 additions and 2 deletions
  1. 25 2
      src/xt_pages/outpatientDoctorStation/template/printFour.vue

+ 25 - 2
src/xt_pages/outpatientDoctorStation/template/printFour.vue View File

52
 
52
 
53
           </div>
53
           </div>
54
           <div class="doctorBox">
54
           <div class="doctorBox">
55
-            <p>
55
+            <p v-if="org_id!=10598 && org_id!=0 ">
56
             医师:
56
             医师:
57
             <span
57
             <span
58
                 style="width: 100px; display: inline-block"
58
                 style="width: 100px; display: inline-block"
73
                 srcset=""
73
                 srcset=""
74
                 v-else
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
             </p>
98
             </p>
77
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
99
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
78
           </div>
100
           </div>
130
         operatorMaps: {},
152
         operatorMaps: {},
131
         operators: [],
153
         operators: [],
132
         doctorList_1: [],
154
         doctorList_1: [],
155
+        org_id:''
133
       }
156
       }
134
     },
157
     },
135
    methods:{
158
    methods:{
330
       this.getHisPatientDetail()
353
       this.getHisPatientDetail()
331
       var xtuser = this.$store.getters.xt_user;
354
       var xtuser = this.$store.getters.xt_user;
332
       this.orgname = xtuser.org.org_name;
355
       this.orgname = xtuser.org.org_name;
333
-
356
+      this.org_id = this.$store.getters.xt_user.org.id
334
    },
357
    },
335
    watch:{
358
    watch:{
336
      ids:function(val){
359
      ids:function(val){