|
|
@@ -111,7 +111,7 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: '大型活动考核扣减分', name: 'BigActivityMinusScore', width: 120, align: "left", statistics: true }, |
|
|
|
{ label: '旷工天数', name: 'AbsenteeismDay', width: 90, align: "left", statistics: true }, |
|
|
|
{ label: '旷工扣减分', name: 'AbsenteeismMinusScore', width: 90, align: "left", statistics: true }, |
|
|
|
{ label: '出勤(病事公产活动等)考核情况说明', name: 'WorkRemark', width: 200, align: "left"}, |
|
|
|
{ label: '出勤(病事公产活动等)考核情况说明', name: 'WorkRemark', width: 200, align: "left" }, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
@@ -119,11 +119,14 @@ var bootstrap = function ($, learun) { |
|
|
|
children: [ |
|
|
|
{ label: '常规工作考核基础分', name: 'RoutineBasicScore', width: 120, align: "left", statistics: true }, |
|
|
|
{ label: '常规工作考核扣减分', name: 'RoutineMinusScore', width: 120, align: "left", statistics: true }, |
|
|
|
{ label: '常规工作考核情况详细说明', name: 'RoutineRemark', width: 160, align: "left"}, |
|
|
|
{ label: '常规工作考核情况详细说明', name: 'RoutineRemark', width: 160, align: "left" }, |
|
|
|
] |
|
|
|
}, |
|
|
|
{ label: '月绩效考核分合计', name: 'PerformanceTotalScore', width: 110, align: "left", statistics: true }, |
|
|
|
{ label: '假期工作绩效', name: 'HolidayJobPerformance', width: 90, align: "center", statistics: true }, |
|
|
|
{ label: '假期工作绩效', name: 'HolidayJobPerformance', width: 90, align: "center", statistics: true}, |
|
|
|
//{ label: '带队实习', name: 'LeadInternshipTeam', width: 110, align: "left", statistics: true }, |
|
|
|
//{ label: '慰问学生', name: 'CondoleStudent', width: 110, align: "left", statistics: true }, |
|
|
|
//{ label: '总计', name: 'Aggregate', width: 110, align: "left", statistics: true }, |
|
|
|
], |
|
|
|
mainId: 'Id', |
|
|
|
isPage: true, |
|
|
|