|
@@ -442,7 +442,18 @@ export default {
|
442
|
442
|
this.advice_start_time = year + '-' + month + '-' + day + ' ' + '15:00'
|
443
|
443
|
this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
|
444
|
444
|
}
|
445
|
|
- }else if (this.$store.getters.user.org.id == 10353) {
|
|
445
|
+ }else if (this.$store.getters.user.org.id == 10735) {
|
|
446
|
+ if (sch.schedule_type == 1) {
|
|
447
|
+ this.advice_start_time = year + '-' + month + '-' + day + ' ' + '06:30'
|
|
448
|
+ this.start_time = year + '-' + month + '-' + day + ' ' + '06:30'
|
|
449
|
+ } else if (sch.schedule_type == 2) {
|
|
450
|
+ this.advice_start_time = year + '-' + month + '-' + day + ' ' + '11:00'
|
|
451
|
+ this.start_time = year + '-' + month + '-' + day + ' ' + '11:00'
|
|
452
|
+ } else if (sch.schedule_type == 3) {
|
|
453
|
+ this.advice_start_time = year + '-' + month + '-' + day + ' ' + '15:00'
|
|
454
|
+ this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
|
|
455
|
+ }
|
|
456
|
+ }else if (this.$store.getters.user.org.id == 10353) {
|
446
|
457
|
if (sch.schedule_type == 1) {
|
447
|
458
|
this.advice_start_time = year + '-' + month + '-' + day + ' ' + '07:00'
|
448
|
459
|
this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
|