From 95e02c21ec68ca30d0079fd59f2b430636b643c2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 25 Oct 2023 15:20:28 +0700 Subject: [PATCH] =?UTF-8?q?API=20=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1?= =?UTF-8?q?=E0=B8=B9=E0=B8=A5=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=88=E0=B9=89?= =?UTF-8?q?=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/registry/api.profile.ts | 6 ++- .../components/EditEmployee/Employment.vue | 37 +++++++++++++++++-- .../EditEmployee/Information/Family.vue | 2 +- .../EditEmployee/Information/Information.vue | 15 ++++++-- 4 files changed, 51 insertions(+), 9 deletions(-) diff --git a/src/api/registry/api.profile.ts b/src/api/registry/api.profile.ts index 009c483fb..3e379f4f7 100644 --- a/src/api/registry/api.profile.ts +++ b/src/api/registry/api.profile.ts @@ -184,7 +184,11 @@ export default { profileCitizenId: (citizenId: string) => `${profile}citizenId/${citizenId}`, profileEmployeeIn: `${profile}information/employee`, - profileHistory: (type: string) => `${profile}search/history/oc/${type}` + profileHistory: (type: string) => `${profile}search/history/oc/${type}`, + + //ระบบ ลูกจ้างชั่คราว + employmentId: (profileId: string) => `${profile}employment/${profileId}` + diff --git a/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue b/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue index 5d853ee25..0df181474 100644 --- a/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue +++ b/src/modules/08_registryEmployee/components/EditEmployee/Employment.vue @@ -1,7 +1,10 @@