refactor: new tab
This commit is contained in:
parent
8fb2f5dfb4
commit
e874826404
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue