39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
<label for="totalSelected" style="font-size:medium;">Total Selected : </label>
|
|
<label id="totalSelected"
|
|
style="margin-bottom:20px; width:50px; font-weight:bold; color:red;"></label>
|
|
<br />
|
|
<table id="POApprovalTable" class="row-border" cellspacing="0" width="100%">
|
|
<thead>
|
|
<tr>
|
|
<th style="text-align:center;width:6%;">
|
|
All
|
|
<input id="selectAllCheckboxItem" type="checkbox"
|
|
class="selectAllCheckboxItem" />
|
|
</th>
|
|
<th>POTYpe</th>
|
|
<th>PONo</th>
|
|
<th>PRNo's</th>
|
|
<th>ItemNo's</th>
|
|
<th>ItemName's</th>
|
|
<th>ItemCategory</th>
|
|
<th>SupplierName</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
<div style="margin-top:20px;" class="d-flex justify-content-end">
|
|
<a class="btn btn-primary" asp-area=""
|
|
asp-controller="PRMgmt" asp-action="DashBoard" style="margin-bottom:20px; margin-right:10px;">
|
|
Back
|
|
</a>
|
|
<button id="btnSubmitItem" type="button"
|
|
class="btn btn-success" onclick="approvedSelectedPO();"
|
|
style="margin-bottom:20px; margin-right:10px;">
|
|
Submit
|
|
</button>
|
|
</div>
|
|
<div id="overlay" class="overlay" style="display: none;">
|
|
<div id="loader" class="loader"></div>
|
|
</div> |