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

33 lines
1.5 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 Report Per Item</h2>
</div>
<br />
<table id="BidForApprovalTable" class="row-border" cellspacing="0" width="100%">
<thead>
<tr>
<th style="width:7%">CanvassNo</th>
<th style="width:7%">PRNo</th>
<th style="width:8%">ItemNo</th>
<th style="width:20%">ItemName</th>
<th style="width:28%">ItemSpecs</th>
<th style="width:15%">ItemCateg.</th>
<th style="width:8%">Qty</th>
<th style="width:7%">Action</th>
<th hidden></th>
<th hidden></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
@await Html.PartialAsync("PagesView/Canvass/_CanvassReport")
@await Html.PartialAsync("PagesView/Canvass/_PrintCanvass")
<script src="~/JsFunctions/Canvass/CanvassReportV2.js"></script>
<script src="~/jsfunctions/canvass/CanvassPrintingV4.js"></script>
<link href="~/css/canvass/canvass.css" rel="stylesheet" />
</body>