From abf6d66eaed7d95c4ce694c9fbce0143ee931bdc Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 18 Jun 2025 15:26:40 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=9A=E0=B8=9A=E0=B8=9B?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B9=80=E0=B8=A1=E0=B8=B4=E0=B8=99=20?= =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B9=81=E0=B8=AA?= =?UTF-8?q?=E0=B8=94=E0=B8=87=E0=B8=A3=E0=B8=B0=E0=B8=94=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=84=E0=B8=94=E0=B9=89=E0=B8=A3?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Detail/step/step8.vue | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/modules/12_evaluatePersonal/components/Detail/step/step8.vue b/src/modules/12_evaluatePersonal/components/Detail/step/step8.vue index 88e670fd9..174363957 100644 --- a/src/modules/12_evaluatePersonal/components/Detail/step/step8.vue +++ b/src/modules/12_evaluatePersonal/components/Detail/step/step8.vue @@ -272,6 +272,7 @@ async function downloadFileList(fileName: string) { const author = ref(""); //เจ้าของผลงาน const subject = ref(""); //ชื่อผลงาน const assignedPosition = ref(""); //ตำแหน่ง +const assignedPosLevel = ref(""); //ระดับตำแหน่ง /** function เรียกข้อมูลผลงาน*/ async function fetchDataSigner() { @@ -283,6 +284,7 @@ async function fetchDataSigner() { author.value = data.authorDoc2; subject.value = data.subjectDoc2; assignedPosition.value = data.assignedPosition; + assignedPosLevel.value = data.assignedPosLevel; nameOfWork.value = data.subjectDoc2 ? data.subjectDoc2[0] : ""; nameOfOwner.value = data.authorDoc2; @@ -542,7 +544,7 @@ onMounted(async () => {
-
+
{ bg-color="white" />
-
+
{ bg-color="white" />
-
+
+
+ +