From 35c917bafbd8853ff172542050abebfc599ecb44 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 19 四月 2023 17:00:52 +0800
Subject: [PATCH] 1.采购管理新增 多个静态页面
---
src/router/index.js | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 46b9571..6914f66 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -646,6 +646,30 @@
code: '1201',
component: () => import('@/views/purchasesManager/purchasesList'),
meta: { code: '1201', title: '閲囪喘璁㈠崟', icon: '', keepAlive: true }
+ }, {
+ path: 'arrivalNoticeList',
+ name: 'arrivalNoticeListCancel',
+ code: '1202',
+ component: () => import('@/views/purchasesManager/arrivalNoticeList'),
+ meta: { code: '1202', title: '閲囪喘鏀惰揣鍗�', icon: '', keepAlive: true }
+ }, {
+ path: 'salesStatisticsList',
+ name: 'salesStatisticsCancel',
+ code: '1203',
+ component: () => import('@/views/purchasesManager/salesStatisticsList'),
+ meta: { code: '1203', title: '閿�鍞鍗�', icon: '', keepAlive: true }
+ }, {
+ path: 'goodsStatisticsList',
+ name: 'goodsStatisticsListCancel',
+ code: '1204',
+ component: () => import('@/views/purchasesManager/goodsStatisticsList'),
+ meta: { code: '1204', title: '閿�璐у崟', icon: '', keepAlive: true }
+ }, {
+ path: 'InventoryLedgerList',
+ name: 'InventoryLedgerListCancel',
+ code: '1205',
+ component: () => import('@/views/purchasesManager/InventoryLedgerList'),
+ meta: { code: '1205', title: '搴撳瓨鍙拌处', icon: '', keepAlive: true }
}
]
}
--
Gitblit v1.9.3