Explorar el Código

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 hace 1 año
padre
commit
4fdbc201a3
Se han modificado 1 ficheros con 22 adiciones y 1 borrados
  1. 22 1
      src/xt_pages/outpatientDoctorStation/template/printOne.vue

+ 22 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue Ver fichero

@@ -349,12 +349,33 @@
349 349
 
350 350
             />
351 351
           </p>
352
+          <p v-if="org_id == 10510 ||org_id == 0">
353
+            医师:
354
+            <span
355
+              style="width: 100px; display: inline-block"
356
+              v-if="item.creator == ''"
357
+            >
358
+                {{ item.doctor }}
359
+              </span>
360
+            <span
361
+              style="width: 100px; display: inline-block"
362
+              v-else-if="doc_name != ''"
363
+            >
364
+                {{ doc_name }}
365
+              </span>
366
+            <img
367
+              style="height: 50px;"
368
+              :src="setAdminUserES(item.creator,item.doctor)"
369
+              alt=""
370
+              srcset=""
371
+
372
+            />
373
+          </p>
352 374
           <p v-else>
353 375
             医师: {{ item.doctor ? item.doctor : "" }}
354 376
           </p>
355 377
           <p>日期:{{ getTime(item.ctime) ? getTime(item.ctime) : "" }}</p>
356 378
         </div>
357
-
358 379
         <div class="actionBar">
359 380
           <p>审核:</p>
360 381
           <p>配对:</p>