ประเมิน eva เพิ่มแสดงระดับตำแหน่งที่ได้รับ

This commit is contained in:
Warunee Tamkoo 2025-06-16 16:55:30 +07:00
parent 5268bf901a
commit 2cb056cf92

View file

@ -29,6 +29,7 @@ const evaluateId = ref<string>(route.params.id.toString());
const emit = defineEmits(["update:form"]); const emit = defineEmits(["update:form"]);
const fileEvaluation1 = ref<any>(); const fileEvaluation1 = ref<any>();
const assignedPosLevel = ref<string>(""); //
/** form จัดเตรียมเอกสารเล่ม 2*/ /** form จัดเตรียมเอกสารเล่ม 2*/
const formCommand = reactive<FormCommand>({ const formCommand = reactive<FormCommand>({
@ -148,6 +149,8 @@ async function fetcheSigner(id: string) {
formCommand.subject = data.subjectDoc2; formCommand.subject = data.subjectDoc2;
formCommand.assignedPosition = data.assignedPosition; formCommand.assignedPosition = data.assignedPosition;
assignedPosLevel.value = data.assignedPosLevel;
store.statusUpload6 = data.isUpdated; store.statusUpload6 = data.isUpdated;
}) })
.catch((err) => { .catch((err) => {
@ -284,7 +287,7 @@ onMounted(async () => {
lazy-rules lazy-rules
/> />
</div> </div>
<div class="col-6"> <div class="col-3">
<q-input <q-input
:readonly="store.currentStep != 6 || store.statusUpload6" :readonly="store.currentStep != 6 || store.statusUpload6"
class="col-xs-12 col-sm-6" class="col-xs-12 col-sm-6"
@ -300,6 +303,17 @@ onMounted(async () => {
lazy-rules lazy-rules
/> />
</div> </div>
<div class="col-3">
<q-input
readonly
class="col-xs-12 col-sm-6"
dense
outlined
v-model="assignedPosLevel"
label="ระดับตำแหน่งที่ได้รับ"
hide-bottom-space
/>
</div>
</div> </div>
<div <div