mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-361): Add logistic stock tabs and tweak styles
This commit is contained in:
@@ -10,11 +10,21 @@ const LogisticStock = () => {
|
|||||||
label: 'Rekapitulasi Pembelian Per Supplier',
|
label: 'Rekapitulasi Pembelian Per Supplier',
|
||||||
content: <PurchasesPerSupplierTab />,
|
content: <PurchasesPerSupplierTab />,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: '2',
|
||||||
|
label: 'Rekapitulasi Pemakaian Barang',
|
||||||
|
content: <PurchasesPerSupplierTab />,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: '3',
|
||||||
|
label: 'Rekapitulasi Stock Persediaan Barang',
|
||||||
|
content: <PurchasesPerSupplierTab />,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className='w-full p-4'>
|
<section className='w-full p-4'>
|
||||||
<Tabs tabs={tabs} variant='boxed' />
|
<Tabs tabs={tabs} variant='lifted' />
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -307,7 +307,7 @@ const PurchasesPerSupplierTab = () => {
|
|||||||
<>
|
<>
|
||||||
<Card
|
<Card
|
||||||
subtitle='Laporan > Rekapitulasi Pembelian Per Supplier'
|
subtitle='Laporan > Rekapitulasi Pembelian Per Supplier'
|
||||||
className={{ wrapper: 'w-full' }}
|
className={{ wrapper: 'w-full', body: 'p-1!' }}
|
||||||
>
|
>
|
||||||
<div className='grid grid-cols-1 md:grid-cols-3 gap-4'>
|
<div className='grid grid-cols-1 md:grid-cols-3 gap-4'>
|
||||||
{/* TODO START */}
|
{/* TODO START */}
|
||||||
|
|||||||
Reference in New Issue
Block a user