Commit 75c45679 by Nattana Chaiyamat

แก้คำ

parent f9d19f91
...@@ -35,18 +35,18 @@ export class SectionRegistrationComponent implements OnInit { ...@@ -35,18 +35,18 @@ export class SectionRegistrationComponent implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "bu3id", field: "bu3id",
headerText: "รหัสฝ่าย", headerText: "รหัสส่วน",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดส่วน(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดส่วน(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -36,18 +36,18 @@ export class SubDepartmentFourComponent implements OnInit { ...@@ -36,18 +36,18 @@ export class SubDepartmentFourComponent implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "bu7id", field: "bu7id",
headerText: "รหัสฝ่าย", headerText: "รหัสส่วนย่อย 4",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดส่วนย่อย 4(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดส่วนย่อย 4(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -42,18 +42,18 @@ export class SubDepartmentOneComponent implements OnInit { ...@@ -42,18 +42,18 @@ export class SubDepartmentOneComponent implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "bu4id", field: "bu4id",
headerText: "รหัสฝ่าย", headerText: "รหัสส่วนย่อย 1",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดย่อย 1(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดย่อย 1(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -37,18 +37,18 @@ export class SubDepartmentThreeComponent implements OnInit { ...@@ -37,18 +37,18 @@ export class SubDepartmentThreeComponent implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "bu6id", field: "bu6id",
headerText: "รหัสฝ่าย", headerText: "รหัสส่วนย่อย 3",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดย่อย 3(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดย่อย 3(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -35,18 +35,18 @@ export class SubDepartmentTwoComponent implements OnInit { ...@@ -35,18 +35,18 @@ export class SubDepartmentTwoComponent implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "bu5id", field: "bu5id",
headerText: "รหัสฝ่าย", headerText: "รหัสส่วนย่อย 2",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดย่อย 2(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดย่อย 2(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -20,18 +20,18 @@ export class EmployeeCategories { ...@@ -20,18 +20,18 @@ export class EmployeeCategories {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "codeId", field: "codeId",
headerText: "รหัสฝ่าย", headerText: "รหัสประเภทพนักงาน",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดประเภทพนักงาน(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดประเภทพนักงาน(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -25,18 +25,18 @@ export class EmployeeGroupUnit implements OnInit { ...@@ -25,18 +25,18 @@ export class EmployeeGroupUnit implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "groupId", field: "groupId",
headerText: "รหัสฝ่าย", headerText: "รหัสกลุ่มพนักงาน",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดกลุ่มพนักงาน(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดกลุ่มพนักงาน(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -21,18 +21,18 @@ export class EmployeeLevel implements OnInit { ...@@ -21,18 +21,18 @@ export class EmployeeLevel implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "plId", field: "plId",
headerText: "รหัสฝ่าย", headerText: "รหัสระดับพนักงาน",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดระดับพนักงาน(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดระดับพนักงาน(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
...@@ -17,18 +17,18 @@ export class PositionUnitComponent implements OnInit { ...@@ -17,18 +17,18 @@ export class PositionUnitComponent implements OnInit {
columns: ColumnModel[] = [{ columns: ColumnModel[] = [{
field: "positionId", field: "positionId",
headerText: "รหัสฝ่าย", headerText: "รหัสตำเเหน่ง",
type: "string", type: "string",
isPrimaryKey: true, isPrimaryKey: true,
}, },
{ {
field: "tdesc", field: "tdesc",
headerText: "รายละเอียดฝ่าย(ไทย)", headerText: "รายละเอียดตำเเหน่ง(ไทย)",
type: "string" type: "string"
}, },
{ {
field: "edesc", field: "edesc",
headerText: "รายละเอียดฝ่าย(อังกฤษ)", headerText: "รายละเอียดตำเเหน่ง(อังกฤษ)",
type: "string" type: "string"
}] }]
searchSettings = { searchSettings = {
......
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