Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mySkill-x
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
mySkill-x
Commits
2b0c2692
Commit
2b0c2692
authored
Apr 16, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้คำผิด
parent
670180e4
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
22 additions
and
22 deletions
+22
-22
department-list.component.ts
...usiness-unit/department-list/department-list.component.ts
+2
-2
department-register.component.ts
...unit/department-register/department-register.component.ts
+2
-2
section-registration.component.ts
...it/section-registration/section-registration.component.ts
+2
-2
sub-department-four.component.ts
...unit/sub-department-four/sub-department-four.component.ts
+2
-2
sub-department-one.component.ts
...s-unit/sub-department-one/sub-department-one.component.ts
+2
-2
sub-department-three.component.ts
...it/sub-department-three/sub-department-three.component.ts
+2
-2
sub-department-two.component.ts
...s-unit/sub-department-two/sub-department-two.component.ts
+2
-2
employee-categories.component.ts
...tion/employee-categories/employee-categories.component.ts
+2
-2
employee-group-unit.component.ts
...tion/employee-group-unit/employee-group-unit.component.ts
+2
-2
employee-level.component.ts
...ob-description/employee-level/employee-level.component.ts
+2
-2
position-unit.component.ts
...nents/job-description/position/position-unit.component.ts
+2
-2
No files found.
src/app/components/company-components/company-registration/branch-business-unit/department-list/department-list.component.ts
View file @
2b0c2692
...
@@ -26,12 +26,12 @@ export class DepartmentListComponent implements OnInit {
...
@@ -26,12 +26,12 @@ export class DepartmentListComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"ทะเบียนแผนก(ไทย)"
,
headerText
:
"ทะเบียนแผนก
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"ทะเบียนแผนก(อังกฤษ)"
,
headerText
:
"ทะเบียนแผนก
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/company-registration/branch-business-unit/department-register/department-register.component.ts
View file @
2b0c2692
...
@@ -30,12 +30,12 @@ export class DepartmentRegisterComponent implements OnInit {
...
@@ -30,12 +30,12 @@ export class DepartmentRegisterComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดฝ่าย(ไทย)"
,
headerText
:
"รายละเอียดฝ่าย
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดฝ่าย(อังกฤษ)"
,
headerText
:
"รายละเอียดฝ่าย
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/company-registration/branch-business-unit/section-registration/section-registration.component.ts
View file @
2b0c2692
...
@@ -41,12 +41,12 @@ export class SectionRegistrationComponent implements OnInit {
...
@@ -41,12 +41,12 @@ export class SectionRegistrationComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดส่วน(ไทย)"
,
headerText
:
"รายละเอียดส่วน
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดส่วน(อังกฤษ)"
,
headerText
:
"รายละเอียดส่วน
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/company-registration/branch-business-unit/sub-department-four/sub-department-four.component.ts
View file @
2b0c2692
...
@@ -42,12 +42,12 @@ export class SubDepartmentFourComponent implements OnInit {
...
@@ -42,12 +42,12 @@ export class SubDepartmentFourComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดส่วนย่อย
4
(ไทย)"
,
headerText
:
"รายละเอียดส่วนย่อย
4
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดส่วนย่อย
4
(อังกฤษ)"
,
headerText
:
"รายละเอียดส่วนย่อย
4
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/company-registration/branch-business-unit/sub-department-one/sub-department-one.component.ts
View file @
2b0c2692
...
@@ -48,12 +48,12 @@ export class SubDepartmentOneComponent implements OnInit {
...
@@ -48,12 +48,12 @@ export class SubDepartmentOneComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดย่อย
1
(ไทย)"
,
headerText
:
"รายละเอียดย่อย
1
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดย่อย
1
(อังกฤษ)"
,
headerText
:
"รายละเอียดย่อย
1
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/company-registration/branch-business-unit/sub-department-three/sub-department-three.component.ts
View file @
2b0c2692
...
@@ -43,12 +43,12 @@ export class SubDepartmentThreeComponent implements OnInit {
...
@@ -43,12 +43,12 @@ export class SubDepartmentThreeComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดย่อย
3
(ไทย)"
,
headerText
:
"รายละเอียดย่อย
3
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดย่อย
3
(อังกฤษ)"
,
headerText
:
"รายละเอียดย่อย
3
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/company-registration/branch-business-unit/sub-department-two/sub-department-two.component.ts
View file @
2b0c2692
...
@@ -41,12 +41,12 @@ export class SubDepartmentTwoComponent implements OnInit {
...
@@ -41,12 +41,12 @@ export class SubDepartmentTwoComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดย่อย
2
(ไทย)"
,
headerText
:
"รายละเอียดย่อย
2
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดย่อย
2
(อังกฤษ)"
,
headerText
:
"รายละเอียดย่อย
2
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/job-description/employee-categories/employee-categories.component.ts
View file @
2b0c2692
...
@@ -26,12 +26,12 @@ export class EmployeeCategories {
...
@@ -26,12 +26,12 @@ export class EmployeeCategories {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดประเภทพนักงาน(ไทย)"
,
headerText
:
"รายละเอียดประเภทพนักงาน
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดประเภทพนักงาน(อังกฤษ)"
,
headerText
:
"รายละเอียดประเภทพนักงาน
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/job-description/employee-group-unit/employee-group-unit.component.ts
View file @
2b0c2692
...
@@ -31,12 +31,12 @@ export class EmployeeGroupUnit implements OnInit {
...
@@ -31,12 +31,12 @@ export class EmployeeGroupUnit implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดกลุ่มพนักงาน(ไทย)"
,
headerText
:
"รายละเอียดกลุ่มพนักงาน
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดกลุ่มพนักงาน(อังกฤษ)"
,
headerText
:
"รายละเอียดกลุ่มพนักงาน
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/job-description/employee-level/employee-level.component.ts
View file @
2b0c2692
...
@@ -27,12 +27,12 @@ export class EmployeeLevel implements OnInit {
...
@@ -27,12 +27,12 @@ export class EmployeeLevel implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดระดับพนักงาน(ไทย)"
,
headerText
:
"รายละเอียดระดับพนักงาน
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดระดับพนักงาน(อังกฤษ)"
,
headerText
:
"รายละเอียดระดับพนักงาน
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
src/app/components/company-components/job-description/position/position-unit.component.ts
View file @
2b0c2692
...
@@ -23,12 +23,12 @@ export class PositionUnitComponent implements OnInit {
...
@@ -23,12 +23,12 @@ export class PositionUnitComponent implements OnInit {
},
},
{
{
field
:
"tdesc"
,
field
:
"tdesc"
,
headerText
:
"รายละเอียดตำเเหน่ง(ไทย)"
,
headerText
:
"รายละเอียดตำเเหน่ง
(ไทย)"
,
type
:
"string"
type
:
"string"
},
},
{
{
field
:
"edesc"
,
field
:
"edesc"
,
headerText
:
"รายละเอียดตำเเหน่ง(อังกฤษ)"
,
headerText
:
"รายละเอียดตำเเหน่ง
(อังกฤษ)"
,
type
:
"string"
type
:
"string"
}]
}]
searchSettings
=
{
searchSettings
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment