From f52e6051ab357e5db38654a624f74eb4134f073e Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Thu, 23 Nov 2023 15:12:50 +0700 Subject: [PATCH] =?UTF-8?q?=20API=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=E0=B8=9A=E0=B8=B8=E0=B8=84=E0=B8=A5=E0=B8=B2=E0=B8=81?= =?UTF-8?q?=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/registry/api.profile.ts | 9 +-- .../6_BasicInformation/Director/Form.vue | 56 +++++++++++++++++-- 2 files changed, 53 insertions(+), 12 deletions(-) diff --git a/src/api/registry/api.profile.ts b/src/api/registry/api.profile.ts index 60b262952..66b2631f7 100644 --- a/src/api/registry/api.profile.ts +++ b/src/api/registry/api.profile.ts @@ -45,6 +45,7 @@ export default { `${profile}search/new-employee/oc/${id}`, profileSearchNewEmOcLeaveId: (id: string) => `${profile}search/new-employee/oc/leave/${id}`, + profileSearchPersonal: () => `${profile}search-personal`, profileEmployeeTempId: (id: string) => `${profile}employee/temp/${id}`, profileCoupleId: (profileId: string) => `${profile}couple/${profileId}`, @@ -188,10 +189,6 @@ export default { //ระบบ ลูกจ้างชั่คราว employmentId: (profileId: string) => `${profile}employment/${profileId}`, - employmentHistoryId: (employmentId: string) => `${profile}employment/history/${employmentId}` - - - - - + employmentHistoryId: (employmentId: string) => + `${profile}employment/history/${employmentId}`, }; diff --git a/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue b/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue index aecd4e030..eb353531b 100644 --- a/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue +++ b/src/modules/11_discipline/components/6_BasicInformation/Director/Form.vue @@ -1,10 +1,24 @@