feat: preview route and trigger preview

This commit is contained in:
Methapon Metanipat 2024-10-18 10:56:10 +07:00
parent b74ff126e3
commit 8f880fd34d
5 changed files with 24 additions and 4 deletions

View file

@ -621,7 +621,7 @@ function storeDataLocal() {
JSON.stringify(quotationFormData.value),
);
window.open('/view', '_blank');
window.open('/quotation/document-view', '_blank');
}
</script>