From e1f5483aebe1000cdcac3324577d7a0cf53d9220 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Wed, 18 Sep 2024 17:40:43 +0700 Subject: [PATCH] refactor: form quotation --- src/pages/05_quotation/QuotationFormInfo.vue | 47 +++++++++++--------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/src/pages/05_quotation/QuotationFormInfo.vue b/src/pages/05_quotation/QuotationFormInfo.vue index 131eb4c9..465bf883 100644 --- a/src/pages/05_quotation/QuotationFormInfo.vue +++ b/src/pages/05_quotation/QuotationFormInfo.vue @@ -79,23 +79,23 @@ watch(
@@ -113,23 +113,23 @@ watch( :label="$t('quotation.label.telephone')" :readonly="readonly" v-model="telephone" - class="col-6" + class="col-12" dense outlined /> @@ -157,25 +157,30 @@ watch( input-debounce="0" option-value="value" option-label="label" - class="col-6" + class="col-12" autocomplete="off" for="select-payType" dense :label="$t('quotation.label.payType')" :options="[]" - :readonly="readonly" + :readonly :hide-dropdown-icon="readonly" v-model="payType" > -
- {{ $t('quotation.label.paySplitCount') }} - - ({{ $t('quotation.label.payTotal') }}) - +
+ + +
-
+