This commit is contained in:
Peter Maquiran
2021-07-27 16:53:37 +01:00
parent 8eab9e67d7
commit 4fcafe1fd9
5 changed files with 56 additions and 91 deletions
@@ -104,7 +104,6 @@ export class OptsExpedientePage implements OnInit {
}
}
sendExpedienteToPending() {
this.close();
this.processes.SetTaskToPending(this.task.SerialNumber).subscribe(res=>{
@@ -136,6 +135,10 @@ export class OptsExpedientePage implements OnInit {
}
async openExpedientActionsModal(taskAction: any, task: any) {
alert('save')
console.log(taskAction, task)
this.close();
let classs;
if( window.innerWidth <= 800){