|
@@ -74,7 +74,7 @@
|
74
|
74
|
</el-form-item>
|
75
|
75
|
|
76
|
76
|
|
77
|
|
- <el-form-item label="疾病诊断:" prop="name" label-position="right" style="width:66.6%;" v-if="org_id==3877 || org_id ==10485 || org_id == 0 ">
|
|
77
|
+ <el-form-item label="疾病诊断:" prop="name" label-position="right" style="width:66.6%;" v-if="org_id ==10485">
|
78
|
78
|
|
79
|
79
|
<el-select style="width:100%;" v-model="patient_diagnose" placeholder="" multiple filterable>
|
80
|
80
|
<el-option
|
|
@@ -1998,7 +1998,12 @@ export default {
|
1998
|
1998
|
},
|
1999
|
1999
|
setData(data, info, admin_info, doctors, department, hisPatientInfo, month_data, last_info,sick,diagnoses,patient_diagnose) {
|
2000
|
2000
|
console.log("诊断23333333333333",this.diagnose)
|
|
2001
|
+
|
|
2002
|
+
|
|
2003
|
+
|
2001
|
2004
|
this.sick = sick
|
|
2005
|
+
|
|
2006
|
+
|
2002
|
2007
|
this.diagnoses = diagnoses
|
2003
|
2008
|
this.department = department
|
2004
|
2009
|
this.curMonthPrescriptions = {}
|
|
@@ -2084,10 +2089,14 @@ export default {
|
2084
|
2089
|
}
|
2085
|
2090
|
}
|
2086
|
2091
|
|
2087
|
|
- if(this.org_id == 0 || this.org_id == 10375){
|
|
2092
|
+ if(this.org_id == 10375){
|
2088
|
2093
|
this.state1 = 607
|
2089
|
2094
|
}
|
2090
|
2095
|
|
|
2096
|
+ if(this.org_id == 10537 || this.org_id == 0){
|
|
2097
|
+ this.state1 = 662
|
|
2098
|
+ }
|
|
2099
|
+
|
2091
|
2100
|
if (info.id > 0) {
|
2092
|
2101
|
this.doctorValue = info.doctor_id
|
2093
|
2102
|
this.departmentValue = info.departments
|
|
@@ -2145,6 +2154,13 @@ export default {
|
2145
|
2154
|
this.diagnose.push(202)
|
2146
|
2155
|
}
|
2147
|
2156
|
|
|
2157
|
+ if(this.org_id == 10537){
|
|
2158
|
+ this.diagnose = []
|
|
2159
|
+ this.diagnose.push(557)
|
|
2160
|
+ this.diagnose.push(612)
|
|
2161
|
+ this.diagnose.push(620)
|
|
2162
|
+ }
|
|
2163
|
+
|
2148
|
2164
|
} else {
|
2149
|
2165
|
this.state2 = info.sick_history
|
2150
|
2166
|
if (this.state2 == 0) {
|