From ab5d2b29e62bd7221fb3358ca2dd1cd7352587cd Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 6 Dec 2024 15:40:56 +0700 Subject: [PATCH] isSalary --- src/modules/05_command/views/lists.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/modules/05_command/views/lists.vue b/src/modules/05_command/views/lists.vue index 68941cff..8dd969f7 100644 --- a/src/modules/05_command/views/lists.vue +++ b/src/modules/05_command/views/lists.vue @@ -57,6 +57,7 @@ const filteredTabs = computed(() => const isActive = ref(true); // สถานะของรายการคำสั่ง const isAttachment = ref(true); // บัญชีแนบท้าย +const isSalary = ref(true); // แก้ไขเงินเดือน const isAttachmentShow = ref(true); // บัญชีแนบท้าย show/off const dataCategory = ref([]); //ข้อมูล หมวดหมู่ @@ -189,6 +190,7 @@ function onSubmit() { commandSysId: category.value, isActive: status.value, isAttachment: isAttachment.value, + isSalary: isSalary.value, }) .then(async () => { await fetchCommandType(); @@ -503,6 +505,11 @@ onMounted(async () => { label="บัญชีแนบท้าย" size="sm" /> +