实现 M009 手工开票前端页面
This commit is contained in:
@@ -62,6 +62,15 @@ export const router = createRouter({
|
||||
permission: 'RESERVATION_TASK_READ',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/reservation/invoices/new',
|
||||
name: 'reservation-manual-invoice',
|
||||
component: () => import('@/views/reservation/ReservationManualInvoiceView.vue'),
|
||||
meta: {
|
||||
titleKey: 'nav.manualInvoice',
|
||||
permission: 'RESERVATION_INVOICE_GENERATE',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/reservation/orders/:orderId',
|
||||
name: 'reservation-order-detail',
|
||||
|
||||
Reference in New Issue
Block a user