Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 year ago
parent
commit
5b4a33591a

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

697
         sodium: 1,
697
         sodium: 1,
698
         calcium: 1,
698
         calcium: 1,
699
         bicarbonate: 1
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
     anticoagulants_confit: { // 抗凝剂
717
     anticoagulants_confit: { // 抗凝剂

+ 25 - 9
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

74
                   </el-form-item>
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
                     <el-select style="width:100%;" v-model="patient_diagnose" placeholder="" multiple filterable>
79
                     <el-select style="width:100%;" v-model="patient_diagnose" placeholder="" multiple filterable>
80
                         <el-option
80
                         <el-option
143
                               </el-date-picker>
143
                               </el-date-picker>
144
 
144
 
145
 
145
 
146
-                              <el-select v-if="org_id != 10206 && org_id != 0" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
146
+                              <el-select v-if="org_id != 10206" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
147
                                          @change="changevalue">
147
                                          @change="changevalue">
148
                                   <el-option
148
                                   <el-option
149
                                           v-for="(item,index) in register"
149
                                           v-for="(item,index) in register"
153
                                   </el-option>
153
                                   </el-option>
154
                               </el-select>
154
                               </el-select>
155
 <!--                            //针对海拉尔普爱肾病医院-->
155
 <!--                            //针对海拉尔普爱肾病医院-->
156
-                            <el-select v-if="org_id == 10206 ||  org_id == 0" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
156
+                            <el-select v-if="org_id == 10206" style="width:50%;" v-model="item.med_type" placeholder="医疗类型"
157
                                        @change="changevalue">
157
                                        @change="changevalue">
158
                               <el-option
158
                               <el-option
159
                                 v-for="(item,index) in register10206"
159
                                 v-for="(item,index) in register10206"
2084
         }
2084
         }
2085
       }
2085
       }
2086
 
2086
 
2087
-      if(this.org_id == 0 || this.org_id == 10375){
2087
+      if(this.org_id == 10375){
2088
         this.state1 = 607
2088
         this.state1 = 607
2089
       }
2089
       }
2090
 
2090
 
2091
+      if(this.org_id == 10537 || this.org_id == 0){
2092
+        this.state1 = 662
2093
+      }
2094
+
2091
       if (info.id > 0) {
2095
       if (info.id > 0) {
2092
         this.doctorValue = info.doctor_id
2096
         this.doctorValue = info.doctor_id
2093
         this.departmentValue = info.departments
2097
         this.departmentValue = info.departments
2145
            this.diagnose.push(202)
2149
            this.diagnose.push(202)
2146
         }
2150
         }
2147
 
2151
 
2152
+        if(this.org_id == 10537){
2153
+          this.diagnose = []
2154
+          this.diagnose.push(557)
2155
+          this.diagnose.push(612)
2156
+          this.diagnose.push(620)
2157
+        }
2158
+
2148
       } else {
2159
       } else {
2149
         this.state2 = info.sick_history
2160
         this.state2 = info.sick_history
2150
         if (this.state2 == 0) {
2161
         if (this.state2 == 0) {
2206
         }
2217
         }
2207
       }
2218
       }
2208
 
2219
 
2209
-      if(this.org_id == 0 || this.org_id == 10375){
2220
+      if( this.org_id == 10375){
2210
         this.state1 = 607
2221
         this.state1 = 607
2211
       }
2222
       }
2212
 
2223
 
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
     setMonthData(info, admin_info, doctors, department, hisPatientInfo, month_data, last_info) {
2239
     setMonthData(info, admin_info, doctors, department, hisPatientInfo, month_data, last_info) {
3233
       this.$refs.additionalCharges.show()
3249
       this.$refs.additionalCharges.show()
3234
     },
3250
     },
3235
     selectDrugs(selection, row) {
3251
     selectDrugs(selection, row) {
3236
-    
3252
+
3237
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3253
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id == 3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id == 10245 || this.org_id == 9919 || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 || this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3238
       //     if (row.count <= 0) {
3254
       //     if (row.count <= 0) {
3239
       //       if (selection) {
3255
       //       if (selection) {
3274
                 this.$refs.multipleTable.toggleRowSelection(row)
3290
                 this.$refs.multipleTable.toggleRowSelection(row)
3275
               }
3291
               }
3276
             }
3292
             }
3277
-            
3293
+
3278
           })
3294
           })
3279
         } else {
3295
         } else {
3280
           this.$refs.multipleTable.clearSelection()
3296
           this.$refs.multipleTable.clearSelection()
3281
         }
3297
         }
3282
         if (row.is_project == 0 || row.is_project == 2){
3298
         if (row.is_project == 0 || row.is_project == 2){
3283
           this.$message.error(row.drug_name + '库存不足')
3299
           this.$message.error(row.drug_name + '库存不足')
3284
-          return 
3300
+          return
3285
         }
3301
         }
3286
        }
3302
        }
3287
       }
3303
       }
3562
       this.teamList = row
3578
       this.teamList = row
3563
     },
3579
     },
3564
     selectChange(selection, row) {
3580
     selectChange(selection, row) {
3565
-    
3581
+
3566
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3582
       // if(this.org_id == 10138 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 4 || this.org_id ==3877 || this.org_id == 10028 || this.org_id == 10243 || this.org_id == 10188 || this.org_id ==10245 || this.org_id == 9919  || this.org_id == 10106 || this.org_id == 9504 || this.org_id ==10215 ||  this.org_id == 10188 || this.org_id == 10265 || this.org_id == 10164 || this.org_id == 9956 || this.org_id == 10188 || this.org_id == 10191 || this.org_id == 10278 || this.org_id == 10217 || this.org_id ==10210 || this.org_id ==10318 || this.org_id ==10340){
3567
       //    if (row.stock_count <= 0) {
3583
       //    if (row.stock_count <= 0) {
3568
       //     if (row.type == 3) {
3584
       //     if (row.type == 3) {

+ 1 - 1
src/xt_pages/stock/drugs/components/drugOutDetail.vue View File

508
              }
508
              }
509
 
509
 
510
           }
510
           }
511
-           console.log("toal_p3232332332233232",total_price)
511
+          
512
            if(this.org_id!=0&&this.org_id!=10480){
512
            if(this.org_id!=0&&this.org_id!=10480){
513
               order.push({
513
               order.push({
514
               warehouse_out_order_number: "合计",
514
               warehouse_out_order_number: "合计",