陈少旭 6 miesięcy temu
rodzic
commit
3b1a378077

+ 9 - 0
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Wyświetl plik

3399
                           preTime = this.record_date + ' ' + '17:00'
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
                     } else {
3405
                     } else {
3403
                       preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3406
                       preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3404
                     }
3407
                     }
3985
                         preTime = this.record_date + ' ' + '17:00'
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
                   } else {
3994
                   } else {
3989
                     preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3995
                     preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
3990
                   }
3996
                   }
5345
                             preTime = this.record_date + ' ' + '17:00'
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
                       } else {
5358
                       } else {
5350
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')
5359
                         preTime = this.getTime(prescription.pre_time, '{y}-{m}-{d} {h}:{i}')