陈少旭 преди 6 месеца
родител
ревизия
3b1a378077
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 9 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Целия файл

@@ -3399,6 +3399,9 @@ export default {
3399 3399
                           preTime = this.record_date + ' ' + '17:00'
3400 3400
                         }
3401 3401
                       }
3402
+                      if(this.org_id == 10510  || this.org_id == 0){
3403
+                        preTime = nowTime
3404
+                      }
3402 3405
                     } else {
3403 3406
                       preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3404 3407
                     }
@@ -3985,6 +3988,9 @@ export default {
3985 3988
                         preTime = this.record_date + ' ' + '17:00'
3986 3989
                       }
3987 3990
                     }
3991
+                    if(this.org_id == 10510  || this.org_id == 0){
3992
+                      preTime = nowTime
3993
+                    }
3988 3994
                   } else {
3989 3995
                     preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3990 3996
                   }
@@ -5345,6 +5351,9 @@ export default {
5345 5351
                             preTime = this.record_date + ' ' + '17:00'
5346 5352
                           }
5347 5353
                         }
5354
+                        if(this.org_id == 10510  || this.org_id == 0){
5355
+                          preTime = nowTime
5356
+                        }
5348 5357
 
5349 5358
                       } else {
5350 5359
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')