mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add delegate verification finish
This commit is contained in:
@@ -26,6 +26,7 @@ export class DespachosOptionsPage implements OnInit {
|
||||
fulltask: fullTask;
|
||||
serialNumber: string;
|
||||
environment = environment
|
||||
isDelegated: boolean
|
||||
|
||||
constructor(
|
||||
private processes: ProcessesService,
|
||||
@@ -41,6 +42,8 @@ export class DespachosOptionsPage implements OnInit {
|
||||
) {
|
||||
this.task = this.navParams.get('task')
|
||||
this.fulltask = this.navParams.get('fulltask')
|
||||
console.log('is delegated ',this.fulltask.isDelegated )
|
||||
this.isDelegated = this.fulltask.isDelegated;
|
||||
|
||||
|
||||
this.serialNumber = this.task.SerialNumber
|
||||
|
||||
Reference in New Issue
Block a user