32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
<body>
|
|
<div class="container-fluid">
|
|
<div class="table-container shadow-lg p-3 mb-5 bg-white rounded">
|
|
<div class="header-container">
|
|
<h2 style="display: flex; flex-direction: column; align-items: center;">Denied Item</h2>
|
|
</div>
|
|
<br />
|
|
<br />
|
|
<table id="DeniedItemTable" class="row-border" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>PONo</th>
|
|
<th>POType</th>
|
|
<th>PRNo's</th>
|
|
<th>ItemNo's</th>
|
|
<th>ItemName's</th>
|
|
<th>ItemCategory</th>
|
|
<th>SupplierName</th>
|
|
<th>Action</th>
|
|
<th hidden></th>
|
|
<th hidden></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<script src="~/JsFunctions/PR/DeniedItem.js"></script>
|
|
@await Html.PartialAsync("PagesView/PR/_PRScripts")
|
|
@await Html.PartialAsync("PagesView/PR/_Receiving")
|
|
</div>
|
|
</body> |