diff --git a/src/interface/main.ts b/src/interface/main.ts index 3d13a40da..f252ca4e8 100644 --- a/src/interface/main.ts +++ b/src/interface/main.ts @@ -52,6 +52,8 @@ interface DataStructureTree { totalRootPositionNextUse: number; totalRootPositionNextVacant: number; children: DataStructureTree[]; + orgRootCode: string; + orgRootShortName: string; } interface DataStrategy { diff --git a/src/modules/21_report/interface/Main.ts b/src/modules/21_report/interface/Main.ts index ef1950aad..bb4059f08 100644 --- a/src/modules/21_report/interface/Main.ts +++ b/src/modules/21_report/interface/Main.ts @@ -72,12 +72,18 @@ interface ProbationReportType { evaluate_date: Date; } -interface FileType{ - path:string - pathname:string - fileName:string - title:string +interface FileType { + path: string; + pathname: string; + fileName: string; + title: string; } + +interface DataOption { + id: string; + name: string; +} + export type { ListDataText, DataSurvey, @@ -85,5 +91,6 @@ export type { AppointTopicMain, AppointTopic, ProbationReportType, - FileType + FileType, + DataOption, }; diff --git a/src/modules/21_report/views/05_reportSalary.vue b/src/modules/21_report/views/05_reportSalary.vue index 869d9ab47..8b4b69cac 100644 --- a/src/modules/21_report/views/05_reportSalary.vue +++ b/src/modules/21_report/views/05_reportSalary.vue @@ -1,7 +1,629 @@ - + - +