|
|
@@ -1367,15 +1367,15 @@
|
|
|
} else {
|
|
|
this.getProjectAuditorList(domainItem, index);
|
|
|
}
|
|
|
- }
|
|
|
+ } else if (this.user.timeType.reportAuditType == 1) {
|
|
|
+ if (this.user.timeType.reportWorkflow) {
|
|
|
+ this.getWorkFlowList(domainItem, index);
|
|
|
+ } else {
|
|
|
+ //this.getProjectAuditorList(domainItem, index);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- // 工单号,行号
|
|
|
- // const { reportExtraField4Name, reportExtraField5Name } = this.user.timeType
|
|
|
- // if(reportExtraField4Name || reportExtraField5Name) {
|
|
|
- // this.getInfoByProjectId(item.projectCode)
|
|
|
- // }
|
|
|
},
|
|
|
// 标准日期转成 YYYY-MM-DD
|
|
|
formatDateToYYYYMMDD(date) {
|