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
|
|
@ -487,6 +487,7 @@ export default {
|
|||
table: {
|
||||
orderNumber: 'ลําดับ',
|
||||
fullname: 'ชื่อ-นามสกุล',
|
||||
fullnameEN: 'ชื่อ-นามสกุล ภาษาอังกฤษ',
|
||||
titleName: 'ชื่อ บริษัท/นิติบุคคล',
|
||||
businessTypePure: 'ประเภทกิจการ',
|
||||
jobPosition: 'ตำแหน่งงาน',
|
||||
|
|
@ -512,6 +513,8 @@ export default {
|
|||
other: 'ข้อมูลอื่นๆ',
|
||||
family: 'ข้อมูลครอบครัว',
|
||||
},
|
||||
workerStatus: 'สถานะคนงาน',
|
||||
previousPassportNumber: 'หมายเลขอันเก่าหนังสือเดินทาง',
|
||||
employerBranch: 'สาขานายจ้าง',
|
||||
employeeCode: 'รหัสลูกจ้าง',
|
||||
nrcNo: 'เลขบัตรประจำตัวคนซึ่งไม่มีสัญชาติไทย (N.R.C No.)',
|
||||
|
|
@ -537,7 +540,14 @@ export default {
|
|||
visaTM6: 'เลขที่ใบ ตม.6 (ใบขาเข้า)',
|
||||
visaEnter: 'วันที่เดินทางเข้ามาในประเทศ',
|
||||
visaExpireDate: 'วันหมดอายุ visa',
|
||||
|
||||
visa90Day: 'รายงานตัว 90 วัน ครั้งต่อไป',
|
||||
arrivalCardNo: 'บัตรขาเข้า หมายเลข TM',
|
||||
visaCheckpoint: 'เดินทางเข้ามาทางด่าน',
|
||||
workerType: 'ประเภทคนงาน',
|
||||
placeOfBirth: 'สถานที่เกิด',
|
||||
countryOfbirth: 'ประเทศที่เกิด',
|
||||
issueCountry: 'ประเทศที่ออก',
|
||||
entryCount: 'จำนวนที่เข้าประเทศ',
|
||||
employerSelect: {
|
||||
branchName: 'ชื่อสาขา',
|
||||
customerName: 'ชื่อนายจ้าง',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue