|
@@ -43,6 +43,7 @@ const StringUtil = {
|
|
|
reportProfits : false, // 客户项目利润表 //
|
|
|
reportPhase : false, // 项目阶段工时表 //
|
|
|
reportOvertime : false, // 加班情况统计表 //
|
|
|
+ reportCost: false, // 查看加班成本 //
|
|
|
|
|
|
// 请假模块
|
|
|
leaveFil : false, // 请假填报 //
|
|
@@ -121,6 +122,7 @@ const StringUtil = {
|
|
|
arr[i] == '出差统计' ? obj.awayOfficeStatistical = true : ''
|
|
|
arr[i] == '出差流程设置' ? obj.awayOfficeProcess = true : ''
|
|
|
arr[i] == '管理专业证书' ? obj.structureCertificate = true : ''
|
|
|
+ arr[i] == '查看加班成本' ? obj.reportCost = true : ''
|
|
|
}
|
|
|
|
|
|
return obj
|