|
@@ -1,10 +1,10 @@ |
|
|
<div class="widget-heading-holder"> |
|
|
<div class="widget-heading-holder"> |
|
|
<header> Order List </header> |
|
|
<header> Order List </header> |
|
|
<app-custom-selector header="Status" [options]="statusOptions" width="200" |
|
|
|
|
|
[defaultOptionId]="statusOptions[0].id"></app-custom-selector> |
|
|
|
|
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
<app-custom-selector header="Date" [options]="dateOptions" width="200" [defaultOptionId]="dateOptions[0].id"></app-custom-selector> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="search-input"> |
|
|
<div class="search-input"> |
|
|
<input type="text" placeholder="Quick Search"> |
|
|
<input type="text" placeholder="Quick Search"> |
|
@@ -29,8 +29,14 @@ |
|
|
<div> 8PC Hot & Crispy </div> |
|
|
<div> 8PC Hot & Crispy </div> |
|
|
<div> KFC 4 + 4 </div> |
|
|
<div> KFC 4 + 4 </div> |
|
|
</td> |
|
|
</td> |
|
|
<td> <div> 1 </div> <div> 4 </div> </td> |
|
|
|
|
|
<td> <div> ₹ 750 </div> <div> ₹ 250 </div> </td> |
|
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
<div> 1 </div> |
|
|
|
|
|
<div> 4 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> ₹ 750 </div> |
|
|
|
|
|
<div> ₹ 250 </div> |
|
|
|
|
|
</td> |
|
|
<td> Paid Online </td> |
|
|
<td> Paid Online </td> |
|
|
<td> |
|
|
<td> |
|
|
<div class="action-buttons"> |
|
|
<div class="action-buttons"> |
|
@@ -46,8 +52,12 @@ |
|
|
<td> |
|
|
<td> |
|
|
<div> KFC 4 + 4 </div> |
|
|
<div> KFC 4 + 4 </div> |
|
|
</td> |
|
|
</td> |
|
|
<td> <div> 1 </div> </td> |
|
|
|
|
|
<td> <div> ₹ 750 </div> </td> |
|
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
<div> 1 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> ₹ 750 </div> |
|
|
|
|
|
</td> |
|
|
<td> Paid Online </td> |
|
|
<td> Paid Online </td> |
|
|
<td> |
|
|
<td> |
|
|
<div class="status success"> Completed </div> |
|
|
<div class="status success"> Completed </div> |
|
@@ -60,8 +70,12 @@ |
|
|
<td> |
|
|
<td> |
|
|
<div> KFC 4 + 4 </div> |
|
|
<div> KFC 4 + 4 </div> |
|
|
</td> |
|
|
</td> |
|
|
<td> <div> 1 </div> </td> |
|
|
|
|
|
<td> <div> ₹ 750 </div> </td> |
|
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
<div> 1 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> ₹ 750 </div> |
|
|
|
|
|
</td> |
|
|
<td> Paid Online </td> |
|
|
<td> Paid Online </td> |
|
|
<td> |
|
|
<td> |
|
|
<div class="status failed"> Cancelled </div> |
|
|
<div class="status failed"> Cancelled </div> |
|
@@ -74,8 +88,12 @@ |
|
|
<td> |
|
|
<td> |
|
|
<div> KFC Bucket </div> |
|
|
<div> KFC Bucket </div> |
|
|
</td> |
|
|
</td> |
|
|
<td> <div> 1 </div> </td> |
|
|
|
|
|
<td> <div> ₹ 250 </div> </td> |
|
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
<div> 1 </div> |
|
|
|
|
|
</td> |
|
|
|
|
|
<td> |
|
|
|
|
|
<div> ₹ 250 </div> |
|
|
|
|
|
</td> |
|
|
<td> COD </td> |
|
|
<td> COD </td> |
|
|
<td> |
|
|
<td> |
|
|
<div class="action-buttons"> |
|
|
<div class="action-buttons"> |
|
|