added auto info to ticket

This commit is contained in:
2025-02-04 18:22:14 -05:00
parent 76877853cd
commit 4b1aabea9c
2 changed files with 70 additions and 52 deletions

View File

@@ -3,6 +3,8 @@
<div class=" max-w-5xl text-black bg-white font-mono text-md">
<div class="grid grid-cols-12 pt-10">
<div class="col-span-6">
<div class="grid grid-cols-12">
<div class="col-span-2 pt-2 pl-4">#2 </div>
<div class="col-span-2 pt-2"></div>
@@ -12,6 +14,8 @@
<div class="col-span-3 text-xs pt-3 ">{{ customer.customer_phone_number }}</div>
</div>
<div class="grid grid-cols-12 pt-2 pb-2">
<div class="col-span-9 pl-5">
{{ customer.customer_first_name }} {{ customer.customer_last_name }}
@@ -30,8 +34,9 @@
</div>
</div>
<div class="grid grid-cols-12 pl-6 pb-6 gap-10 max-h-32">
<div class="grid grid-cols-12 pl-6 pb-6 gap-10 max-h-32">
<div class="col-span-6">
<div class="grid grid-cols-12">
<div class="col-span-12 ">{{ customer_description.description }}</div>
@@ -62,6 +67,8 @@
</div>
<div class="grid grid-cols-12">
<div class="col-span-6 ">
<div class="col-span-12 pl-5">Auburn Oil</div>
@@ -90,6 +97,11 @@
</div>
</div>
</div>
</div>
@@ -341,6 +353,7 @@ export default defineComponent({
}).then((response: any) => {
this.customer = response.data
this.getPastDeliveries1(this.customer.id)
this.getPastDeliveries2(this.customer.id)
this.getCustomerDescription(this.customer.id)
this.getCustomerTank(this.customer.id)