|
@@ -1774,7 +1774,7 @@ export default {
|
1774
|
1774
|
// }
|
1775
|
1775
|
|
1776
|
1776
|
var preTime = nowTime
|
1777
|
|
- if ( this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191){
|
|
1777
|
+ if ( this.org_id != 0 && 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){
|
1778
|
1778
|
if (prescription.pre_time == 0) {
|
1779
|
1779
|
if (this.schedule.schedule_type == 1) {
|
1780
|
1780
|
if(this.org_id == 10028){
|
|
@@ -1936,7 +1936,7 @@ export default {
|
1936
|
1936
|
tempProject.push(obj)
|
1937
|
1937
|
}
|
1938
|
1938
|
var preTime = nowTime
|
1939
|
|
- if (this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191) {
|
|
1939
|
+ if (this.org_id != 0 && 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) {
|
1940
|
1940
|
if (this.schedule.schedule_type == 1) {
|
1941
|
1941
|
if(this.org_id == 10028){
|
1942
|
1942
|
preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
|
|
@@ -2252,7 +2252,7 @@ export default {
|
2252
|
2252
|
// }
|
2253
|
2253
|
|
2254
|
2254
|
var preTime = nowTime
|
2255
|
|
- if (this.org_id != 0 && this.$store.getters.xt_user.org.id != 9919 && this.$store.getters.xt_user.org.id != 10485 && this.$store.getters.xt_user.org.id != 10191 ) {
|
|
2255
|
+ if (this.org_id != 0 && 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 ) {
|
2256
|
2256
|
if (prescription.pre_time == 0) {
|
2257
|
2257
|
if (this.schedule.schedule_type == 1) {
|
2258
|
2258
|
if(this.org_id == 10028){
|
|
@@ -2416,7 +2416,7 @@ export default {
|
2416
|
2416
|
|
2417
|
2417
|
var preTime = nowTime
|
2418
|
2418
|
// var preTime = ''
|
2419
|
|
- if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191) {
|
|
2419
|
+ if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
2420
|
2420
|
if (this.schedule.schedule_type == 1) {
|
2421
|
2421
|
if(this.org_id == 10028){
|
2422
|
2422
|
preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
|
|
@@ -3928,7 +3928,7 @@ export default {
|
3928
|
3928
|
|
3929
|
3929
|
var preTime = nowTime
|
3930
|
3930
|
|
3931
|
|
- if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 ) {
|
|
3931
|
+ if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375 ) {
|
3932
|
3932
|
if (prescription.pre_time == 0) {
|
3933
|
3933
|
if (this.schedule.schedule_type == 1) {
|
3934
|
3934
|
if(this.org_id == 10028){
|
|
@@ -4088,7 +4088,7 @@ export default {
|
4088
|
4088
|
|
4089
|
4089
|
// var preTime = nowTime
|
4090
|
4090
|
var preTime = nowTime
|
4091
|
|
- if( this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191) {
|
|
4091
|
+ if( this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
4092
|
4092
|
if (this.schedule.schedule_type == 1) {
|
4093
|
4093
|
if(this.org_id == 10028){
|
4094
|
4094
|
preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
|
|
@@ -4577,7 +4577,7 @@ export default {
|
4577
|
4577
|
|
4578
|
4578
|
var preTime = nowTime
|
4579
|
4579
|
|
4580
|
|
- if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191) {
|
|
4580
|
+ if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
4581
|
4581
|
if (prescription.pre_time == 0) {
|
4582
|
4582
|
// preTime = nowTime
|
4583
|
4583
|
if (this.schedule.schedule_type == 1) {
|
|
@@ -4740,7 +4740,7 @@ export default {
|
4740
|
4740
|
|
4741
|
4741
|
var preTime = nowTime
|
4742
|
4742
|
// var preTime = ''
|
4743
|
|
- if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 ) {
|
|
4743
|
+ if(this.org_id != 0 && this.org_id != 9919 && this.org_id != 10485 && this.org_id != 10191 && this.$store.getters.xt_user.org.id != 10375) {
|
4744
|
4744
|
if (this.schedule.schedule_type == 1) {
|
4745
|
4745
|
if(this.org_id == 10028){
|
4746
|
4746
|
preTime = nowYear + '-' + (nowMonth < 10 ? '0' + nowMonth : nowMonth) + '-' + (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + '6:30'
|