This commit is contained in:
tiago.kayaya
2021-06-23 09:47:24 +01:00
parent b8bad48289
commit 02e696b281
4 changed files with 5 additions and 21 deletions
@@ -141,13 +141,15 @@ export class BookMeetingModalPage implements OnInit {
HasAttachments: true,
}
console.log(this.postData);
console.log(this.task);
if(this.task.FsId == '8') {
try {
switch (this.loggeduser.Profile) {
case 'MDGPR':
await this.calendarService.postExpedientEvent(this.task.DocId, this.postData, "md",this.task.SerialNumber, this.task.FsId).toPromise();
//await this.calendarService.postExpedientEvent(this.task.DocId, this.postData, "md",this.task.SerialNumber, this.task.FsId).toPromise();
break;
case 'PR':