แก้ชื่อฟิวตำแหน่ง
This commit is contained in:
parent
7d4be05a9a
commit
47e96ddec5
1 changed files with 41 additions and 44 deletions
|
|
@ -1140,22 +1140,22 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "oc",
|
name: "orgName",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "สังกัด",
|
label: "หน่วยงาน",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "oc",
|
field: "orgName",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "position",
|
name: "agencyName",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "ตำแหน่ง",
|
label: "ส่วนราชการ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "position",
|
field: "agencyName",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
|
|
@ -1172,28 +1172,28 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: "positionLine",
|
// name: "positionLine",
|
||||||
align: "left",
|
// align: "left",
|
||||||
label: "สายงาน",
|
// label: "สายงาน",
|
||||||
sortable: true,
|
// sortable: true,
|
||||||
field: "positionLine",
|
// field: "positionLine",
|
||||||
headerStyle: "font-size: 14px",
|
// headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
// style: "font-size: 14px",
|
||||||
sort: (a: string, b: string) =>
|
// sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
// a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
name: "positionPathSide",
|
// name: "positionPathSide",
|
||||||
align: "left",
|
// align: "left",
|
||||||
label: "ด้าน/สาขา",
|
// label: "ด้าน/สาขา",
|
||||||
sortable: true,
|
// sortable: true,
|
||||||
field: "positionPathSide",
|
// field: "positionPathSide",
|
||||||
headerStyle: "font-size: 14px",
|
// headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
// style: "font-size: 14px",
|
||||||
sort: (a: string, b: string) =>
|
// sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
// a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: "positionType",
|
name: "positionType",
|
||||||
align: "left",
|
align: "left",
|
||||||
|
|
@ -1216,17 +1216,17 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
sort: (a: string, b: string) =>
|
sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: "positionExecutive",
|
// name: "positionExecutive",
|
||||||
align: "left",
|
// align: "left",
|
||||||
label: "ตำแหน่งทางการบริหาร",
|
// label: "ตำแหน่งทางการบริหาร",
|
||||||
sortable: true,
|
// sortable: true,
|
||||||
field: "positionExecutive",
|
// field: "positionExecutive",
|
||||||
headerStyle: "font-size: 14px",
|
// headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
// style: "font-size: 14px",
|
||||||
sort: (a: string, b: string) =>
|
// sort: (a: string, b: string) =>
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
// a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// name: "positionExecutiveSide",
|
// name: "positionExecutiveSide",
|
||||||
// align: "left",
|
// align: "left",
|
||||||
|
|
@ -1477,8 +1477,8 @@ const visibleColumnsHistory = ref<String[]>([
|
||||||
"amount",
|
"amount",
|
||||||
"positionSalaryAmount",
|
"positionSalaryAmount",
|
||||||
"mouthSalaryAmount",
|
"mouthSalaryAmount",
|
||||||
"oc",
|
"orgName",
|
||||||
"position",
|
"agencyName",
|
||||||
"posNo",
|
"posNo",
|
||||||
"positionLine",
|
"positionLine",
|
||||||
"positionPathSide",
|
"positionPathSide",
|
||||||
|
|
@ -1987,9 +1987,6 @@ const saveData = async () => {
|
||||||
// salaryClass: salaryClass.value,
|
// salaryClass: salaryClass.value,
|
||||||
salaryRef: salaryRef.value,
|
salaryRef: salaryRef.value,
|
||||||
refCommandNo: refCommandNo.value,
|
refCommandNo: refCommandNo.value,
|
||||||
orgName: orgName.value,
|
|
||||||
agencyName: agencyName.value,
|
|
||||||
cLevel: cLevel.value,
|
|
||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue