|
@@ -2604,6 +2604,14 @@ mu
|
2604
|
2604
|
} else if (schedual.schedule_type == 3) {
|
2605
|
2605
|
this.start_time = year + '-' + month + '-' + day + ' ' + '18:00'
|
2606
|
2606
|
}
|
|
2607
|
+ }else if(this.$store.getters.xt_user.org.id == 10579){
|
|
2608
|
+ if (schedual.schedule_type == 1) {
|
|
2609
|
+ this.start_time = year + '-' + month + '-' + day + ' ' + '7:00'
|
|
2610
|
+ } else if (schedual.schedule_type == 2) {
|
|
2611
|
+ this.start_time = year + '-' + month + '-' + day + ' ' + '11:00'
|
|
2612
|
+ } else if (schedual.schedule_type == 3) {
|
|
2613
|
+ this.start_time = year + '-' + month + '-' + day + ' ' + '18:00'
|
|
2614
|
+ }
|
2607
|
2615
|
}else if(this.$store.getters.xt_user.org.id == 10440){
|
2608
|
2616
|
if (schedual.schedule_type == 1) {
|
2609
|
2617
|
this.start_time = year + '-' + month + '-' + day + ' ' + '7:00'
|