From 36fb84a1ec003eb97502d8cc6f56bca67e1502a0 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 15 九月 2023 11:25:04 +0800 Subject: [PATCH] 产品出入库明细页面及公共组件优化 --- src/router/product/index.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/router/product/index.js b/src/router/product/index.js index e05f5ad..b132e6c 100644 --- a/src/router/product/index.js +++ b/src/router/product/index.js @@ -1,6 +1,7 @@ // const type from '@/router/deployCode' const product = (resolve) => require(["@/views/productManage/product/index"], resolve) // 浜у搧 +const inOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 鍑哄叆搴撴槑缁� const appconfig = [ { @@ -10,6 +11,14 @@ meta: { title: "浜у搧绠$悊" } + }, + { + path: "/reportForm/inOutboundDetail", + name: "inOutboundDetail", + component: inOutboundDetail, + meta: { + title: "鍑哄叆搴撴槑缁�" + } } ] -- Gitblit v1.8.0