30 lines
1.1 KiB
Plaintext
30 lines
1.1 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;">Canvass Bidding List Per Item</h2>
|
|
</div>
|
|
<br />
|
|
<table id="CPOTable" class="row-border" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th>PONo</th>
|
|
<th>PoType</th>
|
|
<th>Apps</th>
|
|
<th>CreatedBy</th>
|
|
<th>CreatedDate</th>
|
|
<th hidden></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<input hidden id="roleRights" value="@ViewBag.UserRoles" />
|
|
<div id="overlay" class="overlay" style="display: none;">
|
|
<div id="loader" class="loader"></div>
|
|
</div>
|
|
</div>
|
|
<script src="~/jsfunctions/po/centralpo.js"></script>
|
|
@await Html.PartialAsync("PagesView/PO/_POScripts")
|
|
</body> |