From 089197d290833badb986af82184d8dcea07918e6 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 18 Apr 2024 10:11:18 +0700 Subject: [PATCH 1/7] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../15_development/components/scholarship/DetailView.vue | 6 +++--- src/modules/15_development/views/Scholarship.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/15_development/components/scholarship/DetailView.vue b/src/modules/15_development/components/scholarship/DetailView.vue index b3db73264..668adb36c 100644 --- a/src/modules/15_development/components/scholarship/DetailView.vue +++ b/src/modules/15_development/components/scholarship/DetailView.vue @@ -48,15 +48,15 @@ const scholarshipTypeOp = ref([ { id: "DOMESTICE", name: "การศึกษาในประเทศ" }, { id: "NOABROAD", - name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรที่ไม่มีการไปต่างประเทศ)", + name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรที่ไม่มีการไปต่างประเทศ)", }, { id: "ABROAD", - name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรที่มีการไปต่างประเทศ)", + name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรที่มีการไปต่างประเทศ)", }, { id: "EXECUTIVE", - name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรประเภทนักบริหาร)", + name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรประเภทนักบริหาร)", }, ]); const fundTypeOp = ref([ diff --git a/src/modules/15_development/views/Scholarship.vue b/src/modules/15_development/views/Scholarship.vue index c9cf3cfbd..425bef0a0 100644 --- a/src/modules/15_development/views/Scholarship.vue +++ b/src/modules/15_development/views/Scholarship.vue @@ -96,15 +96,15 @@ const scholarshipTypeOp = ref([ }, { id: "NOABROAD", - name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรที่ไม่มีการไปต่างประเทศ)", + name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรที่ไม่มีการไปต่างประเทศ)", }, { id: "ABROAD", - name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรที่มีการไปต่างประเทศ)", + name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรที่มีการไปต่างประเทศ)", }, { id: "EXECUTIVE", - name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยวงานภายนอก (หลักสูตรประเภทนักบริหาร)", + name: "ฝึกอบรมในประเทศที่ส่งไปพัฒนากับหน่วยงานภายนอก (หลักสูตรประเภทนักบริหาร)", }, ]); const itemDownload = ref([ From 06881b5de0c14430011d6e0bdd6e8e7449c957c3 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 18 Apr 2024 10:12:57 +0700 Subject: [PATCH 2/7] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84?= =?UTF-8?q?=E0=B8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../15_development/components/scholarship/DetailView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/15_development/components/scholarship/DetailView.vue b/src/modules/15_development/components/scholarship/DetailView.vue index 668adb36c..571ba01b3 100644 --- a/src/modules/15_development/components/scholarship/DetailView.vue +++ b/src/modules/15_development/components/scholarship/DetailView.vue @@ -667,11 +667,11 @@ onMounted(() => { outlined class="inputgreen" v-model="formBody.bookNo" - label="เลขที่หนังสิออนุมัติ" + label="เลขที่หนังสืออนุมัติ" hide-bottom-space :rules="[ (val: string) => - !!val || `${'กรุณากรอกเลขที่หนังสิออนุมัติ'}`, + !!val || `${'กรุณากรอกเลขที่หนังสืออนุมัติ'}`, ]" /> From 22c8091dce07dce01feb308a19f9c8ef9fc3bc36 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Thu, 18 Apr 2024 11:23:19 +0700 Subject: [PATCH 3/7] =?UTF-8?q?-=20=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1?= =?UTF-8?q?=E0=B8=B9=E0=B8=A5=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=A7=E0=B8=A2?= =?UTF-8?q?=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B9=83=E0=B8=99=E0=B8=AA=E0=B8=B1?= =?UTF-8?q?=E0=B8=87=E0=B8=81=E0=B8=B1=E0=B8=94=20-=20=E0=B9=80=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80?= =?UTF-8?q?=E0=B8=A0=E0=B8=97=E0=B8=97=E0=B8=B8=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/history/AddPage.vue | 2 + .../components/historyEmployee/AddPage.vue | 2 + .../components/scholarship/DetailView.vue | 113 ++++++++++-------- .../15_development/views/Scholarship.vue | 54 ++++----- 4 files changed, 90 insertions(+), 81 deletions(-) diff --git a/src/modules/15_development/components/history/AddPage.vue b/src/modules/15_development/components/history/AddPage.vue index 3683b6584..a58694bfe 100644 --- a/src/modules/15_development/components/history/AddPage.vue +++ b/src/modules/15_development/components/history/AddPage.vue @@ -180,6 +180,7 @@ function getDataEdit() { formMain.type = data.posTypeName ? data.posTypeName : null; formMain.level = data.posLevelName ? data.posLevelName : null; formMain.positionSide = data.posExecutive ? data.posExecutive : null; + formMain.oc = data.org ? data.org : null; formMainProject.id = data.developmentId; formMainProject.project = data.projectName; @@ -210,6 +211,7 @@ onMounted(() => { } }); +