上传的图像用于项目: 'CST技术支持'
  1. CST技术支持
  2. SLAL2-6060

【pro】-Adentest:当员工的管辖地不是LC006/LC007时,查找员工部门上的staff2(用作审批角色)

XMLWord打印

      result = {}
      if self.employee_id.job_info_id.location_id.code in ('LC006', 'LC007'):
      the_dep = self.employee_id.job_info_id.department_id
      max_num = 7
      while not the_dep.x_sscstaff3 and max_num>0:
      the_dep = the_dep.parent_department_id
      max_num-=1
      try:
      result = the_dep.x_sscstaff3.user_id
      except:
      result = result

      在以上基础上 当员工的管辖地不是LC006/LC007时,查找员工部门上的staff2(用作审批角色)

            jie.ren 任洁
            scott.hao 郝绍辉
            表决:
            0 为这个问题表决

              创建日期:
              已更新:
              已解决:

                预估时间:
                初始预估 - 尚未指定
                尚未指定
                剩余:
                剩余的估算 - 0小时
                0小时
                实际工作时间:
                耗费时间 - 2小时
                2小时