mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
feat(FE-208): add index column to goods receipt table in PurchaseOrderDetail
This commit is contained in:
@@ -612,6 +612,10 @@ const PurchaseOrderDetail = ({
|
|||||||
];
|
];
|
||||||
|
|
||||||
const goodsReceiptColumns: ColumnDef<PurchaseItem>[] = [
|
const goodsReceiptColumns: ColumnDef<PurchaseItem>[] = [
|
||||||
|
{
|
||||||
|
header: 'No',
|
||||||
|
cell: (props) => props.row.index + 1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'received_date',
|
accessorKey: 'received_date',
|
||||||
header: 'Tanggal Penerimaan',
|
header: 'Tanggal Penerimaan',
|
||||||
|
|||||||
Reference in New Issue
Block a user