diff --git a/src/pages/05_quotation/QuotationFormReceipt.vue b/src/pages/05_quotation/QuotationFormReceipt.vue index 04d84825..103188a7 100644 --- a/src/pages/05_quotation/QuotationFormReceipt.vue +++ b/src/pages/05_quotation/QuotationFormReceipt.vue @@ -2,6 +2,13 @@ import { formatNumberDecimal } from 'stores/utils'; import { dateFormatJS } from 'src/utils/datetime'; +import { MainButton, ViewButton } from 'components/button'; + +defineEmits<{ + (e: 'view', index: number): void; + (e: 'example', index: number): void; +}>(); + withDefaults( defineProps<{ payType: string; @@ -36,6 +43,15 @@ withDefaults(