|
@@ -44,6 +44,7 @@ const StringUtil = {
|
|
|
reportsDept: false, //查看本部门工时
|
|
|
reportBatch: false, //批量填报
|
|
|
reportExport: false, //日报导出
|
|
|
+ reportPush: false, //手动推送工时
|
|
|
|
|
|
// 财务核算成本
|
|
|
financialCustom: false, // 自定义薪资项 //
|
|
@@ -207,6 +208,7 @@ const StringUtil = {
|
|
|
arr[i] == '全部项目成本基线表' ? obj.reportAllOutputValue = true : ''
|
|
|
arr[i] == '负责项目成本基线表' ? obj.reportOutputValue = true : ''
|
|
|
arr[i] == '日报导出' ? obj.reportExport = true : ''
|
|
|
+ arr[i] == '手动推送工时' ? obj.reportPush = true : ''
|
|
|
arr[i] == '查看全公司数值' ? obj.customDataAll = true : ''
|
|
|
arr[i] == '删除出差' ? obj.awayOfficeDelete = true : ''
|
|
|
arr[i] == '全部人员月度工时表' ? obj.reportMonthlyPersonnel = true : ''
|