From ba647022875508dad1ea9c977db4497e5830568c Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 28 Nov 2024 15:42:49 +0700 Subject: [PATCH] fix: properties doc check & form/move item workflow step --- public/option/option.json | 8 ++++-- src/components/dialog/DialogProperties.vue | 20 +++++++++++--- src/pages/08_request-list/FormExpansion.vue | 2 +- src/pages/08_request-list/RequestListView.vue | 26 ++++++++++++++++++- 4 files changed, 49 insertions(+), 7 deletions(-) diff --git a/public/option/option.json b/public/option/option.json index 200a3a69..14995f01 100644 --- a/public/option/option.json +++ b/public/option/option.json @@ -863,7 +863,9 @@ "label": "Recording By", "value": "recordBy", "type": "string" - } + }, + { "label": "Document Check", "value": "documentCheck", "type": "string" }, + { "label": "Form", "value": "designForm", "type": "string" } ], "workPropertiesField": [ @@ -1936,7 +1938,9 @@ "label": "ลงชื่อผู้บันทึกข้อมูล", "value": "recordBy", "type": "string" - } + }, + { "label": "ตรวจสอบเอกสาร", "value": "documentCheck", "type": "string" }, + { "label": "ออกแบบฟอร์ม", "value": "designForm", "type": "string" } ], "workPropertiesField": [ diff --git a/src/components/dialog/DialogProperties.vue b/src/components/dialog/DialogProperties.vue index 67c2387b..11f2717b 100644 --- a/src/components/dialog/DialogProperties.vue +++ b/src/components/dialog/DialogProperties.vue @@ -446,6 +446,7 @@ watch( > +