updated customer profile. added maps

This commit is contained in:
2024-11-20 18:00:17 -05:00
parent b62d45da5d
commit bf49bf5711
19 changed files with 1157 additions and 313 deletions

View File

@@ -26,11 +26,12 @@
<!-- head -->
<thead>
<tr>
<th>Ticket Id</th>
<th>Account Id</th>
<th>Name</th>
<th>Status</th>
<th>Town</th>
<th>Address</th>
<th>Town</th>
<th>Gallons</th>
<th>Date</th>
<th>Automatic</th>
@@ -59,8 +60,9 @@
<div v-else></div>
</td>
<td>{{ oil['customer_town'] }}</td>
<td>{{ oil['customer_address'] }}</td>
<td>{{ oil['customer_town'] }}</td>
<td>
<div v-if="oil['customer_asked_for_fill'] == 1">Fill</div>
<div v-else> {{ oil['gallons_ordered'] }}</div>
@@ -101,7 +103,7 @@
</div>
<pagination @paginate="getPage" :records="recordsLength" v-model="page" :per-page="50" :options="options" class="mt-10">
</pagination>
<div class="flex justify-center mb-10"> {{ recordsLength }} items Found</div>
<!-- <div class="flex justify-center mb-10"> {{ recordsLength }} items Found</div> -->
</div>
</div>