Browse Source

新分支

28169 1 year ago
parent
commit
411d30e5af

+ 15 - 0
src/store/modules/globalConfig.js View File

@@ -697,6 +697,21 @@ const global_config = {
697 697
         sodium: 1,
698 698
         calcium: 1,
699 699
         bicarbonate: 1
700
+      },
701
+      33: {
702
+        id: 33,
703
+        name: 'HFD',
704
+        dialysis_duration: 1,
705
+        replacement_way: 1,
706
+        hemodialysis_machine: 2,
707
+        blood_filter: 1,
708
+        perfusion_apparatus: 2,
709
+        blood_flow_volume: 1,
710
+        dialysate_flow: 1,
711
+        kalium: 1,
712
+        sodium: 1,
713
+        calcium: 1,
714
+        bicarbonate: 1
700 715
       }
701 716
     },
702 717
     anticoagulants_confit: { // 抗凝剂

+ 18 - 2
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

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