|
@@ -92,6 +92,16 @@
|
92
|
92
|
if(good_type_id == 9777){
|
93
|
93
|
return prescription.dialysis_irrigation
|
94
|
94
|
}
|
|
95
|
+
|
|
96
|
+ if(good_type_id == 10275){
|
|
97
|
+ return prescription.dialysis_dialyszers
|
|
98
|
+ }
|
|
99
|
+ if(good_type_id == 10277){
|
|
100
|
+ return prescription.dialysis_irrigation
|
|
101
|
+ }
|
|
102
|
+ if(good_type_id == 10278){
|
|
103
|
+ return prescription.dialysis_strainer
|
|
104
|
+ }
|
95
|
105
|
}
|
96
|
106
|
|
97
|
107
|
},
|
|
@@ -196,7 +206,7 @@
|
196
|
206
|
}, 1000);
|
197
|
207
|
},
|
198
|
208
|
toDetail() {
|
199
|
|
- if(this.$store.getters.user.template_info.org_id != 10579 && this.$store.getters.user.template_info.org_id != 10587 && this.$store.getters.user.template_info.org_id != 10597 && this.$store.getters.user.template_info.org_id != 10599){
|
|
209
|
+ if(this.$store.getters.user.template_info.org_id != 10579 && this.$store.getters.user.template_info.org_id != 10587 && 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 != 10742){
|
200
|
210
|
this.$router.push("/consumablesDetail");
|
201
|
211
|
}else{
|
202
|
212
|
console.log("2332o32o3223o",this.partition_id)
|