|
@@ -2098,7 +2098,7 @@ export default {
|
2098
|
2098
|
if ( this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
2099
|
2099
|
if (prescription.pre_time == 0) {
|
2100
|
2100
|
if (this.schedule.schedule_type == 1) {
|
2101
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
2101
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
2102
|
2102
|
preTime = this.record_date + ' ' + '6:30'
|
2103
|
2103
|
} else if(this.org_id == 10206 ){
|
2104
|
2104
|
preTime = this.record_date + ' ' + '6:00'
|
|
@@ -2293,7 +2293,7 @@ export default {
|
2293
|
2293
|
var preTime = nowTime
|
2294
|
2294
|
if (this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
|
2295
|
2295
|
if (this.schedule.schedule_type == 1) {
|
2296
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
2296
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
2297
|
2297
|
preTime = this.record_date + ' ' + '6:30'
|
2298
|
2298
|
} else if(this.org_id == 10206 ) {
|
2299
|
2299
|
preTime = this.record_date+ ' ' + '6:00'
|
|
@@ -2672,7 +2672,7 @@ export default {
|
2672
|
2672
|
if ( this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
2673
|
2673
|
if (prescription.pre_time == 0) {
|
2674
|
2674
|
if (this.schedule.schedule_type == 1) {
|
2675
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
2675
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
2676
|
2676
|
preTime = this.record_date + ' ' + '6:30'
|
2677
|
2677
|
} else if(this.org_id == 10206 ){
|
2678
|
2678
|
preTime = this.record_date + ' ' + '6:00'
|
|
@@ -2860,7 +2860,7 @@ export default {
|
2860
|
2860
|
// var preTime = ''
|
2861
|
2861
|
if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
2862
|
2862
|
if (this.schedule.schedule_type == 1) {
|
2863
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
2863
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
2864
|
2864
|
preTime = this.record_date + ' ' + '6:30'
|
2865
|
2865
|
} else if(this.org_id == 10206){
|
2866
|
2866
|
preTime = this.record_date + ' ' + '6:00'
|
|
@@ -4558,7 +4558,7 @@ export default {
|
4558
|
4558
|
if (this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
|
4559
|
4559
|
if (prescription.pre_time == 0) {
|
4560
|
4560
|
if (this.schedule.schedule_type == 1) {
|
4561
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
4561
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
4562
|
4562
|
preTime = this.record_date + ' ' + '6:30'
|
4563
|
4563
|
} else if(this.org_id == 10206){
|
4564
|
4564
|
|
|
@@ -4749,7 +4749,7 @@ export default {
|
4749
|
4749
|
var preTime = nowTime
|
4750
|
4750
|
if (this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
|
4751
|
4751
|
if (this.schedule.schedule_type == 1) {
|
4752
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
4752
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
4753
|
4753
|
preTime = this.record_date + ' ' + '6:30'
|
4754
|
4754
|
} else if(this.org_id == 10206){
|
4755
|
4755
|
preTime = this.record_date+ ' ' + '6:00'
|
|
@@ -5185,7 +5185,7 @@ export default {
|
5185
|
5185
|
if (prescription.pre_time == 0) {
|
5186
|
5186
|
// preTime = nowTime
|
5187
|
5187
|
if (this.schedule.schedule_type == 1) {
|
5188
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
5188
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
5189
|
5189
|
preTime = this.record_date + ' ' + '6:30'
|
5190
|
5190
|
} else if(this.org_id == 10206){
|
5191
|
5191
|
preTime = this.record_date + ' ' + '6:00'
|
|
@@ -5373,7 +5373,7 @@ export default {
|
5373
|
5373
|
// var preTime = ''
|
5374
|
5374
|
if ( this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
5375
|
5375
|
if (this.schedule.schedule_type == 1) {
|
5376
|
|
- if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0) {
|
|
5376
|
+ if (this.org_id == 10028 || this.org_id == 10571 || this.org_id == 0 || this.org_id == 10633) {
|
5377
|
5377
|
preTime = this.record_date + ' ' + '6:30'
|
5378
|
5378
|
} else if(this.org_id == 10206){
|
5379
|
5379
|
preTime = this.record_date + ' ' + '6:00'
|