From df29a5b02aeac6a9af20645e0a9df9824940234d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 14 Nov 2024 14:40:08 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20filter=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B9=80=E0=B8=A0?= =?UTF-8?q?=E0=B8=97=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B8=AB=E0=B8=99=E0=B9=89=E0=B8=B2=E0=B8=A3=E0=B8=B2=E0=B8=A2?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1?= =?UTF-8?q?=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../18_command/interface/request/Main.ts | 3 +- src/modules/18_command/views/lists.vue | 61 +++++++++++++++++-- src/style/quasar-variables.sass | 6 ++ 3 files changed, 65 insertions(+), 5 deletions(-) diff --git a/src/modules/18_command/interface/request/Main.ts b/src/modules/18_command/interface/request/Main.ts index 0848446eb..00f3f021f 100644 --- a/src/modules/18_command/interface/request/Main.ts +++ b/src/modules/18_command/interface/request/Main.ts @@ -3,6 +3,7 @@ interface FormQuery { pageSize: number; year: number; keyword: string; + commandTypeId: string; } interface FormCommand { @@ -69,5 +70,5 @@ export type { FormDataDetail, ListCommandSalaryType, PersonInfo, - FormCommandList + FormCommandList, }; diff --git a/src/modules/18_command/views/lists.vue b/src/modules/18_command/views/lists.vue index c48fef0cf..b708e4a10 100644 --- a/src/modules/18_command/views/lists.vue +++ b/src/modules/18_command/views/lists.vue @@ -1,5 +1,5 @@