จัด ฟอร์มลา เเก้ ui 06/07/08/09/10/13

This commit is contained in:
setthawutttty 2023-11-10 10:58:28 +07:00
parent 591c423125
commit acb81f2c40
6 changed files with 581 additions and 553 deletions

View file

@ -27,7 +27,6 @@ interface FormRef06 {
[key: string]: any;
}
interface FormRef07 {
file: object | null
writeat: object | null
government: object | null
dateLeaveStart: object | null
@ -37,7 +36,6 @@ interface FormRef07 {
interface FormRef08 {
dateLeaveStart: object | null
dateLeaveEnd: object | null
file: object | null
writeat: object | null
received: object | null
at: object | null
@ -59,7 +57,6 @@ interface FormRef09 {
nameEducation: object | null
degree: object | null
study: object | null
file: object | null
writeat: object | null
[key: string]: any;
}
@ -68,21 +65,18 @@ interface FormRef10 {
dateLeaveEnd: object | null
birthday: object | null
dateGovernment: object | null
salary: object | null
tel: object | null
addressLeave: object | null
capital: object | null
country: object | null
course: object | null
location: object | null
file: object | null
writeat: object | null
[key: string]: any;
}
interface FormRef13 {
dateLeaveStart: object | null
dateLeaveEnd: object | null
file: object | null
writeat: object | null
[key: string]: any;
}