NonInventPurchasingSystem/CPRNIMS.WebApps/Views/CanvassMgmt/Canvass.cshtml
2026-01-20 07:44:30 +08:00

36 lines
1.4 KiB
Plaintext

<body>
<div class="container-fluid">
<div class="table-container shadow-lg p-3 mb-3 bg-white rounded">
<div class="header-container">
<h2>For Canvass List Per Supplier</h2>
</div>
<br />
<table id="PRTable" class="row-border" cellspacing="0" width="100%" style="table-layout:fixed;">
<colgroup>
<col style="width:18% !important">
<col style="width:20% !important;">
<col style="width:9% !important">
<col style="width:9% !important">
<col style="width:35% !important">
<col style="width:9% !important">
</colgroup>
<thead>
<tr>
<th>SupplierName</th>
<th>EmailAddress</th>
<th>PRNo's'</th>
<th>ItemNo's</th>
<th>ItemName's</th>
<th>Action</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<input hidden id="supplierId" />
<script src="~/jsfunctions/canvass/CanvassV4.js"></script>
@await Html.PartialAsync("PagesView/Canvass/_ForCanvass")
<link href="~/css/canvass/canvass.css" rel="stylesheet" />
</div>
</body>