From dacc95761cf7090c628fc37a5d4f8bb825ccbbb0 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 16 五月 2026 15:41:45 +0800
Subject: [PATCH] 企业新闻和通知公告
---
src/router/index.js | 54 ++++++++++++++++++++++++------------------------------
1 files changed, 24 insertions(+), 30 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 9d09b0b..d809a63 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -118,20 +118,6 @@
name: "DeviceInfo",
meta: { title: "璁惧淇℃伅", icon: "monitor" },
},
- // 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
- {
- path: "/oaSystem/projectManagement/projectDetail",
- component: Layout,
- hidden: true,
- children: [
- {
- path: ":projectId",
- component: () => import("@/views/oaSystem/projectManagement/projectDetail.vue"),
- name: "ProjectDetail",
- meta: { title: "椤圭洰璇︽儏", activeMenu: "/oaSystem/projectManagement" },
- },
- ],
- },
{
path: "/projectManagement/Management/detail",
component: Layout,
@@ -155,12 +141,6 @@
meta: { title: "璐㈠姟绠$悊", icon: "money" },
children: [
{
- path: "general-ledger",
- component: () => import("@/views/financialManagement/generalLedger/index.vue"),
- name: "GeneralLedger",
- meta: { title: "鎬诲笎绉戠洰" },
- },
- {
path: "sales-out",
component: () => import("@/views/financialManagement/receivable/salesOut.vue"),
name: "SalesOut",
@@ -172,12 +152,7 @@
name: "SalesReturn",
meta: { title: "閿�鍞��璐�" },
},
- {
- path: "receivable-reconciliation",
- component: () => import("@/views/financialManagement/receivable/reconciliation.vue"),
- name: "ReceivableReconciliation",
- meta: { title: "搴旀敹瀵硅处" },
- },
+
{
path: "invoice-apply",
component: () => import("@/views/financialManagement/receivable/invoiceApply.vue"),
@@ -197,16 +172,22 @@
meta: { title: "鏀舵鍗�" },
},
{
+ path: "receivable-reconciliation",
+ component: () => import("@/views/financialManagement/receivable/reconciliation.vue"),
+ name: "ReceivableReconciliation",
+ meta: { title: "搴旀敹瀵硅处" },
+ },
+ {
path: "purchase-in",
component: () => import("@/views/financialManagement/payable/purchaseIn.vue"),
name: "PurchaseIn",
meta: { title: "閲囪喘鍏ュ簱" },
},
{
- path: "payable-reconciliation",
- component: () => import("@/views/financialManagement/payable/reconciliation.vue"),
- name: "PayableReconciliation",
- meta: { title: "搴斾粯瀵硅处" },
+ path: "purchase-return",
+ component: () => import("@/views/financialManagement/payable/purchaseReturn.vue"),
+ name: "PurchaseReturn",
+ meta: { title: "閲囪喘閫�璐�" },
},
{
path: "input-invoice",
@@ -220,11 +201,18 @@
name: "PaymentApply",
meta: { title: "浠樻鐢宠" },
},
+
{
path: "payment",
component: () => import("@/views/financialManagement/payable/payment.vue"),
name: "Payment",
meta: { title: "浠樻鍗�" },
+ },
+ {
+ path: "payable-reconciliation",
+ component: () => import("@/views/financialManagement/payable/reconciliation.vue"),
+ name: "PayableReconciliation",
+ meta: { title: "搴斾粯瀵硅处" },
},
{
path: "fixed-assets",
@@ -239,6 +227,12 @@
meta: { title: "鏃犲舰璧勪骇" },
},
{
+ path: "general-ledger",
+ component: () => import("@/views/financialManagement/generalLedger/index.vue"),
+ name: "GeneralLedger",
+ meta: { title: "鎬诲笎绉戠洰" },
+ },
+ {
path: "voucher",
component: () => import("@/views/financialManagement/voucher/index.vue"),
name: "Voucher",
--
Gitblit v1.9.3