feat: Bill drawer.

This commit is contained in:
elforjani3
2021-07-22 17:42:43 +02:00
parent 1091e3f996
commit 1eacc254d8
13 changed files with 290 additions and 3 deletions

View File

@@ -66,6 +66,30 @@ export default function AllocateLandedCostEntriesTable({
rate: '100000',
amount: '400',
},
{
item_id: 'ITEM',
quantity: '30000',
rate: '100000',
amount: '400',
},
{
item_id: 'ITEM',
quantity: '30000',
rate: '100000',
amount: '400',
},
{
item_id: 'ITEM',
quantity: '30000',
rate: '100000',
amount: '400',
},
{
item_id: 'ITEM',
quantity: '30000',
rate: '100000',
amount: '400',
},
];
return <DataTableEditable columns={columns} data={LL} />;