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

22 lines
642 B
Plaintext

<div class="table-container shadow-lg p-3 mb-3 bg-white rounded">
<table id="PORepTable" class="row-border" cellspacing="0" width="100%">
<thead>
<tr>
<th>ItemNo</th>
<th>ItemName</th>
<th>Department</th>
<th>PRNo</th>
<th>PRDate</th>
<th>PRQty</th>
<th>PONo</th>
<th>PODate</th>
<th>POQty</th>
<th>RRNo</th>
<th>RRDate</th>
<th>RRQty</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>