From 120a329d6daca4b7a0b26dca5b864811209c2b1c Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 13 十二月 2023 17:13:28 +0800
Subject: [PATCH] 新建报废页面编码优化
---
src/router/report/index.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/router/report/index.js b/src/router/report/index.js
index 2ee2f53..668db2e 100644
--- a/src/router/report/index.js
+++ b/src/router/report/index.js
@@ -2,6 +2,7 @@
const inventoryReport = (resolve) => require(["@/views/reportForm/inventoryReport/index"], resolve) // 搴撳瓨鎶ヨ〃
const locationReport = (resolve) => require(["@/views/reportForm/locationReport/index"], resolve) // 浣嶇疆鎶ヨ〃
+const inboundOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 鍘嗗彶璁板綍
const appconfig = [
{
@@ -19,6 +20,14 @@
meta: {
title: "浣嶇疆鎶ヨ〃"
}
+ },
+ {
+ path: "/reportForm/inboundOutboundDetail",
+ name: "inboundOutboundDetail",
+ component: inboundOutboundDetail,
+ meta: {
+ title: "鍏ュ簱鏄庣粏鎶ヨ〃"
+ }
}
]
--
Gitblit v1.8.0