mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
fix gerar diploma
This commit is contained in:
+1
@@ -6,6 +6,7 @@
|
||||
[task]=task
|
||||
[intervenientes]=intervenientes
|
||||
[cc]=cc
|
||||
[fulltask]="fulltask"
|
||||
[customDate]=customDate
|
||||
[mergedArray]="mergedArray"
|
||||
(openOptions)= openOptions()
|
||||
|
||||
+3
-1
@@ -88,6 +88,7 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
}
|
||||
|
||||
async openOptions(taskAction?: any) {
|
||||
console.log('openOptions')
|
||||
|
||||
if (window.innerWidth > 500) {
|
||||
this.showOptions = true
|
||||
@@ -139,11 +140,12 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
"TaskStartDate": res.taskStartDate,
|
||||
"InstanceID": res.workflowInstanceDataFields.InstanceID,
|
||||
"FolderID": res.workflowInstanceDataFields.FolderID,
|
||||
"DraftIds": res.workflowInstanceDataFields?.DraftIds
|
||||
"DraftIds": res.workflowInstanceDataFields?.DraftIds,
|
||||
}
|
||||
|
||||
console.log('draftidsss',res.workflowInstanceDataFields.DraftIds);
|
||||
this.fulltask = res;
|
||||
console.log('this.fulltask', this.fulltask )
|
||||
let stringDraft = res.workflowInstanceDataFields.DraftIds;
|
||||
this.DraftIds = res.workflowInstanceDataFields.DraftIds
|
||||
console.log('draftidsss 111',this.DraftIds);
|
||||
|
||||
@@ -175,7 +175,7 @@ export class TaskDetailsPage implements OnInit {
|
||||
classs = 'modal modal-desktop showAsideOptions'
|
||||
}
|
||||
// check passing
|
||||
console.log('this.Document----------openExpedientActionsModal', Document)
|
||||
console.log('this.Document----------openExpedientActionsModal', Document, this.fulltask)
|
||||
const modal = await this.modalController.create({
|
||||
component: ExpedientTaskModalPage,
|
||||
componentProps: {
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
<ion-icon *ngIf="attachment.mimeType == 'application/meeting'" src="assets/icon/webtrix.svg">
|
||||
</ion-icon>
|
||||
|
||||
<ion-label>{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
<ion-label class="pl-2">{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<ion-icon *ngIf="attachment.mimeType == 'application/meeting'" src="assets/icon/webtrix.svg">
|
||||
</ion-icon>
|
||||
|
||||
<ion-label>{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
<ion-label class="pl-2">{{ attachment?.fileName || attachment?.description }}</ion-label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user