Commit 1816494e by Ooh-Ao

รายงาน

parent 1ae0bac7
...@@ -108,7 +108,7 @@ const routes: Routes = [ ...@@ -108,7 +108,7 @@ const routes: Routes = [
{ path: "admin/time-attendance", title: 'ทะเบียนการประเมินเวลาทำงาน', component: TimeAttendanceComponent }, { path: "admin/time-attendance", title: 'ทะเบียนการประเมินเวลาทำงาน', component: TimeAttendanceComponent },
{ path: "admin/role-permission-config", title: 'กำหนดสิทธิการเข้าใช้งาน', component: RolePermissionConfigComponent }, { path: "admin/role-permission-config", title: 'กำหนดสิทธิการเข้าใช้งาน', component: RolePermissionConfigComponent },
{ path: "ess/employee-self-service", title: 'employee-self-service', component: EmployeeSelfServiceComponent }, { path: "ess/employee-self-service", title: 'employee-self-service', component: EmployeeSelfServiceComponent },
{ path: "ess/my-skill-x-module", title: 'my-skill-x-module', component: MySkillXModuleComponent },
{ path: "admin/report-com-1", title: 'report-com-1', component: ReportCom1Component }, { path: "admin/report-com-1", title: 'report-com-1', component: ReportCom1Component },
{ path: "admin/report-com-2", title: 'report-com-2', component: ReportCom2Component }, { path: "admin/report-com-2", title: 'report-com-2', component: ReportCom2Component },
{ path: "admin/report-com-3", title: 'report-com-3', component: ReportCom3Component }, { path: "admin/report-com-3", title: 'report-com-3', component: ReportCom3Component },
......
...@@ -323,6 +323,12 @@ export class CustomDateAdapter extends NativeDateAdapter { ...@@ -323,6 +323,12 @@ export class CustomDateAdapter extends NativeDateAdapter {
EmployeeSelfServiceComponent, EmployeeSelfServiceComponent,
MySkillXModuleComponent, MySkillXModuleComponent,
DashboardEvaluationComponent, DashboardEvaluationComponent,
ReportCom1Component,
ReportCom2Component,
ReportCom3Component,
ReportPms1Component,
ReportPms2Component,
ReportPms3Component
], ],
imports: [ imports: [
CommonModule, CommonModule,
...@@ -398,12 +404,6 @@ export class CustomDateAdapter extends NativeDateAdapter { ...@@ -398,12 +404,6 @@ export class CustomDateAdapter extends NativeDateAdapter {
EmpStatusService, EmpStatusService,
ConfigPermissionService, ConfigPermissionService,
TokenService, TokenService,
ReportCom1Component,
ReportCom2Component,
ReportCom3Component,
ReportPms1Component,
ReportPms2Component,
ReportPms3Component
{ {
provide: HTTP_INTERCEPTORS, provide: HTTP_INTERCEPTORS,
useClass: HttpRequestInterceptor, useClass: HttpRequestInterceptor,
......
...@@ -236,12 +236,12 @@ export class NavService implements OnDestroy { ...@@ -236,12 +236,12 @@ export class NavService implements OnDestroy {
show: true, show: true,
icon: 'assets/img/icons-menu/com-self.png', icon: 'assets/img/icons-menu/com-self.png',
children: [ children: [
{ id: 'm61', path: 'admin/report-com-1', title: 'รายงา Competency 1', type: 'link', show: true }, { id: 'm61', path: 'admin/report-com-1', title: 'รายงา Competency 1', type: 'link', show: true },
{ id: 'm62', path: 'admin/report-com-2', title: 'รายงา Competency 2', type: 'link', show: true }, { id: 'm62', path: 'admin/report-com-2', title: 'รายงา Competency 2', type: 'link', show: true },
{ id: 'm63', path: 'admin/report-com-3', title: 'รายงา Competency 3', type: 'link', show: true }, { id: 'm63', path: 'admin/report-com-3', title: 'รายงา Competency 3', type: 'link', show: true },
{ id: 'm64', path: 'admin/report-pms-1', title: 'รายงา PMS 1', type: 'link', show: true }, { id: 'm64', path: 'admin/report-pms-1', title: 'รายงา PMS 1', type: 'link', show: true },
{ id: 'm65', path: 'admin/report-pms-2', title: 'รายงา PMS 2', type: 'link', show: true }, { id: 'm65', path: 'admin/report-pms-2', title: 'รายงา PMS 2', type: 'link', show: true },
{ id: 'm66', path: 'admin/report-pms-3', title: 'รายงา PMS 3', type: 'link', show: true }, { id: 'm66', path: 'admin/report-pms-3', title: 'รายงา PMS 3', type: 'link', show: true },
], ],
}, },
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment