From 4cc39dfeae4a7e77e97940277c44d8ec55a85487 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 1 Dec 2025 13:46:23 +0800 Subject: [PATCH] =?UTF-8?q?1.0.40=20=E9=A1=B9=E7=9B=AE=E5=8F=B0=E8=B4=A6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 13 +- src/views/oa/erp/projectInfo/index.vue | 16 +- src/views/oa/erp/projectLedger/index.vue | 513 +++++++++++++++++++++++ 3 files changed, 534 insertions(+), 8 deletions(-) create mode 100644 src/views/oa/erp/projectLedger/index.vue diff --git a/src/router/index.ts b/src/router/index.ts index 4e66eed..f087679 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -116,12 +116,6 @@ export const constantRoutes: RouteRecordRaw[] = [ name: 'ErpProjectPlanView', meta: { title: '项目计划查看', activeMenu: '/oa/erp/erpProjectPlan' } }, - { - path: 'budgetInfo/edit', - component: () => import('@/views/oa/erp/budgetInfo/edit.vue'), - name: 'BudgetEdit', - meta: { title: '项目预算申请', activeMenu: '/oa/erp/budgetInfo' } - }, { path: 'erpProjectPlan/gantt/:projectPlanId', @@ -140,6 +134,12 @@ export const constantRoutes: RouteRecordRaw[] = [ component: () => import('@/views/oa/erp/erpProjectChange/edit.vue'), name: 'ErpProjectChangeEditById', meta: { title: '项目变更编辑', activeMenu: '/oa/erp/erpProjectPlan' } + }, + { + path: 'projectLedger/:projectId', + component: () => import('@/views/oa/erp/projectLedger/index.vue'), + name: 'ProjectLedger', + meta: { title: '项目台账', activeMenu: '/oa/erp/projectInfo' } } ] }, @@ -162,7 +162,6 @@ export const constantRoutes: RouteRecordRaw[] = [ } ] }, - { path: '/oa/erp', component: Layout, diff --git a/src/views/oa/erp/projectInfo/index.vue b/src/views/oa/erp/projectInfo/index.vue index dd93eef..b80de03 100644 --- a/src/views/oa/erp/projectInfo/index.vue +++ b/src/views/oa/erp/projectInfo/index.vue @@ -96,7 +96,13 @@ - + + +