From 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期二, 06 八月 2024 11:16:58 +0800 Subject: [PATCH] gitlab上面的wms转移到公司git --- src/router/report/index.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/router/report/index.js b/src/router/report/index.js index 69cbfcf..5ff1280 100644 --- a/src/router/report/index.js +++ b/src/router/report/index.js @@ -4,7 +4,7 @@ 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 warehouseMothDetailReport =(resolve)=>require(["@/views/reportForm/warehouseMonthlyDetailReport/index"],resolve) const appconfig = [ { path: "/reportForm/inventoryReport", @@ -38,6 +38,14 @@ title: "鏈堝害缁熻鎶ヨ〃" } }, + { + path: "/reportForm/warehouseMonthlyDetailReport", + name: "warehouseMonthlyDetailReport", + component: warehouseMothDetailReport, + meta: { + title: "浠撳簱鏈堝害鏄庣粏鎶ヨ〃" + } + } ] export default appconfig -- Gitblit v1.8.0