diff --git a/src/modules/05_placement/components/Receive/AddEmployee/Main.vue b/src/modules/05_placement/components/Receive/AddEmployee/Main.vue
index 89bbbf381..9ab021f2e 100644
--- a/src/modules/05_placement/components/Receive/AddEmployee/Main.vue
+++ b/src/modules/05_placement/components/Receive/AddEmployee/Main.vue
@@ -456,12 +456,7 @@ const clickBack = () => {
+ :label="`${'เบอร์โทร'}`" mask="##########" />
diff --git a/src/modules/05_placement/components/Receive/receiveDetail2.vue b/src/modules/05_placement/components/Receive/receiveDetail2.vue
index f5de77fe9..529e0a9f8 100644
--- a/src/modules/05_placement/components/Receive/receiveDetail2.vue
+++ b/src/modules/05_placement/components/Receive/receiveDetail2.vue
@@ -583,9 +583,6 @@ onMounted(async () => {
dense
@update:model-value="changeCardID"
lazy-rules
- :rules="[
- (val:string) => !!val || `${'กรุณากรอก เลขประจำตัวประชาชน'}`,
- (val:string) => val.length >= 13 || `${'กรุณากรอกเลขประจำตัวประชาชนให้ครบ'}`,]"
:readonly="!edit"
:borderless="!edit"
label="เลขประจำตัวประชาชน"
@@ -600,7 +597,6 @@ onMounted(async () => {
:class="getClass(edit)"
:readonly="!edit"
:borderless="!edit"
- :rules="[(val:string) => !!val || `${'กรุณาเลือก คำนำหน้าชื่อ'}`]"
:outlined="edit"
dense
lazy-rules
@@ -626,7 +622,6 @@ onMounted(async () => {
:readonly="!edit"
:borderless="!edit"
v-model="informaData.firstname"
- :rules="[(val:string) => !!val || `${'กรุณากรอก ชื่อ'}`]"
:label="`${'ชื่อ'}`"
/>
@@ -640,7 +635,6 @@ onMounted(async () => {
:borderless="!edit"
v-model="informaData.lastname"
lazy-rules
- :rules="[(val:string) => !!val || `${'กรุณากรอก นามสกุล'}`]"
:label="`${'นามสกุล'}`"
/>
@@ -675,7 +669,6 @@ onMounted(async () => {
? null
: date2Thai(informaData.birthDate)
"
- :rules="[(val:string) => !!val || `${'กรุณาเลือก วัน/เดือน/ปี เกิด'}`]"
:label="`${'วัน/เดือน/ปี เกิด'}`"
>
@@ -726,7 +719,6 @@ onMounted(async () => {
:label="`${'เพศ'}`"
use-input
input-debounce="0"
- :rules="[(val:string) => !!val || `${'กรุณาเลือก เพศ'}`]"
@filter="(inputValue:any,doneFn:Function) => filterSelector(inputValue, doneFn,'genderOps') "
/>
@@ -749,7 +741,6 @@ onMounted(async () => {
:label="`${'สถานภาพ'}`"
use-input
input-debounce="0"
- :rules="[(val:string) => !!val || `${'กรุณาเลือก สถานภาพ'}`]"
@filter="(inputValue:any, doneFn:Function) => filterSelector(inputValue, doneFn,'statusOps' ) "
/>
@@ -764,7 +755,6 @@ onMounted(async () => {
:borderless="!edit"
v-model="informaData.nationality"
:label="`${'สัญชาติ'}`"
- :rules="[(val:string) => !!val || `${'กรุณากรอก สัญชาติ'}`]"
/>
@@ -778,7 +768,6 @@ onMounted(async () => {
:borderless="!edit"
v-model="informaData.ethnicity"
:label="`${'เชื้อชาติ'}`"
- :rules="[(val:string) => !!val || `${'กรุณากรอก เชื้อชาติ'}`]"
/>
@@ -800,7 +789,6 @@ onMounted(async () => {
:label="`${'ศาสนา'}`"
use-input
input-debounce="0"
- :rules="[(val:string) => !!val || `${'กรุณาเลือก ศาสนา'}`]"
@filter="(inputValue:any,
doneFn:Function) => filterSelector(inputValue, doneFn,'religionOps'
) "
@@ -825,7 +813,6 @@ onMounted(async () => {
:label="`${'หมู่เลือด'}`"
use-input
input-debounce="0"
- :rules="[(val:string) => !!val || `${'กรุณาเลือก หมู่เลือด'}`]"
@filter="(inputValue:any,
doneFn:Function) => filterSelector(inputValue, doneFn,'bloodOps'
) "
@@ -845,7 +832,6 @@ onMounted(async () => {
v-model="informaData.tel"
:label="`${'เบอร์โทร'}`"
mask="##########"
- :rules="[(val:string) => !!val || `${'กรุณากรอก เบอร์โทร'}`]"
/>