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

领导填写完转正事件中的评分项后自动算出总分

XMLWord打印

    • Icon: 技术问题 技术问题
    • 解决结果: 完成
    • Icon: High High
    • 202003
    • Y-易路产品-
    • taxchina
    • 人力资源等
    • 隐藏

      把计算需要的字段以逗号隔开写在依赖模块里:x_work_performance, x_operation_ability,x_learn_ability,x_execute_ability,x_communication_ability,x_work_attitude,x_company_identity,x_disciplinary_performance,x_attendance_performance,

      在计算中:for record in self:
      record['x_total_score'] = record.x_work_performance+record.x_operation_ability+record.x_learn_ability+record.x_execute_ability+record.x_communication_ability+record.x_work_attitude+record.x_company_identity+record.x_disciplinary_performance+record.x_attendance_performance

      显示
      把计算需要的字段以逗号隔开写在依赖模块里:x_work_performance, x_operation_ability,x_learn_ability,x_execute_ability,x_communication_ability,x_work_attitude,x_company_identity,x_disciplinary_performance,x_attendance_performance, 在计算中:for record in self: record ['x_total_score'] = record.x_work_performance+record.x_operation_ability+record.x_learn_ability+record.x_execute_ability+record.x_communication_ability+record.x_work_attitude+record.x_company_identity+record.x_disciplinary_performance+record.x_attendance_performance

      用户发起转正事件后,领导在审批时需要填写评分信息。填写完各项评分后自动计算出总分。如图

            wenqiang.liu 刘文强
            yanqiang.zhang 张雁强
            表决:
            0 为这个问题表决

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