From 38c46293020575303faf6554443ace3d5415f219 Mon Sep 17 00:00:00 2001 From: Mohd Ariff Date: Thu, 9 Jan 2025 15:26:05 +0800 Subject: [PATCH] Update --- Areas/Report/Views/Reporting/InventoryReport.cshtml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Areas/Report/Views/Reporting/InventoryReport.cshtml b/Areas/Report/Views/Reporting/InventoryReport.cshtml index 5798427..1053789 100644 --- a/Areas/Report/Views/Reporting/InventoryReport.cshtml +++ b/Areas/Report/Views/Reporting/InventoryReport.cshtml @@ -18,6 +18,10 @@

Statistic

+

Item Registered

@@ -79,6 +83,7 @@ }, reportData: null, compDeptList: {}, + selectedDepartment: null, } }, mounted() { @@ -141,8 +146,10 @@ ({ companyId: company.companyId, companyName: company.companyName, + departmentId: department.departmentId, departmentName: department.departmentName, departmentCode: department.departmentCode + }) )).flat(); console.log(this.compDeptList); }