diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index d022d98a..54007776 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -620,6 +620,8 @@ function storeDataLocal() { 'quotation-preview', JSON.stringify(quotationFormData.value), ); + + window.open('/view', '_blank'); } @@ -780,7 +782,6 @@ function storeDataLocal() { ?.name || '-' }} -