feat: add view doc
This commit is contained in:
parent
1638ac35bb
commit
ab26a52c48
9 changed files with 1181 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue