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

17 lines
525 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>Department</th>
<th>PRItemCount</th>
<th>POItemCount</th>
<th>RRItemCount</th>
<th>WOItemCount</th>
<th>POPercentage</th>
<th>RRPercentage</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>