From 022bbd65d91085536ac841f3bda244e83d1ed51b Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 26 Dec 2024 10:29:58 +0700 Subject: [PATCH] feat: add new options for Duty and Messenger in option.json --- public/option/option.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/option/option.json b/public/option/option.json index e85e5eb2..eb20dd0b 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -796,6 +796,8 @@ "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" } ], @@ -1803,6 +1805,8 @@ "type": "string" }, { "label": "ตรวจสอบเอกสาร", "value": "documentCheck", "type": "string" }, + { "label": "อากร", "value": "duty", "type": "string" }, + { "label": "พนักงานส่งเอกสาร", "value": "messenger", "type": "string" }, { "label": "ออกแบบฟอร์ม", "value": "designForm", "type": "string" } ],