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([]);