เอา บังคับออก

This commit is contained in:
setthawutttty 2025-01-20 14:03:58 +07:00
parent 8ae3c19148
commit 869c5ec521

View file

@ -1136,8 +1136,6 @@ onMounted(() => {
label="เงินค่าตอบแทนพิเศษ"
mask="###,###,###,###"
reverse-fill-mask
:rules="empType !== '-temp'? [(val:string) => !!val || `${'กรุณากรอกเงินค่าตอบแทนพิเศษ'}`]:[]"
lazy-rules
hide-bottom-space
/>
</div>
@ -1198,13 +1196,10 @@ onMounted(() => {
ref="docRef"
outlined
dense
lazy-rules
borderless
v-model="formDataSalary.doc"
:label="`${'เอกสารอ้างอิง'}`"
type="textarea"
hide-bottom-space
:rules="empType !== '-temp'? [(val: number) => !!val || `${'กรุณากรอกเอกสารอ้างอิง'}`]:[]"
/>
</div>
</div>