Browse Source

提交代码

陈少旭 1 year ago
parent
commit
9258aafccf
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 6 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

4278
                           obj.med_type = 14
4278
                           obj.med_type = 14
4279
 
4279
 
4280
                         }
4280
                         }
4281
+                      }else{
4282
+
4283
+                        obj.med_type = prescription.med_type
4284
+
4281
                       }
4285
                       }
4282
                       this.prescriptions.push(obj)
4286
                       this.prescriptions.push(obj)
4283
                     }
4287
                     }
4296
                     }
4300
                     }
4297
                     if (this.org_id != 10206) {
4301
                     if (this.org_id != 10206) {
4298
                       obj.med_type = 14
4302
                       obj.med_type = 14
4303
+                    }else{
4304
+                      obj.med_type = 1
4299
                     }
4305
                     }
4300
 
4306
 
4301
                     this.prescriptions.push(obj)
4307
                     this.prescriptions.push(obj)