mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix delegar
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<ion-content>
|
<ion-content>
|
||||||
<div class="main-content d-flex height-100">
|
<div class="main-content d-flex height-100">
|
||||||
|
|
||||||
<div class="content d-flex flex-column width-100">
|
<div class="content d-flex flex-column width-100">
|
||||||
<div class="header-content pb-20">
|
<div class="header-content pb-20">
|
||||||
<div class="header-title">
|
<div class="header-title">
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ export class DelegarPage implements OnInit {
|
|||||||
let body = {
|
let body = {
|
||||||
"SerialNumber": this.task.SerialNumber,
|
"SerialNumber": this.task.SerialNumber,
|
||||||
"DispatchDocId": this.task.DocId,
|
"DispatchDocId": this.task.DocId,
|
||||||
"FolderID": this.task.FolderId,
|
"FolderID": this.task.FolderId || this.task.FolderID,
|
||||||
"Subject": this.task.Folio,
|
"Subject": this.task.Folio,
|
||||||
"Comment": this.note,
|
"Comment": this.note,
|
||||||
"DelegatedUserEmail": this.taskParticipants[0].EmailAddress,
|
"DelegatedUserEmail": this.taskParticipants[0].EmailAddress,
|
||||||
|
|||||||
@@ -14,9 +14,7 @@ export class ToastService {
|
|||||||
private modalController: ModalController,
|
private modalController: ModalController,
|
||||||
) { }
|
) { }
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
async presentToast(infoMessage: string) {
|
async presentToast(infoMessage: string) {
|
||||||
const toast = await this.toastController.create({
|
const toast = await this.toastController.create({
|
||||||
|
|||||||
Reference in New Issue
Block a user