NonInventPurchasingSystem/CPRNIMS.WebApps/Views/Components/Receiving/RRPrinting/SI.cshtml
2026-01-20 07:44:30 +08:00

56 lines
1.7 KiB
Plaintext

<div class="rowSupplier" >
<div class="col-md-12 d-flex mb-2">
<strong id="toLabel"> </strong>
<span id="supplierName"></span>
</div>
</div>
<div class="address">
<div class="col-md-12 d-flex">
<strong id="addressLabel"></strong>
<div class="text-break" style="max-width: 600px;">
<label id="address"></label>
</div>
</div>
</div>
<div class="rr-reference">
<div class="rr-details">
<strong></strong>
<span id="rr-Number"></span>
</div>
<div class="rr-details">
<strong></strong>
<span id="receivedDate"></span>
</div>
<div class="rr-details">
<strong></strong>
<span id="po-Number"></span>
</div>
<div class="rr-details">
<strong></strong>
<span id="suppDocNo"></span>
</div>
</div>
<!-- Table Section -->
<table id="RRDataTable" class="row-border" style="width: 100%;">
<!-- Add colgroup to preserve column widths -->
<colgroup>
<col class="itemNo" style="width:10%">
<col class="itemDescription" style="width:55%">
<col class="qty" style="width:10%;">
<col class="uomName" style="width:10%;">
<col style="width:15%;text-align:left;">
</colgroup>
<tbody>
</tbody>
</table>
<!-- Footer Section: receivedBy, approvedBy -->
<div class="footer-row">
<div class="col-md-3 text-center footer-column">
<span id="receivedBy" class="footer-span"></span>
</div>
<div class="col-md-3 text-center footer-column" style="margin-right:30px">
<span id="approvedBy" class="footer-span"></span>
</div>
</div>