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

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