28169 před 2 roky
rodič
revize
2218db9d32

+ 2 - 2
src/xt_pages/Pharmacy/PatientDispensing.vue Zobrazit soubor

526
         if (res.data.state == 1) {
526
         if (res.data.state == 1) {
527
            var list = res.data.data.list;
527
            var list = res.data.data.list;
528
            console.log("hhhhawoowowow",list)
528
            console.log("hhhhawoowowow",list)
529
-          if(this.$store.getters.xt_user.org.id == 10188 || this.$store.getters.xt_user.org.id == 10217 || this.$store.getters.xt_user.org.id == 0 ){
529
+          if(this.$store.getters.xt_user.org.id == 10188 || this.$store.getters.xt_user.org.id == 10217 || this.$store.getters.xt_user.org.id == 10387 ){
530
             this.tableData = []
530
             this.tableData = []
531
             if(list!=null && list.length >0){
531
             if(list!=null && list.length >0){
532
               for(let i=0;i<list.length;i++){
532
               for(let i=0;i<list.length;i++){
537
             }
537
             }
538
 
538
 
539
           }
539
           }
540
-          if(this.$store.getters.xt_user.org.id != 10188 && this.$store.getters.xt_user.org.id != 10217 && this.$store.getters.xt_user.org.id != 0){
540
+          if(this.$store.getters.xt_user.org.id != 10188 && this.$store.getters.xt_user.org.id != 10217 && this.$store.getters.xt_user.org.id != 10387){
541
             this.tableData = []
541
             this.tableData = []
542
             this.tableData = list
542
             this.tableData = list
543
           }
543
           }

+ 10 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyTwo.vue Zobrazit soubor

437
             </td>
437
             </td>
438
             <td style="text-align: left" colspan="1">
438
             <td style="text-align: left" colspan="1">
439
               <span style="display: inline-block; margin-left: 15px">
439
               <span style="display: inline-block; margin-left: 15px">
440
-                <span
440
+                <!-- <span
441
                   v-if="orderForm.url === ''"
441
                   v-if="orderForm.url === ''"
442
                   >上机护士:{{ orderForm.start_nurse }}</span
442
                   >上机护士:{{ orderForm.start_nurse }}</span
443
                 >
443
                 >
447
                 >
447
                 >
448
                   上机护士: 
448
                   上机护士: 
449
                   <img :src="orderForm.url" style="height: 30px" />
449
                   <img :src="orderForm.url" style="height: 30px" />
450
+                </span> -->
451
+                上机护士:
452
+                <span
453
+                  v-if="setAdminUserES(dialysisOrder.start_nurse) == ''"
454
+                  >{{getAdminUser(dialysisOrder.start_nurse)}}</span
455
+                >
456
+
457
+                <span v-else style="height: 36px">
458
+                  <img style="height:30px;" :src="setAdminUserES(dialysisOrder.start_nurse)" alt srcset />
450
                 </span>
459
                 </span>
451
               </span>
460
               </span>
452
             </td>
461
             </td>