From 478442a4aed4a52ec7f95868eec2efae2b152315 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 11 Jun 2024 17:39:51 +0700 Subject: [PATCH 1/6] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=82?= =?UTF-8?q?=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/PersonalInformation/01_Profile.vue | 2 +- .../detail/PersonalInformation/04_Family.vue | 16 ++++++++-------- .../detail/PersonalInformation/04_FamilyNew.vue | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue index 07a1f6ce1..9e59670a3 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/01_Profile.vue @@ -55,7 +55,7 @@ const pagination = ref({ }); const dataLabel = { - citizenId: "เลขบัตรประจำตัวประชาชน", + citizenId: "เลขประจำตัวประชาชน", name: "ชื่อ - สกุล", birthDate: "วัน/เดือน/ปีเกิด", age: "อายุ", diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue index 46263d543..e300744fc 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/04_Family.vue @@ -353,7 +353,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ fatherData.citizenId ? fatherData.citizenId : "-" }} @@ -397,7 +397,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ motherData.citizenId ? motherData.citizenId : "-" }} @@ -441,7 +441,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ spouseData.citizenId ? spouseData.citizenId : "-" }} @@ -493,7 +493,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ children.childrenCitizenId }} @@ -1156,7 +1156,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ historyRows[index - 1].fatherCitizenId }} @@ -1200,7 +1200,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ historyRows[index - 1].motherCitizenId }} @@ -1251,7 +1251,7 @@ onMounted(async () => { >
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ historyRows[index - 1].coupleCitizenId }} @@ -1309,7 +1309,7 @@ onMounted(async () => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ children.childrenCitizenId }} diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue index 01cf590ad..2b31a01f1 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/04_FamilyNew.vue @@ -46,7 +46,7 @@ const columns = ref([ { name: "citizenId", align: "left", - label: "เลขบัตรประจำตัวประชาชน", + label: "เลขประจำตัวประชาชนตัวประชาชน", sortable: true, field: "citizenId", headerStyle: "font-size: 14px", @@ -465,7 +465,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ fatherData.citizenId ? fatherData.citizenId : "-" }} @@ -540,7 +540,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ motherData.citizenId ? motherData.citizenId : "-" }} @@ -635,7 +635,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ coupleData.citizenId ?? "-" }} @@ -738,7 +738,7 @@ onMounted(() => {
-
เลขบัตรประจำตัวประชาชน
+
เลขประจำตัวประชาชนตัวประชาชน
{{ item.childrenCitizenId }} From f72b618f91d5716bd04385961817528cde340a0f Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 12 Jun 2024 09:25:25 +0700 Subject: [PATCH 2/6] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88?= =?UTF-8?q?=E0=B8=87=E0=B8=AD=E0=B8=B7=E0=B9=88=E0=B8=99=E0=B8=AA=E0=B9=88?= =?UTF-8?q?=E0=B8=87=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 7 +++++++ src/modules/05_placement/components/Other/Dialogbody.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 000000000..3d07b58f0 --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +VITE_COMPETITIVE_EXAM_PANEL: "https://bma-dashboard.frappet.synology.me/goto/KO0GpSu4z?orgId=1" +VITE_QUALIFY_DISABLE_EMAM_PANEL: "https://bma-dashboard.frappet.synology.me/goto/dQQzpIX4z?orgId=1" +VITE_QUALIFY_EXAM_PANEL: "https://bma-dashboard.frappet.synology.me/goto/cj1ZtIX4z?orgId=1" +VITE_S3CLUSTER_PUBLIC_URL: "https://s3cluster.frappet.com/bma-ehr-fpt/organization/strueture/" +VITE_REALM_KEYCLOAK: "bma-ehr" +VITE_CLIENTID_KEYCLOAK: "bma-ehr-vue3" +VITE_URL_KEYCLOAK: "https://id.frappet.synology.me/" \ No newline at end of file diff --git a/src/modules/05_placement/components/Other/Dialogbody.vue b/src/modules/05_placement/components/Other/Dialogbody.vue index 4cbfbb54c..99e971f84 100644 --- a/src/modules/05_placement/components/Other/Dialogbody.vue +++ b/src/modules/05_placement/components/Other/Dialogbody.vue @@ -146,7 +146,7 @@ const addOther = async () => { let pId: string[] = []; let Type = props.type as string; selected.value.forEach((e: any) => { - pId.push(e.profileId); + pId.push(e.id); }); let data = { id: pId, From 2d2b3a77b5df31e4f74c9fedaa14c74233866304 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 12 Jun 2024 10:07:37 +0700 Subject: [PATCH 3/6] no message --- src/modules/08_registryEmployee/views/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/08_registryEmployee/views/Main.vue b/src/modules/08_registryEmployee/views/Main.vue index 3e068d875..27f0d4f08 100644 --- a/src/modules/08_registryEmployee/views/Main.vue +++ b/src/modules/08_registryEmployee/views/Main.vue @@ -436,7 +436,7 @@ onMounted(() => { v-close-popup v-if=" props.row.draftOrgEmployeeStatus === null || - props.row.draftOrgEmployeeStatus === 'REPORT' + props.row.draftOrgEmployeeStatus === 'PENDING' " @click.pervent="onClickSelectPos(props.row)" > From 076d71830cd957ff0bdb6726607a22aac2843e60 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 12 Jun 2024 11:17:16 +0700 Subject: [PATCH 4/6] =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84?= =?UTF-8?q?=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=20=3D>=20?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DialogFormAgency.vue | 6 +- .../10_order/components/step/step01.vue | 73 +++---- .../10_order/components/step/step02.vue | 27 +-- .../10_order/components/step/step03.vue | 192 +----------------- 4 files changed, 54 insertions(+), 244 deletions(-) diff --git a/src/modules/02_organizationalNew/components/DialogFormAgency.vue b/src/modules/02_organizationalNew/components/DialogFormAgency.vue index 08743e945..30f625473 100644 --- a/src/modules/02_organizationalNew/components/DialogFormAgency.vue +++ b/src/modules/02_organizationalNew/components/DialogFormAgency.vue @@ -484,8 +484,10 @@ function selectOrgLevele(val: string, status: boolean = true) {
- - + + + บันทึกข้อมูล diff --git a/src/modules/10_order/components/step/step01.vue b/src/modules/10_order/components/step/step01.vue index c947f8f30..e10aa67f7 100644 --- a/src/modules/10_order/components/step/step01.vue +++ b/src/modules/10_order/components/step/step01.vue @@ -1,3 +1,4 @@ +div