Loading..
} {projectEmployees && projectEmployees.length > 0 && (
Name
|
Services | Organization | Assigned Date | {activeEmployee &&Release Date | }Project Role | Actions |
---|---|---|---|---|---|---|
{emp.serviceName || "N/A"} | {emp.organizationName || "N/A"} | {moment(emp.allocationDate).format("DD-MMM-YYYY")} | {activeEmployee && ({emp.reAllocationDate ? moment(emp.reAllocationDate).format( "DD-MMM-YYYY" ) : "Present"} | )}{getJobRole(emp.jobRoleId)} | {emp.isActive ? ( ) : ( Not in project )} |
{activeEmployee ? "No active employees assigned to the project" : "No inactive employees assigned to the project"}