feat: add view doc

This commit is contained in:
Thanaphon Frappet 2025-01-24 15:14:46 +07:00
parent 1638ac35bb
commit ab26a52c48
9 changed files with 1181 additions and 4 deletions

View file

@ -173,6 +173,11 @@ const routes: RouteRecordRaw[] = [
name: 'CreditNoteView',
component: () => import('pages/11_credit-note/FormPage.vue'),
},
{
path: '/credit-note/document-view',
name: 'CreditNoteDocumentView',
component: () => import('pages/11_credit-note/document-view/MainPage.vue'),
},
{
path: '/receipt/:id',
name: 'receiptform',