소스 검색

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

test_user 2 년 전
부모
커밋
f231f84d5b

+ 2 - 2
src/xt_pages/Pharmacy/PatientDispensing.vue 파일 보기

@@ -526,7 +526,7 @@ export default {
526 526
         if (res.data.state == 1) {
527 527
            var list = res.data.data.list;
528 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 530
             this.tableData = []
531 531
             if(list!=null && list.length >0){
532 532
               for(let i=0;i<list.length;i++){
@@ -537,7 +537,7 @@ export default {
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 541
             this.tableData = []
542 542
             this.tableData = list
543 543
           }

+ 10 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSixtyTwo.vue 파일 보기

@@ -437,7 +437,7 @@
437 437
             </td>
438 438
             <td style="text-align: left" colspan="1">
439 439
               <span style="display: inline-block; margin-left: 15px">
440
-                <span
440
+                <!-- <span
441 441
                   v-if="orderForm.url === ''"
442 442
                   >上机护士:{{ orderForm.start_nurse }}</span
443 443
                 >
@@ -447,6 +447,15 @@
447 447
                 >
448 448
                   上机护士: 
449 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 459
                 </span>
451 460
               </span>
452 461
             </td>

+ 1 - 0
src/xt_pages/workforce/appointment.vue 파일 보기

@@ -898,6 +898,7 @@ export default {
898 898
       } else if (this.activeName == 'nextTwoWeek') {
899 899
         date = date + 14 * 24 * 60 * 60 * 1000
900 900
       }
901
+      console.log("whhwhwhwhwhwh",this.templateObj.template_id)
901 902
       if (this.templateObj.template_id == 1) {
902 903
         this.$router.push({path: '/workforce/schedule/print', query: {date: date}})
903 904
       }