diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 6c91e247..0a28b86f 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -20,7 +20,7 @@ import useEmployeeStore from 'stores/employee'; import { useInvoice, useReceipt, usePayment } from 'stores/payment'; import useCustomerStore from 'stores/customer'; import useOptionStore from 'stores/options'; -import { useQuotationForm } from './form'; +import { useQuotationForm, DEFAULT_DATA } from './form'; import { deleteItem } from 'stores/utils'; // NOTE Import Types @@ -1784,6 +1784,7 @@ async function formDownload() {
+ {{ $t('general.hintRemark') }}
+ #[quotation-labor]
+ {{ $t('general.or') }}
+ #[quotation-payment]
+