feat: add properties fields for worker status and work type in option.json
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
22f9b43c38
commit
15ac91b30f
2 changed files with 85 additions and 1 deletions
|
|
@ -1004,6 +1004,48 @@
|
|||
"label": "Ministry of Labour",
|
||||
"value": "MOL"
|
||||
}
|
||||
],
|
||||
|
||||
"propertiesField": [
|
||||
{
|
||||
"label": "Worker status",
|
||||
"value": "workerStatus",
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"label": "Work type",
|
||||
"value": "workType",
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"label": "Hospital name / Medical entitlement",
|
||||
"value": "hospitalNEntitlement",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"label": "Reference Number (Ref)",
|
||||
"value": "refNo",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"label": "Work Status",
|
||||
"value": "workStatus",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"label": "Contact channels",
|
||||
"value": "contactChannel",
|
||||
"type": "string"
|
||||
},
|
||||
{ "label": "Document Check", "value": "documentCheck", "type": "string" },
|
||||
{ "label": "Duty", "value": "duty", "type": "string" },
|
||||
{ "label": "Messenger", "value": "messenger", "type": "string" },
|
||||
{ "label": "Form", "value": "designForm", "type": "string" },
|
||||
{
|
||||
"label": "Remark",
|
||||
"value": "remark",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
|
@ -2013,6 +2055,48 @@
|
|||
"label": "กรมแรงงาน",
|
||||
"value": "MOL"
|
||||
}
|
||||
],
|
||||
|
||||
"propertiesField": [
|
||||
{
|
||||
"label": "สถานะคนงาน",
|
||||
"value": "workerStatus",
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"label": "ประเภทงาน",
|
||||
"value": "workType",
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"label": "ชื่อ รพ./สิทธิการรักษา",
|
||||
"value": "hospitalNEntitlement",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"label": "เลขที่อ้างอิง (Ref)",
|
||||
"value": "refNo",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"label": "สถานะงาน",
|
||||
"value": "workStatus",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"label": "ช่องทางการติดต่อ",
|
||||
"value": "contactChannel",
|
||||
"type": "string"
|
||||
},
|
||||
{ "label": "ตรวจสอบเอกสาร", "value": "documentCheck", "type": "string" },
|
||||
{ "label": "อากร", "value": "duty", "type": "string" },
|
||||
{ "label": "พนักงานส่งเอกสาร", "value": "messenger", "type": "string" },
|
||||
{ "label": "ออกแบบฟอร์ม", "value": "designForm", "type": "string" },
|
||||
{
|
||||
"label": "หมายเหตุ",
|
||||
"value": "remark",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue