From 2cb056cf92d471b11f26754de15d08c2d003da21 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 16 Jun 2025 16:55:30 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80=E0=B8=A1?= =?UTF-8?q?=E0=B8=B4=E0=B8=99=20eva=20=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=94=E0=B8=B1=E0=B8=9A=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB?= =?UTF-8?q?=E0=B8=99=E0=B9=88=E0=B8=87=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=84?= =?UTF-8?q?=E0=B8=94=E0=B9=89=E0=B8=A3=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../06_evaluate/components/step/step6.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/modules/06_evaluate/components/step/step6.vue b/src/modules/06_evaluate/components/step/step6.vue index f1c21aa..efccae3 100644 --- a/src/modules/06_evaluate/components/step/step6.vue +++ b/src/modules/06_evaluate/components/step/step6.vue @@ -29,6 +29,7 @@ const evaluateId = ref(route.params.id.toString()); const emit = defineEmits(["update:form"]); const fileEvaluation1 = ref(); +const assignedPosLevel = ref(""); // ระดับตำแหน่งที่ได้รับ /** form จัดเตรียมเอกสารเล่ม 2*/ const formCommand = reactive({ @@ -148,6 +149,8 @@ async function fetcheSigner(id: string) { formCommand.subject = data.subjectDoc2; formCommand.assignedPosition = data.assignedPosition; + assignedPosLevel.value = data.assignedPosLevel; + store.statusUpload6 = data.isUpdated; }) .catch((err) => { @@ -284,7 +287,7 @@ onMounted(async () => { lazy-rules /> -
+
{ lazy-rules />
+
+ +