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" /> +