工单对账模块

This commit is contained in:
2023-08-22 10:24:11 +08:00
parent 90e3353058
commit d8ea2408cf
9 changed files with 778 additions and 311 deletions

View File

@ -56,12 +56,13 @@ const routes = [
}
},
{
path: "/reAccounting",
name: 'reAccountingView',
component: () => import('@/views/workOrder/reAccounting.vue'),
meta: {
title: '重新记账'
}
path: "/aduitCompleteDetail",
name: 'aduitCompleteDetail',
component: () => import('@/views/workOrder/aduitCompleteDetail.vue'),
meta: {
title: '审核完成-详情'
}
},
{
path: "/invoicingNotify",