|
@@ -32,6 +32,7 @@ const StringUtil = {
|
|
|
importReport: false, //导入工时lij
|
|
|
reportsDept: false, //查看本部门工时
|
|
|
reportBatch: false, //批量填报
|
|
|
+ reportExport: false, //日报导出
|
|
|
|
|
|
// 财务核算成本
|
|
|
financialCustom: false, // 自定义薪资项 //
|
|
@@ -182,6 +183,7 @@ const StringUtil = {
|
|
|
arr[i] == '负责项目任务分组工时' ? obj.reportGroup = true : ''
|
|
|
arr[i] == '全部项目成本基线表' ? obj.reportAllOutputValue = true : ''
|
|
|
arr[i] == '负责项目成本基线表' ? obj.reportOutputValue = true : ''
|
|
|
+ arr[i] == '日报导出' ? obj.reportExport = true : ''
|
|
|
}
|
|
|
|
|
|
return obj
|