mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
save
This commit is contained in:
@@ -80,6 +80,7 @@ export class PedidoPage implements OnInit {
|
||||
|
||||
|
||||
async LoadTaskDetail(serial: string) {
|
||||
this.fulltask = await this.processes.GetTask(this.serialnumber).toPromise();
|
||||
this.processes.GetTask(this.serialnumber).subscribe(res => {
|
||||
console.log(res);
|
||||
|
||||
@@ -223,7 +224,7 @@ export class PedidoPage implements OnInit {
|
||||
}
|
||||
|
||||
async openExpedientActionsModal(taskAction: any, task: any) {
|
||||
//this.modalController.dismiss();
|
||||
|
||||
let classs;
|
||||
if( window.innerWidth <= 800){
|
||||
classs = 'modal modal-desktop'
|
||||
@@ -234,7 +235,7 @@ export class PedidoPage implements OnInit {
|
||||
component: CreateProcessPage,
|
||||
componentProps: {
|
||||
taskAction: taskAction,
|
||||
task: task,
|
||||
task: this.fulltask,
|
||||
profile: this.profile,
|
||||
},
|
||||
cssClass: classs,
|
||||
|
||||
Reference in New Issue
Block a user