Rev 29734 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>Dispatched ORDER STATUS</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>Dispatched Order Status</li></ol></div></div><div class="col-lg-7"><table class="table table-border table-condensed table-bordered" id="shippedOrderStatus" style="width:100%"><thead class="row htable"><tr style="color:black;"><th>Brand</th><th>Model Name</th><th>Model Number</th><th>Color</th><th>Quantity</th><th>total Price</th></tr></thead><tbody>#foreach($shippedOrderId in $shippedOrderIds )<tr id="trow2">#if($shippedLineItemMap.get($shippedOrderId).getBrand())<td>$shippedLineItemMap.get($shippedOrderId).getBrand()</td>#else<td></td>#end#if($shippedLineItemMap.get($shippedOrderId).getModelName())<td>$shippedLineItemMap.get($shippedOrderId).getModelName()</td>#else<td></td>#end#if($shippedLineItemMap.get($shippedOrderId).getModelNumber())<td>$shippedLineItemMap.get($shippedOrderId).getModelNumber()</td>#else<td></td>#end#if($shippedLineItemMap.get($shippedOrderId).getColor())<td>$shippedLineItemMap.get($shippedOrderId).getColor()</td>#else<td></td>#end#if($shippedLineItemMap.get($shippedOrderId).getQuantity())<td>$shippedLineItemMap.get($shippedOrderId).getQuantity()</td>#else<td></td>#end#if($shippedLineItemMap.get($shippedOrderId).getTotalPrice())<td>$shippedLineItemMap.get($shippedOrderId).getTotalPrice()</td>#else<td></td>#end</tr>#end</tbody></div></section><script>var dtable = $('#shippedOrderStatus').DataTable({"bPaginate": true,"bLengthChange": true,"bFilter": true,"bInfo": false,"bAutoWidth": false,"scrollX": true,});</script>