feat: add new options for Duty and Messenger in option.json

This commit is contained in:
puriphatt 2024-12-26 10:29:58 +07:00
parent d7559aca88
commit 022bbd65d9

View file

@ -796,6 +796,8 @@
"type": "string" "type": "string"
}, },
{ "label": "Document Check", "value": "documentCheck", "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": "Form", "value": "designForm", "type": "string" }
], ],
@ -1803,6 +1805,8 @@
"type": "string" "type": "string"
}, },
{ "label": "ตรวจสอบเอกสาร", "value": "documentCheck", "type": "string" }, { "label": "ตรวจสอบเอกสาร", "value": "documentCheck", "type": "string" },
{ "label": "อากร", "value": "duty", "type": "string" },
{ "label": "พนักงานส่งเอกสาร", "value": "messenger", "type": "string" },
{ "label": "ออกแบบฟอร์ม", "value": "designForm", "type": "string" } { "label": "ออกแบบฟอร์ม", "value": "designForm", "type": "string" }
], ],