工单批次,开票信息修改

This commit is contained in:
2024-11-06 10:05:23 +08:00
parent 41d44e93d4
commit 28408ac803
7 changed files with 540 additions and 82 deletions

View File

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