调入地员工关系节点:岗位调整表单中根据【新工作地--x_new_location】=部门中【所属城市】,且【部门职能】为员工关系的审批角色条件
result = False
if self.department_id.location_id.id==self.x_new_location.id and self.department_id.x_department_functions.code=='S000179':
result = True
调入地员工关系节点:岗位调整表单中根据【新工作地--x_new_location】=部门中【所属城市】,且【部门职能】为员工关系的审批角色条件
result = False
if self.department_id.location_id.id==self.x_new_location.id and self.department_id.x_department_functions.code=='S000179':
result = True