mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
refactor(FE-361): Hide unused logistic tabs and adjust card
This commit is contained in:
@@ -10,16 +10,16 @@ const LogisticStockTabs = () => {
|
|||||||
label: 'Rekapitulasi Pembelian Per Supplier',
|
label: 'Rekapitulasi Pembelian Per Supplier',
|
||||||
content: <PurchasesPerSupplierTab />,
|
content: <PurchasesPerSupplierTab />,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
id: '2',
|
// id: '2',
|
||||||
label: 'Rekapitulasi Pemakaian Barang',
|
// label: 'Rekapitulasi Pemakaian Barang',
|
||||||
content: 'Rekapitulasi Pemakaian Barang Tab',
|
// content: 'Rekapitulasi Pemakaian Barang Tab',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
id: '3',
|
// id: '3',
|
||||||
label: 'Rekapitulasi Stock Persediaan Barang',
|
// label: 'Rekapitulasi Stock Persediaan Barang',
|
||||||
content: 'Rekapitulasi Stock Persediaan Barang Tab',
|
// content: 'Rekapitulasi Stock Persediaan Barang Tab',
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -895,7 +895,8 @@ const PurchasesPerSupplierTab = () => {
|
|||||||
key={supplier.id}
|
key={supplier.id}
|
||||||
title={supplier.supplier.name}
|
title={supplier.supplier.name}
|
||||||
subtitle={`Total Pembelian: ${formatCurrency(totalPurchase)}`}
|
subtitle={`Total Pembelian: ${formatCurrency(totalPurchase)}`}
|
||||||
className={{ wrapper: 'w-full', body: 'py-6! p-0' }}
|
className={{ wrapper: 'w-full' }}
|
||||||
|
variant='bordered'
|
||||||
collapsible={true}
|
collapsible={true}
|
||||||
>
|
>
|
||||||
<Table
|
<Table
|
||||||
|
|||||||
Reference in New Issue
Block a user