31 lines
1.2 KiB
Plaintext
31 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;" id="POHeader"></h2>
|
|
</div>
|
|
<br />
|
|
<table id="approvedPOTable" 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>
|
|
<link href="~/css/po/approvedpo.css" rel="stylesheet" />
|
|
<script src="~/JsFunctions/PO/ApprovedPO.js"></script>
|
|
@await Html.PartialAsync("PagesView/PO/_PO")
|
|
</div>
|
|
</body> |