diff --git a/src/modules/10_registry/components/DialogAddRequestEdit.vue b/src/modules/10_registry/components/DialogAddRequestEdit.vue index 93e0c8e..64504a0 100644 --- a/src/modules/10_registry/components/DialogAddRequestEdit.vue +++ b/src/modules/10_registry/components/DialogAddRequestEdit.vue @@ -22,6 +22,7 @@ const { dialogConfirm, showLoader, hideLoader, messageError, success } = /** * props */ +const modalInfo = ref(false); const modal = defineModel("modal", { required: true }); const props = defineProps({ fetchData: { type: Function, requied: true }, @@ -167,6 +168,12 @@ function fetchProfile() { hideLoader(); }); } + +/** popup รายละเอียดของ ขออัปเดตข้อมูลจากกรมการปกครอง */ +function onInfo() { + modalInfo.value = true; +} + watch( () => modal.value, () => { @@ -202,6 +209,18 @@ watch( doneFn:Function) => filterOption(inputValue, doneFn ) " > + - + diff --git a/src/modules/10_registry/store/RequestEdit.ts b/src/modules/10_registry/store/RequestEdit.ts index eb8e82c..ceda422 100644 --- a/src/modules/10_registry/store/RequestEdit.ts +++ b/src/modules/10_registry/store/RequestEdit.ts @@ -4,14 +4,17 @@ import type { DataOption } from "@/modules/10_registry/interface/index/Main"; export const useRequestEditStore = defineStore("requestEditStore", () => { const optionTopic = ref([ - "ขอแก้ไขคำนำหน้านาม ชื่อ นามสกุล", + "ขออัปเดตข้อมูลจากกรมการปกครอง", "ขอแก้ไขรูปภาพประจำตัว", - "ขอแก้ไขชื่อ - นามสกุล คู่สมรส", - "ขอแก้ไขชื่อ - นามสกุล บิดา", - "ขอแก้ไขชื่อ - นามสกุล มารดา", - "ขอแก้ไขข้อมูลการได้รับพระราชทานเครื่องราชอิสริยาภรณ์/เหรียญจักรพรรดิมาลา", - "ขอแก้ไขประกาศเกียรติคุณ", + "ขอแก้ไขอาชีพ คู่สมรส", + "ขอแก้ไขอาชีพ บิดา", + "ขอแก้ไขอาชีพ มารดา", + "ขอแก้ไขข้อมูลเครื่องราชฯ เหรียญจักพรรดิมาลา", "ขอแก้ไขข้อมูลประวัติการศึกษา", + "ขอแก้ไขข้อมูลประวัติการฝึกอบรม", + "ขอแก้ไขที่อยู่ปัจจุบัน", + "ขอแก้ไขเบอร์โทร", + "ขอแก้ไขข้อมูลบุตร", ]); const optionStatus = ref([ { id: "", name: "ทั้งหมด" },