diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue index 7e27f7f76..1a0ee970f 100644 --- a/src/modules/04_registry/components/Profile.vue +++ b/src/modules/04_registry/components/Profile.vue @@ -427,6 +427,7 @@ label="แนบใบมรณบัตร" hide-bottom-space lazy-rules + accept=".pdf" > diff --git a/src/modules/05_placement/components/probation/FormAssign.vue b/src/modules/05_placement/components/probation/FormAssign.vue index b24ce1112..cd171aa8c 100644 --- a/src/modules/05_placement/components/probation/FormAssign.vue +++ b/src/modules/05_placement/components/probation/FormAssign.vue @@ -731,6 +731,7 @@ const getAssign = async () => { }); }; onMounted(async () => { + getAssign(); await getUser(); await getLaw(personalId); await getcompetency(personalId); @@ -738,7 +739,6 @@ onMounted(async () => { await getSkill(personalId); await getKnowledge(personalId); await getAssignNew(personalId); - await getAssign(); }); watch( () => [monthSelect.value, date_start.value], diff --git a/src/modules/05_placement/components/probation/SummarySurvey.vue b/src/modules/05_placement/components/probation/SummarySurvey.vue index 7f9c94552..c2872fc3f 100644 --- a/src/modules/05_placement/components/probation/SummarySurvey.vue +++ b/src/modules/05_placement/components/probation/SummarySurvey.vue @@ -3,9 +3,11 @@ import { ref, onMounted } from "vue"; import { QForm, useQuasar } from "quasar"; import { useCounterMixin } from "@/stores/mixin"; import { useRoute, useRouter } from "vue-router"; +import { useProbationDataStore } from "@/modules/05_placement/store"; import http from "@/plugins/http"; import config from "@/app.config"; - +const probationStore = useProbationDataStore(); +const { ratingColors } = probationStore; const $q = useQuasar(); const myForm = ref(); const mixin = useCounterMixin(); @@ -30,6 +32,10 @@ const score2 = ref(0); const score3 = ref(0); const Allscore = ref(0); +const comment_1 = ref("") +const comment_2 = ref("") + + const result = ref(); const result_option = ref([ { name: "ผ่าน", value: 1 }, @@ -75,6 +81,8 @@ onMounted(() => { // console.log(e); // }); // }; + + @@ -113,6 +121,92 @@ onMounted(() => { --> + + + 1 + ผลสัมฤทธิ์ของการทดลองปฏิบัติบัติหน้าที่ราชการ + + + + + + + + 2 + ผลสัมฤทธิ์ของการทดลองปฏิบัติบัติหน้าที่ราชการ + + + + + + + + + + 3 + ผลสัมฤทธิ์ของการทดลองปฏิบัติบัติหน้าที่ราชการ + + + + + + + + + + + 1.1. ความรู้ความสามารถ + + + + + ไม่พึงพอใจ + + + ค่อนข้างพึงพอใจ + + + พึงพอใจ + + + พึงพอใจมาก + + + พึงพอใจมากที่สุด + + + + + + + + +