feat: form ocr (#56)
* refactor: add i18n * refactor: add id in type employee visa * refactor: edit layout ui visa * refactor: add menu visa * refactor: add type visa * refactor: by value visa * refactor: add workerType in option * refactor: add index visa * feat: submit add delete and assign value * feat: use submitVisa * fix: col not working * refactor: handle mrz and remark can is null * refactor: add i18n * refactor: add option workerStatus * refactor: edit layout input * refactor: menu set sub true * refactor: add visa at dialog add * refactor: handle index visa * refactor: add i18n * refactor: add input entryCount and issueCountry * refactor: add input entryCout and issueCountry
This commit is contained in:
parent
5888f3a9dd
commit
ce3d809bd9
9 changed files with 1664 additions and 336 deletions
|
|
@ -284,6 +284,7 @@ export type NewEmployeeHistory = {
|
|||
};
|
||||
|
||||
export type EmployeeVisaPayload = {
|
||||
id?: string;
|
||||
number: string;
|
||||
type: string;
|
||||
entryCount: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue