NonInventPurchasingSystem/CPRNIMS.WebApps/Views/Components/POMgmt/Tables/POCreationTable.cshtml
2026-01-20 07:44:30 +08:00

14 lines
347 B
Plaintext

<table id="PrepPOTable" class="row-border" cellspacing="0" width="100%">
<thead>
<tr>
<th>PRNo's</th>
<th>ItemNo's</th>
<th>ItemName's</th>
<th>ItemCategory</th>
<th>SupplierName</th>
<th>Action</th>
</tr>
</thead>
<tbody>
</tbody>
</table>