-
{{ empType === "" ? "ประเภทตำแหน่ง" : "กลุ่มงาน" }}
+
{{ empType === "" ? "ตำแหน่งประเภท" : "กลุ่มงาน" }}
{{ formMain.positionType }}
@@ -512,7 +512,7 @@ onMounted(() => {
-
{{ empType === "" ? "ระดับตำแหน่ง" : "ระดับชั้นงาน" }}
+
{{ empType === "" ? "ระดับ" : "ระดับชั้นงาน" }}
{{ formMain.positionLevel }}
diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue
index e300744fc..b6ffdadf5 100644
--- a/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue
+++ b/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue
@@ -216,7 +216,8 @@ async function addData() {
const method = rows.value === null ? "post" : "patch";
await http[method](url, {
- profileId: rows.value === null && empType.value === "" ? id.value : undefined,
+ profileId:
+ rows.value === null && empType.value === "" ? id.value : undefined,
profileEmployeeId: empType.value !== "" ? id.value : undefined,
motherLive: motherIsHaveInfo.value ? motherIsLive.value : null,
motherCitizenId: motherIsHaveInfo.value ? motherDataEdit.citizenId : null,
@@ -353,7 +354,7 @@ onMounted(async () => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ fatherData.citizenId ? fatherData.citizenId : "-" }}
@@ -397,7 +398,7 @@ onMounted(async () => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ motherData.citizenId ? motherData.citizenId : "-" }}
@@ -441,7 +442,7 @@ onMounted(async () => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ spouseData.citizenId ? spouseData.citizenId : "-" }}
@@ -493,7 +494,7 @@ onMounted(async () => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ children.childrenCitizenId }}
@@ -1156,7 +1157,7 @@ onMounted(async () => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ historyRows[index - 1].fatherCitizenId }}
@@ -1200,7 +1201,7 @@ onMounted(async () => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ historyRows[index - 1].motherCitizenId }}
@@ -1251,7 +1252,7 @@ onMounted(async () => {
>
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ historyRows[index - 1].coupleCitizenId }}
@@ -1309,7 +1310,7 @@ onMounted(async () => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ children.childrenCitizenId }}
diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue
index 2b31a01f1..9ec4c28a1 100644
--- a/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue
+++ b/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue
@@ -46,7 +46,7 @@ const columns = ref
([
{
name: "citizenId",
align: "left",
- label: "เลขประจำตัวประชาชนตัวประชาชน",
+ label: "เลขประจำตัวประชาชน",
sortable: true,
field: "citizenId",
headerStyle: "font-size: 14px",
@@ -465,7 +465,7 @@ onMounted(() => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ fatherData.citizenId ? fatherData.citizenId : "-" }}
@@ -540,7 +540,7 @@ onMounted(() => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ motherData.citizenId ? motherData.citizenId : "-" }}
@@ -635,7 +635,7 @@ onMounted(() => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ coupleData.citizenId ?? "-" }}
@@ -738,7 +738,7 @@ onMounted(() => {
-
เลขประจำตัวประชาชนตัวประชาชน
+
เลขประจำตัวประชาชน
{{ item.childrenCitizenId }}
diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue
index 20e886e3a..6b15106f0 100644
--- a/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue
+++ b/src/modules/04_registryNew/components/detail/PersonalInformation/05_Education.vue
@@ -29,7 +29,7 @@ const columns = ref
([
{
name: "educationLevel",
align: "left",
- label: "ระดับศึกษา",
+ label: "ระดับการศึกษา",
sortable: true,
field: "educationLevel",
headerStyle: "font-size: 14px",
@@ -202,7 +202,7 @@ const historyColumns = ref([
{
name: "educationLevel",
align: "left",
- label: "ระดับศึกษา",
+ label: "ระดับการศึกษา",
sortable: true,
field: "educationLevel",
headerStyle: "font-size: 14px",
diff --git a/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue b/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue
index 7fda9a7db..37521b40f 100644
--- a/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue
+++ b/src/modules/04_registryNew/components/detail/Salary/01_PositionSalaryHistory.vue
@@ -118,7 +118,7 @@ const columns = ref([
{
name: "positionType",
align: "left",
- label: "ประเภทตำแหน่ง",
+ label: "ตำแหน่งประเภท",
sortable: true,
field: "positionType",
headerStyle: "font-size: 14px",
diff --git a/src/modules/04_registryNew/store.ts b/src/modules/04_registryNew/store.ts
index 99bff104d..e4aea4edc 100644
--- a/src/modules/04_registryNew/store.ts
+++ b/src/modules/04_registryNew/store.ts
@@ -12,7 +12,7 @@ export const useRegistryNewDataStore = defineStore("registryNew", () => {
{ id: "fullName", name: "ชื่อ-นามสกุล" },
{ id: "citizenId", name: "เลขประจำตัวประชาชน" },
// { id: "posNo", name: "ตำแหน่งเลขที่" },
- { id: "position", name: "ตำแหน่งสายงาน" },
+ { id: "position", name: "ตำแหน่งในสายงาน" },
]);
const employeeClassOps = ref([
{ id: "officer", name: "ข้าราชการ กทม.สามัญ" },
diff --git a/src/modules/04_registryNew/views/detailView.vue b/src/modules/04_registryNew/views/detailView.vue
index 1461cecd1..54d657581 100644
--- a/src/modules/04_registryNew/views/detailView.vue
+++ b/src/modules/04_registryNew/views/detailView.vue
@@ -647,7 +647,7 @@ onMounted(async () => {
icon="mdi-file-eye-outline"
size="md"
>
- ดาวน์ไฟล์
+ ดาวน์โหลดไฟล์
@@ -712,7 +712,7 @@ onMounted(async () => {
- {{ empType === "" ? "ประเภทตำแหน่ง" : "กลุ่มงาน" }}
+ {{ empType === "" ? "ตำแหน่งประเภท" : "กลุ่มงาน" }}
{{ formDetail?.posType?.posTypeName || "-" }}
@@ -722,7 +722,7 @@ onMounted(async () => {
- {{ empType === "" ? "ระดับตำแหน่ง" : "ระดับชั้นงาน" }}
+ {{ empType === "" ? "ระดับ" : "ระดับชั้นงาน" }}
{{ formDetail?.posLevel?.posLevelName || "-" }}
diff --git a/src/modules/04_registryNew/views/list.vue b/src/modules/04_registryNew/views/list.vue
index 93d4f45c5..1cb04ef48 100644
--- a/src/modules/04_registryNew/views/list.vue
+++ b/src/modules/04_registryNew/views/list.vue
@@ -61,7 +61,7 @@ const conditionTotal = computed(() => {
return num;
});
-/** function เรียกข้อมูลประเภทตำแหน่ง*/
+/** function เรียกข้อมูลตำแหน่งประเภท*/
function fetchType() {
http
.get(config.API.orgPosType)
@@ -73,7 +73,7 @@ function fetchType() {
});
}
-/** function เรียกข้อมูลระดับตำแหน่ง*/
+/** function เรียกข้อมูลระดับ*/
function fetchLevel() {
http
.get(config.API.orgPosLevel)
@@ -396,7 +396,7 @@ onMounted(async () => {
labelOption.posType !== "ทั้งหมด"
? labelOption.posType
: empType === "officer"
- ? `ประเภทตำแหน่ง${labelOption.posType}`
+ ? `ตำแหน่งประเภท${labelOption.posType}`
: `กลุ่มงาน${labelOption.posType}`
}}
{
labelOption.posLevel !== "ทั้งหมด"
? labelOption.posLevel
: empType === "officer"
- ? `ระดับตำแหน่ง${labelOption.posLevel}`
+ ? `ระดับ${labelOption.posLevel}`
: `ระดับชั้นงาน${labelOption.posLevel}`
}}