diff --git a/src/modules/15_development/components/scholarship/DetailView.vue b/src/modules/15_development/components/scholarship/DetailView.vue new file mode 100644 index 000000000..499e8eb9b --- /dev/null +++ b/src/modules/15_development/components/scholarship/DetailView.vue @@ -0,0 +1,750 @@ + + + + + {{ `${title}ข้าราชการฯที่ได้รับทุนการศึกษา/ฝึกอบรม` }} + + + + + + + ข้อมูลราชการ + + เพิ่ม + + + + + + + เลขประจำตัวประชาชน + + {{ dataPerson.citizenId }} + + ชื่อ-นามสกุล + + {{ dataPerson.name }} + + ตำแหน่ง + + {{ dataPerson.position }} + + ประเภท + + {{ dataPerson.type }} + + + + + + ระดับตำแหน่ง + + {{ dataPerson.level }} + + ตำแหน่งทางการบริหาร + + {{ dataPerson.positionPath }} + + หน่วยงานที่สังกัด + {{ dataPerson.org }} + + + + + + เลือกข้าราชการ + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + + + + + + + + {{ scope.opt.label }} + + + + + + + + {{ formData.scholarshipTypeShort }} + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + + ข้อมูลผู้ค้ำประกัน + + เพิ่ม + + + + + + + เลขประจำตัวประชาชน + 123xxxxxxxxxx + + + + + ระดับตำแหน่ง + 123xxxxxxxxxx + + + + + + + + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + + + + + + + + + + + + + บันทึกข้อมูล + + + + + + + diff --git a/src/modules/15_development/router.ts b/src/modules/15_development/router.ts index ea18556d5..c8956b51a 100644 --- a/src/modules/15_development/router.ts +++ b/src/modules/15_development/router.ts @@ -9,6 +9,10 @@ const Scholarship = () => import("@/modules/15_development/views/Scholarship.vue"); const historyAdd = () => import('@/modules/15_development/components/history/AddPage.vue') const historyEmployeeAdd = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue') +const ScholarshipDetail = () => + import("@/modules/15_development/components/scholarship/DetailView.vue"); +// const historyAdd = () => +// import("@/modules/15_development/components/history/AddPage.vue"); export default [ { path: "/development", @@ -70,6 +74,26 @@ export default [ Role: "development", }, }, + { + path: "/development/scholarship/add", + name: "developmentScholarshipAdd", + component: ScholarshipDetail, + meta: { + Auth: true, + Key: [1.6], + Role: "development", + }, + }, + { + path: "/development/scholarship/:id", + name: "developmentScholarshipid", + component: ScholarshipDetail, + meta: { + Auth: true, + Key: [1.6], + Role: "development", + }, + }, { path: "/development/history/add", name: "developmentHistoryAdd", diff --git a/src/modules/15_development/views/Scholarship.vue b/src/modules/15_development/views/Scholarship.vue index 4efb55bc7..cf816ecdc 100644 --- a/src/modules/15_development/views/Scholarship.vue +++ b/src/modules/15_development/views/Scholarship.vue @@ -1,5 +1,308 @@ + + - - ทุนการศึกษา/ฝึกอบรม + + รายการข้าราชการฯที่ได้รับทุนการศึกษา/ฝึกอบรม + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + เพิ่ม + + + + + + + + + + + + + {{ + items.label + }} + + + + + + + + + + + + + + + + + + + + + + {{ col.label }} + + + + + + + + {{ col.value ? col.value : "-" }} + + + + + - \ No newline at end of file + + + +