From 8a7149c123522f470b67db374885b8ee6a3f29bc Mon Sep 17 00:00:00 2001 From: rstubryan Date: Tue, 9 Dec 2025 20:19:00 +0700 Subject: [PATCH] feat(FE-361): Add logistic stock tabs and tweak styles --- src/app/report/logistic-stock/page.tsx | 12 +++++++++++- .../logistic-stock/PurchasesPerSupplierTab.tsx | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/app/report/logistic-stock/page.tsx b/src/app/report/logistic-stock/page.tsx index 5dce741c..a0c8bd23 100644 --- a/src/app/report/logistic-stock/page.tsx +++ b/src/app/report/logistic-stock/page.tsx @@ -10,11 +10,21 @@ const LogisticStock = () => { label: 'Rekapitulasi Pembelian Per Supplier', content: , }, + { + id: '2', + label: 'Rekapitulasi Pemakaian Barang', + content: , + }, + { + id: '3', + label: 'Rekapitulasi Stock Persediaan Barang', + content: , + }, ]; return (
- +
); }; diff --git a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx index e35a5b3f..b82e8e32 100644 --- a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx +++ b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx @@ -307,7 +307,7 @@ const PurchasesPerSupplierTab = () => { <>
{/* TODO START */}