|
@@ -2086,8 +2086,15 @@ export default {
|
2086
|
2086
|
|
2087
|
2087
|
if(this.org_id == 0 || this.org_id == 10375){
|
2088
|
2088
|
this.state1 = 607
|
|
2089
|
+
|
2089
|
2090
|
}
|
2090
|
2091
|
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
|
2091
|
2098
|
if (info.id > 0) {
|
2092
|
2099
|
this.doctorValue = info.doctor_id
|
2093
|
2100
|
this.departmentValue = info.departments
|
|
@@ -2102,6 +2109,10 @@ export default {
|
2102
|
2109
|
}
|
2103
|
2110
|
}
|
2104
|
2111
|
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
|
|
2115
|
+
|
2105
|
2116
|
// if (info.register_type == 0) {
|
2106
|
2117
|
// for (let i = 0; i < this.register.length; i++) {
|
2107
|
2118
|
// this.register_type = this.register[0].value
|
|
@@ -2206,7 +2217,7 @@ export default {
|
2206
|
2217
|
}
|
2207
|
2218
|
}
|
2208
|
2219
|
|
2209
|
|
- if(this.org_id == 0 || this.org_id == 10375){
|
|
2220
|
+ if( this.org_id == 10375){
|
2210
|
2221
|
this.state1 = 607
|
2211
|
2222
|
}
|
2212
|
2223
|
|
|
@@ -2218,6 +2229,11 @@ export default {
|
2218
|
2229
|
}
|
2219
|
2230
|
}
|
2220
|
2231
|
|
|
2232
|
+ if(this.org_id == 10206 || this.org_id == 0){
|
|
2233
|
+ this.departmentValue = 263
|
|
2234
|
+ this.state1 = 677
|
|
2235
|
+ this.diagnose.push(716)
|
|
2236
|
+ }
|
2221
|
2237
|
|
2222
|
2238
|
},
|
2223
|
2239
|
setMonthData(info, admin_info, doctors, department, hisPatientInfo, month_data, last_info) {
|