feat(05): quotation form

This commit is contained in:
puriphatt 2024-09-27 15:45:24 +07:00
parent d79a28d31c
commit 9bf06ac209
3 changed files with 356 additions and 82 deletions

View file

@ -87,6 +87,12 @@ const routes: RouteRecordRaw[] = [
],
},
{
path: '/quotation/add-quotation',
name: 'QuotationAdd',
component: () => import('pages/05_quotation/QuotationForm.vue'),
},
// Always leave this as last one,
// but you can also remove it
{