refactor: new tab

This commit is contained in:
Thanaphon Frappet 2024-10-18 10:42:35 +07:00
parent 8fb2f5dfb4
commit e874826404

View file

@ -620,6 +620,8 @@ function storeDataLocal() {
'quotation-preview', 'quotation-preview',
JSON.stringify(quotationFormData.value), JSON.stringify(quotationFormData.value),
); );
window.open('/view', '_blank');
} }
</script> </script>
@ -780,7 +782,6 @@ function storeDataLocal() {
?.name || '-' ?.name || '-'
}} }}
</span> </span>
<ProductItem <ProductItem
:readonly="readonly" :readonly="readonly"
:agent-price="agentPrice" :agent-price="agentPrice"