แก้ไขข้อมูลตอนเพิ่ม ขรก.
This commit is contained in:
parent
8f81cb2c32
commit
c26efe6c21
1 changed files with 3 additions and 9 deletions
|
|
@ -36,10 +36,10 @@ const informaData = ref<any>({
|
|||
birthDate: null,
|
||||
genderId: null,
|
||||
bloodId: null,
|
||||
nationality: null,
|
||||
ethnicity: null,
|
||||
nationality: "ไทย",
|
||||
ethnicity: "ไทย",
|
||||
statusId: null,
|
||||
religionId: null,
|
||||
religionId: 'ceaec498-71b4-4f82-b5a2-7d6ec988b753',
|
||||
tel: null,
|
||||
employeeType: null,
|
||||
employeeClass: null,
|
||||
|
|
@ -576,12 +576,6 @@ const fetchPerson = async () => {
|
|||
type="tel"
|
||||
v-model="informaData.tel"
|
||||
:label="`${'เบอร์โทร'}`"
|
||||
:rules="[
|
||||
(val: string) => !!val || `${'กรุณากรอก เบอร์โทร'}`,
|
||||
(val: string) =>
|
||||
val.length >= 10 ||
|
||||
`${'กรุณากรอกเบอร์โทรให้ครบ'}`,
|
||||
]"
|
||||
mask="##########"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue