Procházet zdrojové kódy

Merge remote-tracking branch 'origin/20230223_pad_vue_new_branch' into 20230223_pad_vue_new_branch

yq1 před 2 týdny
rodič
revize
67db88450e

+ 1 - 1
build/cdn.json Zobrazit soubor

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13738"
2
+  "version": "2999.999.13744"
3 3
 }

+ 1 - 1
src/pages/main/newActionBar/assessmentAfter.vue Zobrazit soubor

@@ -751,7 +751,7 @@ export default {
751 751
       }
752 752
 
753 753
       //干体重默认透前评估里面的干体重
754
-      if(this.$store.getters.user.template_info.org_id==10138 || this.$store.getters.user.template_info.org_id==10278 ||  this.$store.getters.user.template_info.org_id==0 || this.$store.getters.user.template_info.org_id==3877 || this.$store.getters.user.template_info.org_id==10551 || this.$store.getters.user.template_info.org_id==10558 || this.$store.getters.user.template_info.org_id==10515 || this.$store.getters.user.template_info.org_id==10597 || this.$store.getters.user.template_info.org_id==10599 || this.$store.getters.user.template_info.org_id==10598  || this.$store.getters.user.template_info.org_id==10510 || this.$store.getters.user.template_info.org_id==10629 || this.$store.getters.user.template_info.org_id==10702 ){
754
+      if(this.$store.getters.user.template_info.org_id==10138 || this.$store.getters.user.template_info.org_id==10278 ||  this.$store.getters.user.template_info.org_id==0 || this.$store.getters.user.template_info.org_id==3877 || this.$store.getters.user.template_info.org_id==10551 || this.$store.getters.user.template_info.org_id==10558 || this.$store.getters.user.template_info.org_id==10515 || this.$store.getters.user.template_info.org_id==10597 || this.$store.getters.user.template_info.org_id==10599 || this.$store.getters.user.template_info.org_id==10598  || this.$store.getters.user.template_info.org_id==10510 || this.$store.getters.user.template_info.org_id==10629 || this.$store.getters.user.template_info.org_id==10702 || this.$store.getters.user.template_info.org_id==10721 ){
755 755
           this.formValue.additional_weight = this.predialysis.additional_weight
756 756
           this.formValue.patient_gose = "1"
757 757
       }

+ 20 - 0
src/pages/main/newActionBar/computer.vue Zobrazit soubor

@@ -576,6 +576,9 @@ export default {
576 576
     last_order: {
577 577
       type: Object,
578 578
     },
579
+    predialysis: {
580
+      type: Object
581
+    },
579 582
   },
580 583
   data() {
581 584
     return {
@@ -692,6 +695,8 @@ export default {
692 695
     };
693 696
   },
694 697
   created() {
698
+    console.log("透前=======================",this.predialysis)
699
+  
695 700
     setRem();
696 701
     this.getToken();
697 702
     this.getPatientSign();
@@ -830,6 +835,17 @@ export default {
830 835
       this.nuclein_date_str = this.getTimeOne(this.record.nuclein_date);
831 836
     }
832 837
 
838
+    if(this.predialysis!=null){
839
+      if(this.predialysis.internal_fistula!=''){
840
+          this.change_nurse = 0
841
+          this.puncture_nurse = this.record == null || this.record.id == ""? this.$store.getters.user.admin.id : this.record.puncture_nurse;
842
+      }
843
+      if(this.predialysis.catheter!=""){
844
+         this.puncture_nurse = 0
845
+         this.change_nurse = this.record == null || this.record.id == ""? this.$store.getters.user.admin.id : this.record.change_nurse;
846
+      }
847
+    }
848
+
833 849
     for (let index = 0; index < this.temp_device_numbers.length; index++) {
834 850
       const device_number = this.temp_device_numbers[index];
835 851
       this.temp_device_numbers[index]["zoneNumber"] =
@@ -2078,6 +2094,7 @@ export default {
2078 2094
    }
2079 2095
   },
2080 2096
   watch: {
2097
+
2081 2098
     "record.id": function (val) {
2082 2099
       if (val > 0) {
2083 2100
         if (this.record.creator == 0) {
@@ -2085,7 +2102,10 @@ export default {
2085 2102
         } else {
2086 2103
           this.creator = this.record.creator;
2087 2104
         }
2105
+
2106
+
2088 2107
       }
2108
+    
2089 2109
     },
2090 2110
     schedual_type: {
2091 2111
       handler(newVal, oldVal) {

+ 5 - 4
src/pages/main/newActionBar/doctorAdvice.vue Zobrazit soubor

@@ -160,7 +160,8 @@
160 160
 
161 161
             <div class="preserveBox">
162 162
               <div style="display: flex;justify-content: space-between;width: 100%;">
163
-                  <span v-if="his_is_open != 1" :class="{ forbid: is_has_create != true }" @click="showNew">新增</span>
163
+                  <span v-if="his_is_open != 1 || org_id == 10721" :class="{ forbid: is_has_create != true }" @click="showNew">新增</span>
164
+                 
164 165
                   <mu-date-input v-if="isShowExce && (org_id == 10215 || org_id == 4 || org_id == 9671 || org_id == 10340)" type="dateTime" class="dateInput" label="执行" v-model="newExecTime" @focus="onFocusExecTime" @change="execTimeFunc" container="dialog" :clock-type="'24hr'" actions></mu-date-input>
165 166
                   <span v-if="isShowExce && (org_id != 10215  && org_id != 4 && org_id!=9671 && org_id !=10340)" :class="{ forbid: is_has_exce != true || allForbidShow != true }" @click="execAdvice">执行</span>
166 167
                   <!-- <span v-if="isShowExce && (org_id ==10164 || org_id==10480)" :class="{ forbid: is_has_exce != true || allForbidShow != true }" @click="BatchExecAdvice">全部执行</span> -->
@@ -170,9 +171,9 @@
170 171
                   <span v-if="org_id!=10445 && org_id!=3877  && org_id !=10344 && org_id!=10597 && org_id!=10599 && org_id!=10624" :class="{ forbid: (current_advice&& current_advice.parent_id > 0) || is_has_check != true || allForbidShow != true }" @click="checkAdvice">核对</span>
171 172
                  
172 173
                   <span v-if="org_id ==3877  || org_id ==10344" :class="{ forbid: (current_advice&& current_advice.parent_id > 0) || is_has_check != true || allForbidShow != true }" @click="checkAdviceOne">核对</span>
173
-                  <span v-if="his_is_open != 1" :class="{ forbid: current_advice == null || current_advice.parent_id > 0 ||  currentAdvices.length != 1 || is_has_create != true || allForbidShow != true }" @click="openNewChild">添加子药</span>
174
-                  <span v-if="his_is_open != 1" :class="{ forbid: current_group_index < 0 ||  currentAdvices.length != 1  || current_select_object== 2 || (is_has_modify != true && is_has_modify_other != true) || allForbidShow != true || modifyOrDelete != true }" @click="modifyAdviceAction">修改</span>
175
-                  <span v-if="his_is_open != 1 && user_type !=3 " :class="{ forbid: current_group_index < 0 || currentAdvices.length <= 0 || (is_has_del != true && is_has_del_other != true) || allForbidShow != true || modifyOrDelete != true , deleteColor : true }" @click="deleteAdviceAction">删除</span>
174
+                  <span v-if="his_is_open != 1 || org_id == 10721" :class="{ forbid: current_advice == null || current_advice.parent_id > 0 ||  currentAdvices.length != 1 || is_has_create != true || allForbidShow != true }" @click="openNewChild">添加子药</span>
175
+                  <span v-if="his_is_open != 1 || org_id == 10721" :class="{ forbid: current_group_index < 0 ||  currentAdvices.length != 1  || current_select_object== 2 || (is_has_modify != true && is_has_modify_other != true) || allForbidShow != true || modifyOrDelete != true }" @click="modifyAdviceAction">修改</span>
176
+                  <span v-if="(his_is_open != 1 || org_id == 10721) && user_type !=3 " :class="{ forbid: current_group_index < 0 || currentAdvices.length <= 0 || (is_has_del != true && is_has_del_other != true) || allForbidShow != true || modifyOrDelete != true , deleteColor : true }" @click="deleteAdviceAction">删除</span>
176 177
                   <!-- <span v-if="his_is_open != 1 && user_type ==3" @click="checkAllAdvice">全部核对</span> -->
177 178
               </div>
178 179
             </div>

+ 5 - 0
src/pages/main/newActionBar/monitoring.vue Zobrazit soubor

@@ -2126,6 +2126,11 @@ methods: {
2126 2126
           this.form.displacement_quantity = (this.form.displacement_quantity/1000).toFixed(2)
2127 2127
        }
2128 2128
 
2129
+       if(this.org_id == 10721){
2130
+         this.form.venous_pressure = ""
2131
+         this.form.transmembrane_pressure = ""
2132
+       }
2133
+
2129 2134
 
2130 2135
       // this.form.monitor_anticoagulant = resp.monitor.monitor_anticoagulant?resp.monitor.monitor_anticoagulant:''
2131 2136
       // this.form.monitor_anticoagulant_value = resp.monitor.monitor_anticoagulant_value?resp.monitor.monitor_anticoagulant_value:''

+ 173 - 34
src/pages/main/today/TodayTab.vue Zobrazit soubor

@@ -130,7 +130,7 @@
130 130
                       :dialysis_order="dialysis_order"
131 131
                       :is_advice_open="is_advice_open"
132 132
                       :prescription_prop="prescription"
133
-                      
133
+
134 134
                       ref="orders_dialog"></doctorAdvice>
135 135
         <!-- 双人核对 -->
136 136
         <doubleCheck v-if="barActive == 5" :patient_prop="patient" ref="doubleCheck"
@@ -155,6 +155,7 @@
155 155
                   :last_order="lastOrder"
156 156
                   :stockType="stockType"
157 157
                   @did_start="closeDialysisComputer"
158
+                   :predialysis="predialysis_evaluation"
158 159
                   @did_add_monitor="didAddMonitor"
159 160
 
160 161
                   ></computer>
@@ -236,7 +237,7 @@
236 237
           {{ total }}
237 238
         </span>
238 239
     </div>
239
-     
240
+
240 241
     <van-dialog v-model="dry_visibility"  width="90%"  show-cancel-button>
241 242
       <div style="margin:10px;height:100px; overflow-y: scroll;">
242 243
         <div style="">
@@ -542,7 +543,7 @@ export default {
542 543
         { title: '接诊评估', name: 'accepts_assessment', value: 0, is_show: 1 },
543 544
         { title: '透前评估', name: 'assessment_before', value: 0, is_show: 1 },
544 545
         { title: '临时医嘱', name: 'stat_order', value: 0, is_show: 0},
545
-       
546
+
546 547
         { title: '双人核对', name: 'double_check', value: 0, is_show: 2 },
547 548
         { title: '透析上机', name: 'dialysis_computer', value: 0, is_show: 2},
548 549
         { title: '透析监测', name: 'dialysis_monitoring', value: 0, is_show: 2 },
@@ -550,8 +551,8 @@ export default {
550 551
         { title: '透后评估', name: 'assessment_after', value: 0, is_show: 1},
551 552
         { title: '治疗小结', name: 'treatment_of', value: 0, is_show: 1},
552 553
         { title: '耗材出库', name: 'dialysis_consumables', value: 0, is_show: 0},
553
-      
554
-       
554
+
555
+
555 556
       ]
556 557
       if (!isNaN(this.prescribeOne.id) && this.prescribeOne.id > 0 && this.prescribeOne.creater > 0) {
557 558
         steps[1].value = 1
@@ -745,7 +746,7 @@ export default {
745 746
       this.dx = this.moveBtn.offsetLeft
746 747
       this.dy = this.moveBtn.offsetTop
747 748
       console.log('this.moveBtn.offsetLeft',this.moveBtn.offsetLeft);
748
-      
749
+
749 750
     },
750 751
     move (event) {
751 752
       if (this.flags) {
@@ -1145,11 +1146,16 @@ export default {
1145 1146
       if (popupIndex >= 0) {
1146 1147
         if (popupIndex == 4) {
1147 1148
           if (this.his_is_open == 1) {
1148
-            if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
1149
+            if(this.$store.getters.user.template_info.org_id!=10721){
1150
+              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
1149 1151
               this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
1150
-            } else {
1152
+              } else {
1153
+                this.menuList[popupIndex].showPopup = true
1154
+              }
1155
+            }else {
1151 1156
               this.menuList[popupIndex].showPopup = true
1152 1157
             }
1158
+           
1153 1159
           } else {
1154 1160
             this.menuList[popupIndex].showPopup = true
1155 1161
           }
@@ -1260,7 +1266,7 @@ export default {
1260 1266
 
1261 1267
           var all_projcet = []
1262 1268
 
1263
-         
1269
+
1264 1270
 
1265 1271
           if (this.$store.getters.user.template_info.org_id == 10318) {
1266 1272
             var project = resp.data.project // 项目
@@ -1355,9 +1361,9 @@ export default {
1355 1361
                   console.log("arr----------------",arr)
1356 1362
                   this.project.push(...arr)
1357 1363
                 }
1358
-              
1364
+
1359 1365
               }
1360
-            
1366
+
1361 1367
             }
1362 1368
 
1363 1369
           }
@@ -1415,7 +1421,7 @@ export default {
1415 1421
               his_doctor_advices[i]['origin'] = 2
1416 1422
               his_doctor_advices[i]['way'] = 1
1417 1423
               if (doctor_advices != null) {
1418
-                 
1424
+
1419 1425
                 //针对 濉溪杏康血液透析中心
1420 1426
                 if(this.$store.getters.user.template_info.org_id == 10721){
1421 1427
                   if(his_doctor_advices[i].execution_frequency.indexOf("上机前") == -1 && his_doctor_advices[i].delivery_way.indexOf("口服")==-1){
@@ -1425,7 +1431,7 @@ export default {
1425 1431
                   doctor_advices.push(his_doctor_advices[i])
1426 1432
                 }
1427 1433
 
1428
-               
1434
+
1429 1435
               } else {
1430 1436
                   doctor_advices = []
1431 1437
                   //针对 濉溪杏康血液透析中心
@@ -1565,7 +1571,7 @@ export default {
1565 1571
             this.blood_access_part_opera_name = this.getBloodAccessOpera(this.prescription.blood_access)
1566 1572
           }
1567 1573
           }
1568
-         
1574
+
1569 1575
 
1570 1576
           if (this.his_is_open != 1) {
1571 1577
             if (this.doctor_advices.length > 0) {
@@ -1664,7 +1670,7 @@ export default {
1664 1670
           this.is_project_open = resp.data.is_project_open_config.is_open
1665 1671
 
1666 1672
           console.log("项目姐夫------------------------",this.project)
1667
-          
1673
+
1668 1674
           if (this.project != null && this.is_project_open == 1) {
1669 1675
             this.project.map(item => {
1670 1676
               let obj = {
@@ -2635,13 +2641,20 @@ export default {
2635 2641
               setTimeout(() => {
2636 2642
                 if (index == 4) {
2637 2643
                   if (this.his_is_open == 1) {
2638
-                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2644
+                    if(this.$store.getters.user.template_info.org_id!=10721){
2645
+                      if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2639 2646
                       this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2640 2647
                     } else {
2641 2648
                       this.$nextTick(() => {
2642 2649
                         this.barActive = index
2643 2650
                       })
2644 2651
                     }
2652
+                    }else{
2653
+                      this.$nextTick(() => {
2654
+                        this.barActive = index
2655
+                      })
2656
+                    }
2657
+                  
2645 2658
                   } else {
2646 2659
                     this.$nextTick(() => {
2647 2660
                       this.barActive = index
@@ -2658,13 +2671,20 @@ export default {
2658 2671
             this.requestDialysisRecord()
2659 2672
             if (index == 4) {
2660 2673
               if (this.his_is_open == 1) {
2661
-                if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2674
+                if(this.$store.getters.user.template_info.org_id!=10721){
2675
+                  if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2662 2676
                   this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2663 2677
                 } else {
2664 2678
                   this.$nextTick(() => {
2665 2679
                     this.barActive = index
2666 2680
                   })
2667 2681
                 }
2682
+                }else{
2683
+                  this.$nextTick(() => {
2684
+                    this.barActive = index
2685
+                  })
2686
+                }
2687
+               
2668 2688
               } else {
2669 2689
                 this.$nextTick(() => {
2670 2690
                   this.barActive = index
@@ -2679,13 +2699,20 @@ export default {
2679 2699
         } else {
2680 2700
           if (index == 4) {
2681 2701
             if (this.his_is_open == 1) {
2682
-              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2702
+              if(this.$store.getters.user.template_info.org_id!=10721){
2703
+                if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2683 2704
                 this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2684 2705
               } else {
2685 2706
                 this.$nextTick(() => {
2686 2707
                   this.barActive = index
2687 2708
                 })
2688 2709
               }
2710
+              }else{
2711
+                this.$nextTick(() => {
2712
+                  this.barActive = index
2713
+                })
2714
+              }
2715
+             
2689 2716
             } else {
2690 2717
               this.$nextTick(() => {
2691 2718
                 this.barActive = index
@@ -2708,13 +2735,20 @@ export default {
2708 2735
                 // this.requestDialysisRecord()
2709 2736
                 if (index == 4) {
2710 2737
                   if (this.his_is_open == 1) {
2711
-                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2738
+                    if(this.$store.getters.user.template_info.org_id!=10721){
2739
+                      if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2712 2740
                       this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2713 2741
                     } else {
2714 2742
                       this.$nextTick(() => {
2715 2743
                         this.barActive = index
2716 2744
                       })
2717 2745
                     }
2746
+                    }else{
2747
+                      this.$nextTick(() => {
2748
+                        this.barActive = index
2749
+                      })
2750
+                    }
2751
+                   
2718 2752
                   } else {
2719 2753
                     this.$nextTick(() => {
2720 2754
                       this.barActive = index
@@ -2732,13 +2766,20 @@ export default {
2732 2766
               this.requestDialysisRecord()
2733 2767
               if (index == 4) {
2734 2768
                 if (this.his_is_open == 1) {
2735
-                  if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2769
+                  if(this.$store.getters.user.template_info.org_id!=10721){
2770
+                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2736 2771
                     this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2737 2772
                   } else {
2738 2773
                     this.$nextTick(() => {
2739 2774
                       this.barActive = index
2740 2775
                     })
2741 2776
                   }
2777
+                  }else{
2778
+                    this.$nextTick(() => {
2779
+                      this.barActive = index
2780
+                    })
2781
+                  }
2782
+                
2742 2783
                 } else {
2743 2784
                   this.$nextTick(() => {
2744 2785
                     this.barActive = index
@@ -2753,13 +2794,20 @@ export default {
2753 2794
         } else {
2754 2795
           if (index == 4) {
2755 2796
             if (this.his_is_open == 1) {
2756
-              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2797
+              if(this.$store.getters.user.template_info.org_id!=10721){
2798
+                if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2757 2799
                 this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2758 2800
               } else {
2759 2801
                 this.$nextTick(() => {
2760 2802
                   this.barActive = index
2761 2803
                 })
2762 2804
               }
2805
+              }else{
2806
+                this.$nextTick(() => {
2807
+                  this.barActive = index
2808
+                })
2809
+              }
2810
+           
2763 2811
             } else {
2764 2812
               this.$nextTick(() => {
2765 2813
                 this.barActive = index
@@ -2782,13 +2830,20 @@ export default {
2782 2830
               // this.requestDialysisRecord()
2783 2831
                 if (index == 4) {
2784 2832
                   if (this.his_is_open == 1) {
2785
-                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2833
+                    if(this.$store.getters.user.template_info.org_id!=10721){
2834
+                      if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2786 2835
                       this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2787 2836
                     } else {
2788 2837
                       this.$nextTick(() => {
2789 2838
                         this.barActive = index
2790 2839
                       })
2791 2840
                     }
2841
+                    }else{
2842
+                      this.$nextTick(() => {
2843
+                        this.barActive = index
2844
+                      })
2845
+                    }
2846
+                   
2792 2847
                   } else {
2793 2848
                     this.$nextTick(() => {
2794 2849
                       this.barActive = index
@@ -2806,13 +2861,20 @@ export default {
2806 2861
               this.requestDialysisRecord()
2807 2862
               if (index == 4) {
2808 2863
                 if (this.his_is_open == 1) {
2809
-                  if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2864
+                  if(this.$store.getters.user.template_info.org_id!=10721){
2865
+                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2810 2866
                     this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2811 2867
                   } else {
2812 2868
                     this.$nextTick(() => {
2813 2869
                       this.barActive = index
2814 2870
                     })
2815 2871
                   }
2872
+                  }else{
2873
+                    this.$nextTick(() => {
2874
+                      this.barActive = index
2875
+                    })
2876
+                  }
2877
+                 
2816 2878
                 } else {
2817 2879
                   this.$nextTick(() => {
2818 2880
                     this.barActive = index
@@ -2827,13 +2889,20 @@ export default {
2827 2889
         } else {
2828 2890
           if (index == 4) {
2829 2891
             if (this.his_is_open == 1) {
2830
-              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2892
+              if(this.$store.getters.user.template_info.org_id!=10721){
2893
+                if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2831 2894
                 this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2832 2895
               } else {
2833 2896
                 this.$nextTick(() => {
2834 2897
                   this.barActive = index
2835 2898
                 })
2836 2899
               }
2900
+              }else{
2901
+                this.$nextTick(() => {
2902
+                  this.barActive = index
2903
+                })
2904
+              }
2905
+            
2837 2906
             } else {
2838 2907
               this.$nextTick(() => {
2839 2908
                 this.barActive = index
@@ -2856,13 +2925,20 @@ export default {
2856 2925
                 // this.requestDialysisRecord()
2857 2926
                 if (index == 4) {
2858 2927
                   if (this.his_is_open == 1) {
2859
-                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2928
+                    if(this.$store.getters.user.template_info.org_id!=10721){
2929
+                      if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2860 2930
                       this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2861 2931
                     } else {
2862 2932
                       this.$nextTick(() => {
2863 2933
                         this.barActive = index
2864 2934
                       })
2865 2935
                     }
2936
+                    }else{
2937
+                      this.$nextTick(() => {
2938
+                        this.barActive = index
2939
+                      })
2940
+                    }
2941
+                   
2866 2942
                   } else {
2867 2943
                     this.$nextTick(() => {
2868 2944
                       this.barActive = index
@@ -2880,13 +2956,20 @@ export default {
2880 2956
               this.requestDialysisRecord()
2881 2957
               if (index == 4) {
2882 2958
                 if (this.his_is_open == 1) {
2883
-                  if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2959
+                  if(this.$store.getters.user.template_info.org_id!=10721){
2960
+                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2884 2961
                     this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2885 2962
                   } else {
2886 2963
                     this.$nextTick(() => {
2887 2964
                       this.barActive = index
2888 2965
                     })
2889 2966
                   }
2967
+                  }else{
2968
+                    this.$nextTick(() => {
2969
+                      this.barActive = index
2970
+                    })
2971
+                  }
2972
+                 
2890 2973
                 } else {
2891 2974
                   this.$nextTick(() => {
2892 2975
                     this.barActive = index
@@ -2901,13 +2984,20 @@ export default {
2901 2984
         } else {
2902 2985
           if (index == 4) {
2903 2986
             if (this.his_is_open == 1) {
2904
-              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2987
+              if(this.$store.getters.user.template_info.org_id!=10721){
2988
+                if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2905 2989
                 this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2906 2990
               } else {
2907 2991
                 this.$nextTick(() => {
2908 2992
                   this.barActive = index
2909 2993
                 })
2910 2994
               }
2995
+              }else{
2996
+                this.$nextTick(() => {
2997
+                  this.barActive = index
2998
+                })
2999
+              }
3000
+            
2911 3001
             } else {
2912 3002
               this.$nextTick(() => {
2913 3003
                 this.barActive = index
@@ -2930,13 +3020,20 @@ export default {
2930 3020
                 // this.requestDialysisRecord()
2931 3021
                 if (index == 4) {
2932 3022
                   if (this.his_is_open == 1) {
2933
-                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3023
+                    if(this.$store.getters.user.template_info.org_id!=10721){
3024
+                      if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2934 3025
                       this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2935 3026
                     } else {
2936 3027
                       this.$nextTick(() => {
2937 3028
                         this.barActive = index
2938 3029
                       })
2939 3030
                     }
3031
+                    }else{
3032
+                      this.$nextTick(() => {
3033
+                        this.barActive = index
3034
+                      })
3035
+                    }
3036
+                   
2940 3037
                   } else {
2941 3038
                     this.$nextTick(() => {
2942 3039
                       this.barActive = index
@@ -2954,13 +3051,20 @@ export default {
2954 3051
               this.requestDialysisRecord()
2955 3052
               if (index == 4) {
2956 3053
                 if (this.his_is_open == 1) {
2957
-                  if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3054
+                  if(this.$store.getters.user.template_info.org_id!=10721){
3055
+                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2958 3056
                     this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2959 3057
                   } else {
2960 3058
                     this.$nextTick(() => {
2961 3059
                       this.barActive = index
2962 3060
                     })
2963 3061
                   }
3062
+                  }else{
3063
+                    this.$nextTick(() => {
3064
+                      this.barActive = index
3065
+                    })
3066
+                  }
3067
+                 
2964 3068
                 } else {
2965 3069
                   this.$nextTick(() => {
2966 3070
                     this.barActive = index
@@ -2975,13 +3079,20 @@ export default {
2975 3079
         } else {
2976 3080
           if (index == 4) {
2977 3081
             if (this.his_is_open == 1) {
2978
-              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3082
+              if(this.$store.getters.user.template_info.org_id!=10721){
3083
+                if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
2979 3084
                 this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
2980 3085
               } else {
2981 3086
                 this.$nextTick(() => {
2982 3087
                   this.barActive = index
2983 3088
                 })
2984 3089
               }
3090
+              }else{
3091
+                this.$nextTick(() => {
3092
+                  this.barActive = index
3093
+                })
3094
+              }
3095
+             
2985 3096
             } else {
2986 3097
               this.$nextTick(() => {
2987 3098
                 this.barActive = index
@@ -3004,13 +3115,20 @@ export default {
3004 3115
                 // this.requestDialysisRecord()
3005 3116
                 if (index == 4) {
3006 3117
                   if (this.his_is_open == 1) {
3007
-                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3118
+                    if(this.$store.getters.user.template_info.org_id!=10721){
3119
+                      if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3008 3120
                       this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
3009 3121
                     } else {
3010 3122
                       this.$nextTick(() => {
3011 3123
                         this.barActive = index
3012 3124
                       })
3013 3125
                     }
3126
+                    }else{
3127
+                      this.$nextTick(() => {
3128
+                        this.barActive = index
3129
+                      })
3130
+                    }
3131
+                   
3014 3132
                   } else {
3015 3133
                     this.$nextTick(() => {
3016 3134
                       this.barActive = index
@@ -3028,13 +3146,20 @@ export default {
3028 3146
               this.requestDialysisRecord()
3029 3147
               if (index == 4) {
3030 3148
                 if (this.his_is_open == 1) {
3031
-                  if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3149
+                  if(this.$store.getters.user.template_info.org_id!=10721){
3150
+                    if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3032 3151
                     this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
3033 3152
                   } else {
3034 3153
                     this.$nextTick(() => {
3035 3154
                       this.barActive = index
3036 3155
                     })
3037 3156
                   }
3157
+                  }else{
3158
+                    this.$nextTick(() => {
3159
+                      this.barActive = index
3160
+                    })
3161
+                  }
3162
+                 
3038 3163
                 } else {
3039 3164
                   this.$nextTick(() => {
3040 3165
                     this.barActive = index
@@ -3049,13 +3174,20 @@ export default {
3049 3174
         } else {
3050 3175
           if (index == 4) {
3051 3176
             if (this.his_is_open == 1) {
3052
-              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3177
+              if(this.$store.getters.user.template_info.org_id!=10721){
3178
+                if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3053 3179
                 this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
3054 3180
               } else {
3055 3181
                 this.$nextTick(() => {
3056 3182
                   this.barActive = index
3057 3183
                 })
3058 3184
               }
3185
+              }else{
3186
+                this.$nextTick(() => {
3187
+                  this.barActive = index
3188
+                })
3189
+              }
3190
+             
3059 3191
             } else {
3060 3192
               this.$nextTick(() => {
3061 3193
                 this.barActive = index
@@ -3071,13 +3203,20 @@ export default {
3071 3203
         // this.requestDialysisRecord()
3072 3204
         if (index == 4) {
3073 3205
           if (this.his_is_open == 1) {
3074
-            if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3206
+            if(this.$store.getters.user.template_info.org_id!=10721){
3207
+              if (this.$store.getters.user.user.user_type == 1 || this.$store.getters.user.user.user_type == 2) {
3075 3208
               this.$router.push('/dialysis/hisOrder?id=' + this.$route.query.patient_id + '&record_date=' + parseTime(this.$route.query.date, '{y}-{m}-{d}'))
3076 3209
             } else {
3077 3210
               this.$nextTick(() => {
3078 3211
                 this.barActive = index
3079 3212
               })
3080 3213
             }
3214
+            }else{
3215
+              this.$nextTick(() => {
3216
+                this.barActive = index
3217
+              })
3218
+            }
3219
+          
3081 3220
           } else {
3082 3221
             this.$nextTick(() => {
3083 3222
               this.barActive = index