Small ui fixes

This commit is contained in:
2025-10-13 10:40:37 -04:00
parent cf7e5299b8
commit 4a40bffbd5
8 changed files with 35 additions and 34 deletions

View File

@@ -384,7 +384,6 @@ export default defineComponent({
this.total_amount = response.data.delivery.total_amount || 0;
this.preChargeTotal = response.data.delivery.total_amount || 0;
this.FinalizeOilOrderForm.gallons_delivered = this.deliveryOrder.gallons_delivered || '';
await this.getCustomer(this.deliveryOrder.customer_id);