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
|
|
@ -1,5 +1,51 @@
|
|||
{
|
||||
"eng": {
|
||||
"workerStatus": [
|
||||
{
|
||||
"label": "Normal",
|
||||
"value": "normal"
|
||||
},
|
||||
{
|
||||
"label": "Service Canceled",
|
||||
"value": "canceled"
|
||||
},
|
||||
{
|
||||
"label": "Resigned",
|
||||
"value": "resigned"
|
||||
},
|
||||
{
|
||||
"label": "Absconded",
|
||||
"value": "absconded"
|
||||
},
|
||||
{
|
||||
"label": "Deceased",
|
||||
"value": "deceased"
|
||||
},
|
||||
{
|
||||
"label": "Repatriated to Home Country",
|
||||
"value": "repatriated"
|
||||
},
|
||||
{
|
||||
"label": "Did Not Enter Thailand",
|
||||
"value": "not_entered"
|
||||
}
|
||||
],
|
||||
|
||||
"workerType": [
|
||||
{
|
||||
"label": "Bangkok Bank",
|
||||
"value": "mou"
|
||||
},
|
||||
{
|
||||
"label": "Nationality Verification Group",
|
||||
"value": "ืืnvg"
|
||||
},
|
||||
{
|
||||
"label": "Border Pass Group",
|
||||
"value": "bp"
|
||||
}
|
||||
],
|
||||
|
||||
"bankBook": [
|
||||
{
|
||||
"label": "Bangkok Bank",
|
||||
|
|
@ -1001,6 +1047,52 @@
|
|||
},
|
||||
|
||||
"tha": {
|
||||
"workerStatus": [
|
||||
{
|
||||
"label": "ปกติ",
|
||||
"value": "normal"
|
||||
},
|
||||
{
|
||||
"label": "ยกเลิกบริการ",
|
||||
"value": "canceled"
|
||||
},
|
||||
{
|
||||
"label": "ลาออก",
|
||||
"value": "resigned"
|
||||
},
|
||||
{
|
||||
"label": "หลบหนี",
|
||||
"value": "absconded"
|
||||
},
|
||||
{
|
||||
"label": "เสียชีวิต",
|
||||
"value": "deceased"
|
||||
},
|
||||
{
|
||||
"label": "ส่งกลับประเทศต้นทาง",
|
||||
"value": "repatriated"
|
||||
},
|
||||
{
|
||||
"label": "ไม่ได้เดินทางเข้าประเทศไทย",
|
||||
"value": "not_entered"
|
||||
}
|
||||
],
|
||||
|
||||
"workerType": [
|
||||
{
|
||||
"label": "กลุ่ม MOU",
|
||||
"value": "mou"
|
||||
},
|
||||
{
|
||||
"label": "กลุ่ม พิสูจน์สัญชาติ",
|
||||
"value": "ืืnvg"
|
||||
},
|
||||
{
|
||||
"label": "กลุ่ม Border pass ",
|
||||
"value": "bp"
|
||||
}
|
||||
],
|
||||
|
||||
"bankBook": [
|
||||
{
|
||||
"label": "ธนาคารกรุงเทพ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue