NonInventPurchasingSystem/CPRNIMS.WebApps/Views/PRMgmt/PRTracking.cshtml
2026-02-19 17:23:28 +08:00

50 lines
1.9 KiB
Plaintext

<body>
<div class="container-fluid">
<div class="header-container" style="margin-top:-40px !important">
<h2>PR Tracking</h2>
</div>
<div class="table-container shadow-lg p-3 mb-3 bg-white rounded" style="overflow-x: auto;height:110%">
<br />
<table id="PRTable" class="row-border" width="100%">
<thead>
<tr>
<th >Status</th>
<th>PRNo</th>
<th >NewPRNo</th>
<th >ItemNo</th>
<th >UOM</th>
<th >PRQty</th>
<th >ItemName</th>
<th >ItemDescription</th>
<th >Specification</th>
<th >Category</th>
<th >PRType</th>
<th >PRBy</th>
<th >PRDate</th>
<th >Department</th>
<th >Remarks</th>
<th>AttestedBy</th>
<th >ApprovedBy</th>
<th >CanvassNo</th>
<th >CanvassBy</th>
<th >CanvassDate</th>
<th >PONo</th>
<th >POBy</th>
<th >PODate</th>
<th >RRNo</th>
<th >RRBy</th>
<th >RRDate</th>
<th >ReceivedQty</th>
<th >ReceivedBy</th>
<th >ReceivedDate</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<link href="~/css/pr/trackingdetail.css" rel="stylesheet" />
<script src="~/jsfunctions/pr/DetailedPRTrackingV7.js"></script>
@await Html.PartialAsync("PagesView/PR/_PRScripts")
</body>