mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
edit event to aprove done
This commit is contained in:
@@ -94,4 +94,15 @@ export class Utils {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
statusEventAproval(type) {
|
||||
var selectedType = {
|
||||
'Pending': 0,
|
||||
'Revision':1,
|
||||
'Approved':2,
|
||||
"Declined":3,
|
||||
"Communicated":4
|
||||
}
|
||||
return selectedType[type];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user