|
@@ -112,11 +112,10 @@ export class AddEventComponent implements OnInit {
|
|
onSubmitted() {
|
|
onSubmitted() {
|
|
this.checkSaveClick = true;
|
|
this.checkSaveClick = true;
|
|
console.log(this.eventForm.value);
|
|
console.log(this.eventForm.value);
|
|
|
|
+ console.log(this.eventForm.value.time);
|
|
this.eventForm.value['date'] = this.higriDateVal;
|
|
this.eventForm.value['date'] = this.higriDateVal;
|
|
- if(this.eventForm.value.time) {
|
|
|
|
- this.eventForm.value.event_time = this.eventForm.value.date + ' ' + this.eventForm.value.time;
|
|
|
|
- } else {
|
|
|
|
- this.eventForm.value.event_time = this.eventForm.value.date + this.event.time;
|
|
|
|
|
|
+ if(this.event.time) {
|
|
|
|
+ this.eventForm.value.event_time = this.eventForm.value.date + ' ' + this.event.time;
|
|
}
|
|
}
|
|
console.log(this.eventForm.value.event_time);
|
|
console.log(this.eventForm.value.event_time);
|
|
delete this.eventForm.value.time;
|
|
delete this.eventForm.value.time;
|
|
@@ -124,47 +123,47 @@ export class AddEventComponent implements OnInit {
|
|
|
|
|
|
console.log(this.eventForm.value);
|
|
console.log(this.eventForm.value);
|
|
if(this.typeMode) {
|
|
if(this.typeMode) {
|
|
- this.dashboard.editItem( this.eventId ,this.eventForm.value , "events").subscribe(
|
|
|
|
- (responce) => {
|
|
|
|
- console.log(responce);
|
|
|
|
- this.toastr.success('تمت التعديل بنجاح');
|
|
|
|
- this.location.back();
|
|
|
|
- this.checkSaveClick = false;
|
|
|
|
- },
|
|
|
|
- (error) => {
|
|
|
|
- console.log(error.error['status']);
|
|
|
|
- if(error.error.status == 'invalid event_time') {
|
|
|
|
- this.toastr.warning('يجب ان يكون الحدث في وقت سابق !');
|
|
|
|
- }else if(error.error['status'] == 'active status for only 4 records') {
|
|
|
|
- this.toastr.warning('لديك أربعه أحداث في الحاله فعال بالفعل ، قم بعدم تفعيل أو مسح أحدهم ');
|
|
|
|
- }else {
|
|
|
|
- this.toastr.error('حدث خطأ !');
|
|
|
|
|
|
+ this.dashboard.editItem( this.eventId ,this.eventForm.value , "events").subscribe(
|
|
|
|
+ (responce) => {
|
|
|
|
+ console.log(responce);
|
|
|
|
+ this.toastr.success('تمت التعديل بنجاح');
|
|
|
|
+ this.location.back();
|
|
|
|
+ this.checkSaveClick = false;
|
|
|
|
+ },
|
|
|
|
+ (error) => {
|
|
|
|
+ console.log(error.error['status']);
|
|
|
|
+ if(error.error.status == 'invalid event_time') {
|
|
|
|
+ this.toastr.warning('يجب ان يكون الحدث في وقت سابق !');
|
|
|
|
+ }else if(error.error['status'] == 'active status for only 4 records') {
|
|
|
|
+ this.toastr.warning('لديك أربعه أحداث في الحاله فعال بالفعل ، قم بعدم تفعيل أو مسح أحدهم ');
|
|
|
|
+ }else {
|
|
|
|
+ this.toastr.error('حدث خطأ !');
|
|
|
|
+ }
|
|
|
|
+ console.log(error);
|
|
|
|
+ this.checkSaveClick = false;
|
|
}
|
|
}
|
|
- console.log(error);
|
|
|
|
- this.checkSaveClick = false;
|
|
|
|
- }
|
|
|
|
- );
|
|
|
|
|
|
+ );
|
|
} else {
|
|
} else {
|
|
- this.dashboard.addItem(this.eventForm.value, "events").subscribe(
|
|
|
|
- (responce) => {
|
|
|
|
- console.log(responce);
|
|
|
|
- this.toastr.success('تمت الاضافه بنجاح');
|
|
|
|
- this.location.back();
|
|
|
|
- this.checkSaveClick = false;
|
|
|
|
- },
|
|
|
|
- (error) => {
|
|
|
|
- console.log(error.error['status']);
|
|
|
|
- if(error.error.status == 'invalid event_time') {
|
|
|
|
- this.toastr.warning('يجب ان يكون الحدث في وقت سابق !');
|
|
|
|
- } else if(error.error['status'] == 'active status for only 4 records') {
|
|
|
|
- this.toastr.warning('لديك أربعه أحداث في الحاله فعال بالفعل ، قم بعدم تفعيل أو مسح أحدهم ');
|
|
|
|
- }else {
|
|
|
|
- this.toastr.error('حدث خطأ !');
|
|
|
|
|
|
+ this.dashboard.addItem(this.eventForm.value, "events").subscribe(
|
|
|
|
+ (responce) => {
|
|
|
|
+ console.log(responce);
|
|
|
|
+ this.toastr.success('تمت الاضافه بنجاح');
|
|
|
|
+ this.location.back();
|
|
|
|
+ this.checkSaveClick = false;
|
|
|
|
+ },
|
|
|
|
+ (error) => {
|
|
|
|
+ console.log(error.error['status']);
|
|
|
|
+ if(error.error.status == 'invalid event_time') {
|
|
|
|
+ this.toastr.warning('يجب ان يكون الحدث في وقت سابق !');
|
|
|
|
+ } else if(error.error['status'] == 'active status for only 4 records') {
|
|
|
|
+ this.toastr.warning('لديك أربعه أحداث في الحاله فعال بالفعل ، قم بعدم تفعيل أو مسح أحدهم ');
|
|
|
|
+ }else {
|
|
|
|
+ this.toastr.error('حدث خطأ !');
|
|
|
|
+ }
|
|
|
|
+ console.log(error);
|
|
|
|
+ this.checkSaveClick = false;
|
|
}
|
|
}
|
|
- console.log(error);
|
|
|
|
- this.checkSaveClick = false;
|
|
|
|
- }
|
|
|
|
- );
|
|
|
|
|
|
+ );
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|