Updated forms
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
<div class="col-span-12 text-gray-500" v-if="delivery.payment_type == 4">
|
||||
Other (Rent, etc):
|
||||
</div>
|
||||
<div v-if="promo_active">
|
||||
<div v-if="promo_active" class="col-span-12">
|
||||
<div class="col-span-12 pt-3 font-bold">
|
||||
Promo
|
||||
</div>
|
||||
@@ -267,28 +267,28 @@
|
||||
|
||||
<div class="" v-if="delivery.payment_type == 0">
|
||||
<button class="btn bg-green-800 btn-sm" @click="checkoutOilUpdatePayment(0)">
|
||||
Confirm Delivery
|
||||
Confirm Payment
|
||||
</button>
|
||||
</div>
|
||||
<div class="" v-if="delivery.payment_type == 1">
|
||||
<button class="btn bg-green-800 btn-sm" @click="checkoutOilUpdatePayment(1)">
|
||||
Confirm Delivery
|
||||
Confirm Payment
|
||||
</button>
|
||||
</div>
|
||||
<div class="" v-if="delivery.payment_type == 2">
|
||||
<button class="btn bg-green-800 btn-sm" @click="checkoutOilUpdatePayment(2)">
|
||||
Confirm Delivery
|
||||
Confirm Payment
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="" v-if="delivery.payment_type == 3">
|
||||
<button class="btn bg-green-800 btn-sm" @click="checkoutOilUpdatePayment(3)">
|
||||
Confirm Delivery
|
||||
Confirm Payment
|
||||
</button>
|
||||
</div>
|
||||
<div class="" v-if="delivery.payment_type == 4">
|
||||
<button class="btn bg-green-800 btn-sm" @click="checkoutOilUpdatePayment(3)">
|
||||
Confirm Delivery
|
||||
Confirm Payment
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user