major update
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
<div class="grid grid-cols-1 rounded-md pb-5" v-if="total_amount">
|
||||
|
||||
<div class="text-2xl border-b border-gray-500">
|
||||
Finalize Oil Order # {{ deliveryOrder.id }}
|
||||
finalize delivery # {{ deliveryOrder.id }}
|
||||
</div>
|
||||
<div class="flex justify-end" v-if="deliveryOrder.id">
|
||||
<router-link :to="{ name: 'deliveryEdit', params: { id: deliveryOrder.id } }">
|
||||
<button class="btn btn-sm btn-accent">Edit Order</button>
|
||||
<button class="btn btn-sm btn-secondary">Edit Order</button>
|
||||
</router-link>
|
||||
</div>
|
||||
<div class="grid grid-cols-12 ">
|
||||
@@ -412,7 +412,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-span-12 md:col-span-12 flex mt-5 mb-5">
|
||||
<button class="btn btn-accent btn-sm">
|
||||
<button class="btn btn-secondary btn-sm">
|
||||
Finalize Delivery
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user