From 7a1c641863b7b26e3c8d300835f3f5d53cea9035 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 22 Oct 2024 17:06:26 +0700 Subject: [PATCH] fix(04): payment type option --- src/pages/05_quotation/QuotationFormInfo.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/05_quotation/QuotationFormInfo.vue b/src/pages/05_quotation/QuotationFormInfo.vue index 64fc8521..2deb7f2b 100644 --- a/src/pages/05_quotation/QuotationFormInfo.vue +++ b/src/pages/05_quotation/QuotationFormInfo.vue @@ -69,14 +69,14 @@ const payTypeOpion = computed(() => [ value: 'Split', label: t('quotation.type.installmentsCash'), }, - { - value: 'BillFull', - label: t('quotation.type.fullAmountBill'), - }, - { - value: 'BillSplit', - label: t('quotation.type.installmentsBill'), - }, + // { + // value: 'BillFull', + // label: t('quotation.type.fullAmountBill'), + // }, + // { + // value: 'BillSplit', + // label: t('quotation.type.installmentsBill'), + // }, ]); const amount4Show = ref([]);