Rev 32116 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<script>$(document).ready(function () {var dtable = $('#vendor-pricing-circular').DataTable({});});</script><div class="col-lg-12"><table id="vendor-pricing-circular" class="table table-striped table-advance table-hover" ><thead><tr><th> Catalog Id</th><th> Model </th><th> TP</th><th> DP</th><th> MOP</th><th> Effected On</th></tr></thead><tbody>#foreach($vendorCatalogPricing in $vendorCatalogPricings)<td>$vendorCatalogPricing.getCatalogId()</td><td>$itemMap.get($vendorCatalogPricing.getCatalogId()).get(0).getItemDescription()</td><td>$vendorCatalogPricing.getTransferPrice()</td><td>$vendorCatalogPricing.getDealerPrice()</td><td>$vendorCatalogPricing.getMop()</td><td>$vendorCatalogPricing.getEffectedOn().format($dateFormatter)</td>#end</tbody></table></div>