diff --git a/src/api/05_placement/api.placement.ts b/src/api/05_placement/api.placement.ts index 66d662813..f86b18453 100644 --- a/src/api/05_placement/api.placement.ts +++ b/src/api/05_placement/api.placement.ts @@ -103,19 +103,24 @@ export default { transferUser: `${transfer}/user`, transferUserId: (id: string) => `${transfer}/user/${id}`, transferConfirmId: (id: string) => `${transfer}/confirm/${id}`, - officerMain: () => `${placement}/officer`, - officerDetail: (id:string) => `${placement}/officer/${id}`, - officerMainDelete: (id:string) => `${placement}/officer/${id}`, + // แต่งตั้ง-เลื่อน placemenAppointment, // ช่วยราชการ placemenHelpGov, + officerMain: () => `${placement}/officer`, + officerDetail: (id:string) => `${placement}/officer/${id}`, + officerMainDelete: (id:string) => `${placement}/officer/${id}`, + officerMainReport: () => `${placement}/officer/report`, // ส่งตัวกลับ placemenRepatriation, - + repatriationMain: () => `${placement}/repatriation`, + repatriationDetail: (id:string) => `${placement}/repatriation/${id}`, + repatriationMainDelete: (id:string) => `${placement}/repatriation/${id}`, + repatriationMainReport: () => `${placement}/repatriation/report`, // ขอย้าย placemenRelocation, diff --git a/src/modules/05_placement/components/Repatriate/RepatriateMain.vue b/src/modules/05_placement/components/Repatriate/RepatriateMain.vue new file mode 100644 index 000000000..2deb571b2 --- /dev/null +++ b/src/modules/05_placement/components/Repatriate/RepatriateMain.vue @@ -0,0 +1,610 @@ + + + รายการส่งตัวกลับ + + + + + + + ส่งไปออกคำสั่งส่งตัวกลับ + + + + + + + + + + + + + + + + + + + {{ col.label }} + + + + + + + {{ props.rowIndex + 1 }} + + + {{ props.row.fullname }} + + + {{ props.row.position }} + + + {{ props.row.positionLevel }} + + + + {{ props.row.organizationPositionOld }} + + + + + {{ props.row.organization }} + + + + {{ props.row.statusText }} + + + + ลบข้อมูล + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ props.rowIndex + 1 }} + + + {{ props.row.fullname }} + + + {{ props.row.position }} + + + {{ props.row.positionLevel }} + + + + {{ props.row.organizationPositionOld }} + + + + + {{ props.row.organization }} + + + + {{ props.row.statusText }} + + + + + + + + + + + + + diff --git a/src/modules/05_placement/components/Repatriate/RepatriatebyId.vue b/src/modules/05_placement/components/Repatriate/RepatriatebyId.vue new file mode 100644 index 000000000..2f214ec16 --- /dev/null +++ b/src/modules/05_placement/components/Repatriate/RepatriatebyId.vue @@ -0,0 +1,508 @@ + + + + รายละเอียดการส่งตัวกลับ {{ fullname }} + + + + {{ fullname }} + + + + + + + + + + + + ตำแหน่งในสายงาน + + {{ positionTypeOld }} + + + + + + ระดับ + + {{ positionLevelOld }} + + + + + + สังกัด + + {{ organizationPositionOld }} + + + + + + + + + + + แก้ไขข้อมูลเพื่อลงบัญชีแนบท้าย + + + + + + + + + + + + + + + + + + ตำแหน่งและหน่วยงานเดิม + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/modules/05_placement/components/helpgovernment/governmentDetail.vue b/src/modules/05_placement/components/helpgovernment/governmentDetail.vue index 08c864fc6..716269933 100644 --- a/src/modules/05_placement/components/helpgovernment/governmentDetail.vue +++ b/src/modules/05_placement/components/helpgovernment/governmentDetail.vue @@ -10,7 +10,7 @@ class="q-mr-sm" @click="router.go(-1)" /> - รายละเอียดการขอโอนช่วยราชการ {{ fullname }} + รายละเอียดการช่วยราชการ {{ fullname }} @@ -48,7 +48,7 @@ - + สังกัด @@ -63,50 +63,212 @@ - เเก้ไขข้อมูลเพื่อลงบัญชีเเนบท้าย + แก้ไขข้อมูลเพื่อลงบัญชีแนบท้าย - - + + + + + + + - - - - - หน่วยงานที่ขอโอนไป - - {{ responseData.organization }} + + + + + + + ตำแหน่งและหน่วยงานเดิม + + + + - - - - เหตุผลที่ขอโอน - - {{ responseData.reason }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ year + 543 }} + {{ + parseInt(value + 543) + }} + + + + + + + + + + + + + + - +