Rev 26663 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<style>.row{margin:0 auto;}.modal-content{background : white;}.modelHeaderCustom{font-size:14px;font-weight:bold;}.border-highlight{border : 3px solid red;}hr{background-color:#007aff;border:none;height:1px;background:#007aff;}.table-striped > tbody > tr:nth-child(odd) > td{background: #f2f2f2;background-color: #f2f2f2;}.table-striped > tbody > tr:nth-child(even) > td{background: #f2f2f2;background-color: #f2f2f2;}.control-label {margin-top: 0;margin-bottom: 0;padding-top: 7px;font-weight:bold;font-size:14px;}.form-group{border-bottom: 1px solid #eff2f7;padding-bottom: 15px;margin-bottom: 15px;}.right{float:right;}.form-control{color:black;text-transform:uppercase;}.table-align-center{text-align:center;}</style><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>FOfo Pending Order</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>Pending Order</li></ol></div></div><div id="pending-order-table"><div class="row"><div class="col-lg-4"><table class="table table-striped table-advance table-hover"><tbody><tr><th>Id</th><th>First Name</th><th>Last Name</th><th>Mobile</th><th>Status</th>#if($customRetailersMap)<th>Partner</th>#end<th>created on </th><th>Action</th></tr>#if(!$pendingOrder.isEmpty())#foreach( $request in $pendingOrder )<tr class="pendingOrder" data="$request.getId()"><td>$request.getId()</td><td>$request.getCustomerFirstName()</td><td>$request.getCustomerLastName()</td><td>$request.getMobileNumber()</td><td>$request.getStatus()</td>#if($customRetailersMap)<td>$customRetailersMap.get($request.getFofoId()).getBusinessName()</td>#end<td>$request.getCreateTimestamp().format($dateTimeFormatter)</td><td><button class="btn btn-primary pendingOrderDetail" data-orderid="$request.getId()" data-gst="$request.getCustomerGstNumber()" data-emailid="$request.getEmailId()" data-line1="$request.getLine1()"data-line2="$request.getLine2()" data-city="$request.getCity()" data-state="$request.getState()"data-pincode="$request.getPinCode()"type="button" style="width:100%; border-radius:0px;">Action</button></td>#end#else<tr><td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td></tr>#end</tbody></table></div><div class="col-lg-6" style="float:right";><div class="pending-order-container"></div></div></div></div></section>