From 4c71426795d126d0491f2e4105090273909e6d51 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 19 四月 2024 15:16:38 +0800 Subject: [PATCH] 辅助数量限制值修改 --- src/router/report/index.js | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/router/report/index.js b/src/router/report/index.js index 32a54ff..69cbfcf 100644 --- a/src/router/report/index.js +++ b/src/router/report/index.js @@ -3,6 +3,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 monthboundDetail= (resolve) => require(["@/views/reportForm/monthboundDetail/index"], resolve) // 鏈堝害鏄庣粏鎶ヨ〃 const appconfig = [ { @@ -26,9 +27,17 @@ name: "inboundOutboundDetail", component: inboundOutboundDetail, meta: { - title: "鍑哄叆搴撴槑缁�" + title: "鍏ュ簱鏄庣粏鎶ヨ〃" } - } + }, + { + path: "/reportForm/monthboundDetail", + name: "monthboundDetail", + component: monthboundDetail, + meta: { + title: "鏈堝害缁熻鎶ヨ〃" + } + }, ] export default appconfig -- Gitblit v1.8.0