工单批次列表,工单批次详情

This commit is contained in:
2024-11-04 11:09:50 +08:00
parent 8aafdc9bff
commit 8a822e829d
6 changed files with 594 additions and 90 deletions

View File

@ -88,6 +88,14 @@ const routes = [
title: '工单批次'
}
},
{
path: "/invoiceInfo",
name: 'invoiceInfo',
component: () => import('@/views/index/invoiceInfo.vue'),
meta: {
title: '开票信息'
}
},
{
path: "/invoicingDetail",
name: 'invoicingDetail',