Compare commits
No commits in common. "dev" and "v1.0.26" have entirely different histories.
1 changed files with 3 additions and 9 deletions
|
|
@ -508,15 +508,9 @@ onMounted(() => {
|
||||||
multiple
|
multiple
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
bg-color="white"
|
bg-color="white"
|
||||||
:rules="
|
:rules="typeForm == 'LV-001' && formDataSick.leaveTotal >= 30 ?[
|
||||||
typeForm == 'LV-001' && formDataSick.leaveTotal >= 30
|
(val:string) => !!val && val.length >= 30 || `${'กรุณาแนบเอกสารประกอบ หรือ ใบรับรองแพทย์ กรณีลาป่วยตั้งเเต่ 30 วันขึ้นไป'}`,
|
||||||
? [
|
]:[]"
|
||||||
(val) =>
|
|
||||||
(val && val.length > 0) ||
|
|
||||||
'กรุณาแนบเอกสารประกอบ หรือ ใบรับรองแพทย์ กรณีลาป่วยตั้งเเต่ 30 วันขึ้นไป',
|
|
||||||
]
|
|
||||||
: []
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-icon name="attach_file" color="primary" />
|
<q-icon name="attach_file" color="primary" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue