From 54df47d5b8c4de6d5dbddd05f96bd6add9be78a6 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 14 十一月 2023 15:03:27 +0800 Subject: [PATCH] 产品模块 增加 在库数量,预测数量,进,出数量,重订货规则1个的时候显示 最小最大,否则显示规则数量 --- src/router/index.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8dc1323..013fdc1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -109,14 +109,14 @@ const router = createRouter() router.afterEach((to, from, next) => { - console.log(to,"to") + console.log(to, "to") if ((to.path === "/overview/overviewList" || to.path === "/productManage/productList") && to.params.name) { console.log(from, next) to.meta.title = to.params.name - document.title = to.meta.title + // document.title = to.meta.title } else if (to.name === "inboundOutboundDetail") { - to.meta.title = to.params.name + "/鍑哄叆搴撴槑缁�" - document.title = to.meta.title + to.meta.title = "鍑哄叆搴撴槑缁�" + // document.title = to.meta.title } }) // router.beforeEach((to, from, next) => { -- Gitblit v1.8.0