|
@@ -1,18 +1,20 @@ |
|
|
<div class="widget-heading-holder"> |
|
|
<div class="widget-heading-holder"> |
|
|
<header> Order List </header> |
|
|
<header> Order List </header> |
|
|
<div class="selector-container"> |
|
|
|
|
|
<app-custom-selector header="Status" [options]="statusOptions" width="200" [defaultOptionId]="statusOptions[0].id"></app-custom-selector> |
|
|
|
|
|
|
|
|
<div class="filter-container"> |
|
|
|
|
|
<div class="selector-container"> |
|
|
|
|
|
<app-custom-selector header="Status" [options]="statusOptions" width="200" [defaultOptionId]="statusOptions[0].id"></app-custom-selector> |
|
|
|
|
|
|
|
|
<app-custom-selector header="Date" [options]="dateOptions" width="200" [defaultOptionId]="dateOptions[0].id"></app-custom-selector> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<app-custom-selector header="Date" [options]="dateOptions" width="200" [defaultOptionId]="dateOptions[0].id"></app-custom-selector> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="search-input"> |
|
|
|
|
|
<input type="text" placeholder="Quick Search"> |
|
|
|
|
|
<button> <i class="icon ion-md-search"></i> </button> |
|
|
|
|
|
|
|
|
<div class="search-input"> |
|
|
|
|
|
<input type="text" placeholder="Quick Search"> |
|
|
|
|
|
<button> <i class="icon ion-md-search"></i> </button> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<table> |
|
|
|
|
|
|
|
|
<table class="order-table"> |
|
|
<tr class="heading-row"> |
|
|
<tr class="heading-row"> |
|
|
<th> Order ID </th> |
|
|
<th> Order ID </th> |
|
|
<th> Order Time </th> |
|
|
<th> Order Time </th> |
|
@@ -104,6 +106,95 @@ |
|
|
</tr> |
|
|
</tr> |
|
|
</table> |
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
<ul class="order-list"> |
|
|
|
|
|
<li class="card"> |
|
|
|
|
|
<div class="header"> |
|
|
|
|
|
<span> Order ID : 29320 </span> |
|
|
|
|
|
<span> Order Time: 2 Mins ago </span> |
|
|
|
|
|
</div> |
|
|
|
|
|
<table> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> KFC Bucket </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> Qty: 1 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> ₹ 250 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
<div class="order-status-holder"> |
|
|
|
|
|
<div class="status"> |
|
|
|
|
|
Paid online |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="action-buttons"> |
|
|
|
|
|
<button> Confirm </button> |
|
|
|
|
|
<button (click)="showRejectionPopup = true"> Reject </button> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
|
|
|
|
<li class="card"> |
|
|
|
|
|
<div class="header"> |
|
|
|
|
|
<span> Order ID : 29320 </span> |
|
|
|
|
|
<span> Order Time: 2 Mins ago </span> |
|
|
|
|
|
</div> |
|
|
|
|
|
<table> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> KFC Bucket </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> Qty: 1 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> ₹ 250 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
<div class="order-status-holder"> |
|
|
|
|
|
<div class="status"> |
|
|
|
|
|
Paid online |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="action-buttons"> |
|
|
|
|
|
<button> Confirm </button> |
|
|
|
|
|
<button (click)="showRejectionPopup = true"> Reject </button> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
|
|
|
|
<li class="card"> |
|
|
|
|
|
<div class="header"> |
|
|
|
|
|
<span> Order ID : 29320 </span> |
|
|
|
|
|
<span> Order Time: 2 Mins ago </span> |
|
|
|
|
|
</div> |
|
|
|
|
|
<table> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> KFC Bucket </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> Qty: 1 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> ₹ 250 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
<div class="order-status-holder"> |
|
|
|
|
|
<div class="status"> |
|
|
|
|
|
Paid online |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="action-buttons"> |
|
|
|
|
|
<button> Confirm </button> |
|
|
|
|
|
<button (click)="showRejectionPopup = true"> Reject </button> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
<section class="popup" [ngClass]="{'active' : showRejectionPopup }"> |
|
|
<section class="popup" [ngClass]="{'active' : showRejectionPopup }"> |
|
|
<div class="popup-box"> |
|
|
<div class="popup-box"> |
|
|
<header> Reason to Reject the Order </header> |
|
|
<header> Reason to Reject the Order </header> |
|
|