mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
feat(FE-361,363): Add export dropdown to PurchasesPerSupplier tab
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import Tabs from '@/components/Tabs';
|
||||
import PurchasesPerSupplierTab from '@/components/pages/report/logistic-stock/PurchasesPerSupplierTab';
|
||||
import PurchasesPerSupplierTab from '@/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab';
|
||||
|
||||
const LogisticStockTabs = () => {
|
||||
const tabs = [
|
||||
@@ -13,12 +13,12 @@ const LogisticStockTabs = () => {
|
||||
{
|
||||
id: '2',
|
||||
label: 'Rekapitulasi Pemakaian Barang',
|
||||
content: <PurchasesPerSupplierTab />,
|
||||
content: 'Rekapitulasi Pemakaian Barang Tab',
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
label: 'Rekapitulasi Stock Persediaan Barang',
|
||||
content: <PurchasesPerSupplierTab />,
|
||||
content: 'Rekapitulasi Stock Persediaan Barang Tab',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user