mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-208): enhance PurchaseOrderDetail layout with section header for goods receipt information
This commit is contained in:
@@ -775,7 +775,12 @@ const PurchaseOrderDetail = ({
|
|||||||
wrapper: 'w-full mt-8',
|
wrapper: 'w-full mt-8',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className='rounded-lg border border-gray-200 overflow-hidden mt-8'>
|
{/* Detail Penerimaan Barang Section */}
|
||||||
|
<div className='my-8'>
|
||||||
|
<h3 className='text-lg font-semibold text-gray-800 mb-4 pb-2 border-b border-gray-200'>
|
||||||
|
Informasi Penerimaan Barang
|
||||||
|
</h3>
|
||||||
|
<div className='rounded-lg border border-gray-200 overflow-hidden'>
|
||||||
<div className='overflow-x-auto'>
|
<div className='overflow-x-auto'>
|
||||||
<Table<PurchaseItem>
|
<Table<PurchaseItem>
|
||||||
data={goodsReceiptItems}
|
data={goodsReceiptItems}
|
||||||
@@ -797,6 +802,7 @@ const PurchaseOrderDetail = ({
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
{/* Confirmation Modal with Notes */}
|
{/* Confirmation Modal with Notes */}
|
||||||
|
|||||||
Reference in New Issue
Block a user