陈少旭 hace 1 año
padre
commit
9258aafccf
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 6 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Ver fichero

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