diff --git a/src/modules/02_organizationalNew/components/DialogSelectPerson.vue b/src/modules/02_organizationalNew/components/DialogSelectPerson.vue index 1755a769e..e4aa61e5d 100644 --- a/src/modules/02_organizationalNew/components/DialogSelectPerson.vue +++ b/src/modules/02_organizationalNew/components/DialogSelectPerson.vue @@ -187,6 +187,15 @@ const columnsResult = ref([ headerStyle: "font-size: 14px", style: "font-size: 14px", }, + { + name: "positionName", + align: "left", + label: "ตำแหน่งในสายงาน", + sortable: true, + field: "positionName", + headerStyle: "font-size: 14px", + style: "font-size: 14px", + }, { name: "posLevelName", align: "left", @@ -360,6 +369,7 @@ function searchData() { citizenId: "test1", name: "test1", posTypeName: "test1", + positionName: "test1", posLevelName: "test1", }, { @@ -367,6 +377,7 @@ function searchData() { citizenId: "test2", name: "test2", posTypeName: "test2", + positionName: "test2", posLevelName: "test2", }, ]; diff --git a/src/modules/04_registry/components/DialogFormLeave.vue b/src/modules/04_registry/components/DialogFormLeave.vue new file mode 100644 index 000000000..aa8637018 --- /dev/null +++ b/src/modules/04_registry/components/DialogFormLeave.vue @@ -0,0 +1,263 @@ + + diff --git a/src/modules/04_registry/components/Leave.vue b/src/modules/04_registry/components/Leave.vue index 16400f334..04e1641b9 100644 --- a/src/modules/04_registry/components/Leave.vue +++ b/src/modules/04_registry/components/Leave.vue @@ -82,7 +82,7 @@ -
+
+
--> +
+
+ + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
@@ -341,9 +430,18 @@ + +