From c3a8f47b84c5c19879ec551f3968f407e5a2006d Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Fri, 20 Sep 2024 16:57:13 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B9=81=E0=B8=A5=E0=B8=B0=20Template=20=E0=B8=AA=E0=B9=88?= =?UTF-8?q?=E0=B8=87=E0=B8=9F=E0=B8=B4=E0=B8=A5=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_command/components/ViewPdf.vue | 2 + .../05_command/interface/index/Main.ts | 2 + src/modules/05_command/views/lists.vue | 122 ++++++------------ 3 files changed, 43 insertions(+), 83 deletions(-) diff --git a/src/modules/05_command/components/ViewPdf.vue b/src/modules/05_command/components/ViewPdf.vue index ec87a014..ab39b36a 100644 --- a/src/modules/05_command/components/ViewPdf.vue +++ b/src/modules/05_command/components/ViewPdf.vue @@ -74,6 +74,8 @@ async function fetchDocumentTemplate(dataTemple: DataTemplateDetail) { detailBody: dataTemple.detailBody, detailFooter: dataTemple.detailFooter, commandDate: "..................", + commandAffectDate: "..................", + commandExcecuteDate: "..................", name: "....................................", position: "ผู้อำนวยการสำนัก/เขต", }, diff --git a/src/modules/05_command/interface/index/Main.ts b/src/modules/05_command/interface/index/Main.ts index 72ba65cb..0d238adb 100644 --- a/src/modules/05_command/interface/index/Main.ts +++ b/src/modules/05_command/interface/index/Main.ts @@ -25,8 +25,10 @@ interface ActiveOptions { interface ListOrder { id: string; commandCode: string; + subtitle: string; name: string; isActive: boolean; + isAttachment: boolean; category?: string; commandSysId: string; } diff --git a/src/modules/05_command/views/lists.vue b/src/modules/05_command/views/lists.vue index 8e122c00..3608ba5a 100644 --- a/src/modules/05_command/views/lists.vue +++ b/src/modules/05_command/views/lists.vue @@ -1,5 +1,5 @@