|
@@ -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
|