2 Commits 25004b3bc0 ... b38cc7f3b4

Author SHA1 Message Date
  陈少旭 b38cc7f3b4 Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch 4 weeks ago
  陈少旭 39d3dff1d4 1111 4 weeks ago
1 changed files with 26 additions and 0 deletions
  1. 26 0
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

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

2347
                   if (this.schedule.schedule_type == 1) {
2347
                   if (this.schedule.schedule_type == 1) {
2348
                     if (this.org_id == 10028 || this.org_id == 10571  || this.org_id == 10633) {
2348
                     if (this.org_id == 10028 || this.org_id == 10571  || this.org_id == 10633) {
2349
                       preTime = this.record_date + ' ' + '6:30'
2349
                       preTime = this.record_date + ' ' + '6:30'
2350
+
2351
+                      if (this.org_id == 10633){
2352
+                        preTime = this.record_date + ' ' + '6:00'
2353
+                      }
2350
                     } else if(this.org_id == 10206 || this.org_id == 10598){
2354
                     } else if(this.org_id == 10206 || this.org_id == 10598){
2351
                       preTime = this.record_date + ' ' + '05:40'
2355
                       preTime = this.record_date + ' ' + '05:40'
2352
                     }else if(this.org_id == 10721){
2356
                     }else if(this.org_id == 10721){
2575
                   if (this.schedule.schedule_type == 1) {
2579
                   if (this.schedule.schedule_type == 1) {
2576
                     if (this.org_id == 10028 ||  this.org_id == 10571 || this.org_id == 10633) {
2580
                     if (this.org_id == 10028 ||  this.org_id == 10571 || this.org_id == 10633) {
2577
                       preTime = this.record_date + ' ' + '6:30'
2581
                       preTime = this.record_date + ' ' + '6:30'
2582
+
2583
+                      if (this.org_id == 10633){
2584
+                        preTime = this.record_date + ' ' + '6:00'
2585
+                      }
2578
                     } else if(this.org_id == 10206  || this.org_id == 10598) {
2586
                     } else if(this.org_id == 10206  || this.org_id == 10598) {
2579
                       preTime = this.record_date+ ' ' + '05:40'
2587
                       preTime = this.record_date+ ' ' + '05:40'
2580
                     } else if(this.org_id == 10721 ) {
2588
                     } else if(this.org_id == 10721 ) {
3002
                         if (this.schedule.schedule_type == 1) {
3010
                         if (this.schedule.schedule_type == 1) {
3003
                           if (this.org_id == 10028 || this.org_id == 10571  || this.org_id == 10633) {
3011
                           if (this.org_id == 10028 || this.org_id == 10571  || this.org_id == 10633) {
3004
                             preTime = this.record_date + ' ' + '6:30'
3012
                             preTime = this.record_date + ' ' + '6:30'
3013
+                            if (this.org_id == 10633){
3014
+                              preTime = this.record_date + ' ' + '6:00'
3015
+                            }
3005
                           } else if(this.org_id == 10206 || this.org_id == 10598){
3016
                           } else if(this.org_id == 10206 || this.org_id == 10598){
3006
                             preTime = this.record_date + ' ' + '05:40'
3017
                             preTime = this.record_date + ' ' + '05:40'
3007
                           } else if(this.org_id == 10721 ){
3018
                           } else if(this.org_id == 10721 ){
3206
                         if (this.schedule.schedule_type == 1) {
3217
                         if (this.schedule.schedule_type == 1) {
3207
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 10633) {
3218
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 10633) {
3208
                             preTime = this.record_date + ' ' + '6:30'
3219
                             preTime = this.record_date + ' ' + '6:30'
3220
+                            if (this.org_id == 10633){
3221
+                              preTime = this.record_date + ' ' + '6:00'
3222
+                            }
3209
                           } else if(this.org_id == 10206 || this.org_id == 10598){
3223
                           } else if(this.org_id == 10206 || this.org_id == 10598){
3210
                             preTime = this.record_date + ' ' + '05:40'
3224
                             preTime = this.record_date + ' ' + '05:40'
3211
                           } else if(this.org_id == 10721){
3225
                           } else if(this.org_id == 10721){
5035
                         if (this.schedule.schedule_type == 1) {
5049
                         if (this.schedule.schedule_type == 1) {
5036
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
5050
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
5037
                             preTime = this.record_date + ' ' + '6:30'
5051
                             preTime = this.record_date + ' ' + '6:30'
5052
+                            if (this.org_id == 10633){
5053
+                              preTime = this.record_date + ' ' + '6:00'
5054
+                            }
5038
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5055
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5039
 
5056
 
5040
                             preTime = this.record_date + ' ' + '05:40'
5057
                             preTime = this.record_date + ' ' + '05:40'
5251
                         if (this.schedule.schedule_type == 1) {
5268
                         if (this.schedule.schedule_type == 1) {
5252
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 10633) {
5269
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 10633) {
5253
                             preTime = this.record_date + ' ' + '6:30'
5270
                             preTime = this.record_date + ' ' + '6:30'
5271
+                            if (this.org_id == 10633){
5272
+                              preTime = this.record_date + ' ' + '6:00'
5273
+                            }
5254
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5274
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5255
                             preTime = this.record_date+ ' ' + '05:40'
5275
                             preTime = this.record_date+ ' ' + '05:40'
5256
                           } else if(this.org_id == 10721){
5276
                           } else if(this.org_id == 10721){
5736
                         if (this.schedule.schedule_type == 1) {
5756
                         if (this.schedule.schedule_type == 1) {
5737
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
5757
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
5738
                             preTime = this.record_date + ' ' + '6:30'
5758
                             preTime = this.record_date + ' ' + '6:30'
5759
+                            if (this.org_id == 10633){
5760
+                              preTime = this.record_date + ' ' + '6:00'
5761
+                            }
5739
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5762
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5740
                             preTime = this.record_date + ' ' + '05:40'
5763
                             preTime = this.record_date + ' ' + '05:40'
5741
                           } else if(this.org_id == 10721){
5764
                           } else if(this.org_id == 10721){
5948
                         if (this.schedule.schedule_type == 1) {
5971
                         if (this.schedule.schedule_type == 1) {
5949
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
5972
                           if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
5950
                             preTime = this.record_date + ' ' + '6:30'
5973
                             preTime = this.record_date + ' ' + '6:30'
5974
+                            if (this.org_id == 10633){
5975
+                              preTime = this.record_date + ' ' + '6:00'
5976
+                            }
5951
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5977
                           } else if(this.org_id == 10206 || this.org_id == 10598){
5952
                             preTime = this.record_date + ' ' + '05:40'
5978
                             preTime = this.record_date + ' ' + '05:40'
5953
                           } else if(this.org_id == 10721){
5979
                           } else if(this.org_id == 10721){