mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
refactor(FE-208): add edit functionality to Item Pembelian section in PurchaseOrderDetail
This commit is contained in:
@@ -303,7 +303,9 @@ const PurchaseOrderStaffApprovalForm = ({
|
||||
>
|
||||
<div className='w-full'>
|
||||
<h2 className='text-lg font-semibold mb-4'>
|
||||
Konfirmasi Approve Pembelian
|
||||
{type === 'add'
|
||||
? 'Konfirmasi Item Pembelian'
|
||||
: 'Edit Item Pembelian'}
|
||||
</h2>
|
||||
<div className='overflow-x-auto'>
|
||||
<table className='table'>
|
||||
|
||||
Reference in New Issue
Block a user