แสดง เหตุผลการขอลงเวลาพิเศษ ใน popup

This commit is contained in:
setthawutttty 2025-04-08 15:30:35 +07:00
parent 4b2e332849
commit 7396f538bb
2 changed files with 26 additions and 5 deletions

View file

@ -24,6 +24,7 @@ const props = defineProps({
modal: { type: Boolean, default: "" },
editCheck: { type: String, default: "" },
date: { type: String, default: "" },
description: { type: String, default: "" },
dateFix: { type: String, default: "" },
id: { type: String, default: "" },
checkInStatus: { type: String, default: "" },
@ -215,6 +216,20 @@ watch(
/>
</div>
</div>
<div
class="col q-ma-md q-pa-sm bg-white border-custom text-weight-medium"
>
<p style="color: #06884d; font-size: 14px" class="q-mb-xs">
เหตผลการขอลงเวลาพเศษ
</p>
<q-input
dense
outlined
readonly
autogrow
:model-value="props.description ? props.description : '-'"
></q-input>
</div>
<div
v-if="formData.checkInEdit"
class="col q-ma-md q-pa-sm bg-white border-custom text-weight-medium"
@ -299,9 +314,9 @@ watch(
class="col-12 bg-white q-ma-md inputgreen"
outlined
stack-label
:rules="[(val:string) => !!val || 'กรุณาเหตุผล']"
:rules="[(val:string) => !!val || 'กรุณาเหตุผลการอนุมัติ']"
v-model="formData.note"
label="เหตุผล"
label="เหตุผลการอนุมัติ"
hide-bottom-space
type="textarea"
></q-input>