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