mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
feat(FE-208): create PurchaseDetail page with dummy data and integrate PurchaseRequestForm
This commit is contained in:
@@ -40,7 +40,7 @@ const RowOptionsMenu = ({
|
||||
return (
|
||||
<RowOptionsMenuWrapper type={type}>
|
||||
<Button
|
||||
href={`/purchase/request/detail/?purchaseId=${props.row.original.id}`}
|
||||
href={`/purchase/detail/?purchaseId=${props.row.original.id}`}
|
||||
variant='ghost'
|
||||
color='primary'
|
||||
className='justify-start text-sm'
|
||||
@@ -50,7 +50,7 @@ const RowOptionsMenu = ({
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
href={`/purchase/request/detail/edit/?purchaseId=${props.row.original.id}`}
|
||||
href={`/purchase/detail/edit/?purchaseId=${props.row.original.id}`}
|
||||
variant='ghost'
|
||||
color='warning'
|
||||
className='justify-start text-sm'
|
||||
@@ -294,7 +294,7 @@ const PurchaseTable = () => {
|
||||
<div className='w-full flex flex-col xl:flex-row justify-between items-end xl:items-center gap-2'>
|
||||
<div className='w-full sm:w-fit flex flex-col sm:flex-row self-start gap-2'>
|
||||
<Button
|
||||
href='/purchase/request/add'
|
||||
href='/purchase/add'
|
||||
variant='outline'
|
||||
color='primary'
|
||||
className='w-full sm:w-fit'
|
||||
|
||||
Reference in New Issue
Block a user