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

20 lines
508 B
Plaintext

<table id="RRdataTable" class="row-border" style="width: 100%;">
<thead>
<tr>
<th>PRNo</th>
<th>ItemNo</th>
<th>ItemSpecs</th>
<th>Category</th>
<th>RequestQty</th>
<th>RemainingQty</th>
<th>ReceivedQty</th>
<th>UOM</th>
<th>Action</th>
<th hidden></th>
<th hidden></th>
<th hidden></th>
</tr>
</thead>
<tbody>
</tbody>
</table>