工单批次,工单批次详情,上传发票,发票查看

This commit is contained in:
2024-11-05 16:01:32 +08:00
parent 8a822e829d
commit 41d44e93d4
8 changed files with 789 additions and 7 deletions

View File

@ -104,6 +104,23 @@ const routes = [
title: '工单批次详情'
}
},
{
path: "/uploadInvoice",
name: 'uploadInvoice',
component: () => import('@/views/index/uploadInvoice.vue'),
meta: {
title: '上传发票',
cache: true
}
},
{
path: "/showInvoice",
name: 'showInvoice',
component: () => import('@/views/index/showInvoice.vue'),
meta: {
title: '查看发票'
}
},
{
path: "/vehicleManage",
name: 'vehicleManage',