From 9a991de2a0079a8f90ed0dfa26abf4d0f95a9bb5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 28 九月 2023 10:01:29 +0800 Subject: [PATCH] bug修复(5089) --- src/components/layout/components/appsidebar/index.vue | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/components/layout/components/appsidebar/index.vue b/src/components/layout/components/appsidebar/index.vue index 2721f3a..23152d4 100644 --- a/src/components/layout/components/appsidebar/index.vue +++ b/src/components/layout/components/appsidebar/index.vue @@ -29,27 +29,37 @@ <span>浜у搧</span> </template> <el-menu-item index="/productManage/product">浜у搧</el-menu-item> - <el-menu-item index="/purchaseManage/quality">浜у搧绫诲埆</el-menu-item> + <el-menu-item index="/productManage/productCategory">浜у搧绫诲埆</el-menu-item> </el-submenu> <el-submenu index="3"> <template slot="title"> <i class="el-icon-setting icon"></i> <span>鎿嶄綔</span> </template> - <el-menu-item index="/productManage/product">琛ヨ揣</el-menu-item> - <el-menu-item index="/productManage/product">搴撳瓨璋冩暣</el-menu-item> - <el-menu-item index="/productManage/product">璋冩嫧</el-menu-item> - <el-menu-item index="/productManage/product">鎶ュ簾</el-menu-item> + <!-- <el-menu-item index="/productManage/product">琛ヨ揣</el-menu-item> --> + <el-menu-item index="/operate/inventoryAdjustment">搴撳瓨璋冩暣</el-menu-item> + <el-menu-item index="/operate/allot">璋冩嫧</el-menu-item> + <el-menu-item index="/operate/scrap">鎶ュ簾</el-menu-item> </el-submenu> <el-submenu index="4"> <template slot="title"> <i class="el-icon-box icon"></i> <span>浠撳簱绠$悊</span> </template> - <el-menu-item index="/productManage/product">浠撳簱</el-menu-item> - <el-menu-item index="/productManage/product">浣嶇疆</el-menu-item> - <el-menu-item index="/productManage/product">涓氬姟绫诲瀷</el-menu-item> - <!-- <el-menu-item index="/productManage/product">涓婃灦瑙勫垯</el-menu-item> --> + <el-menu-item index="/warehouseManage/warehouse">浠撳簱</el-menu-item> + <el-menu-item index="/warehouseManage/position">浣嶇疆</el-menu-item> + <el-menu-item index="/warehouseManage/bussinessType">涓氬姟绫诲瀷</el-menu-item> + <el-menu-item index="/warehouseManage/listingRules">涓婃灦瑙勫垯</el-menu-item> + </el-submenu> + <el-submenu index="5"> + <template slot="title"> + <i class="el-icon-box icon"></i> + <span>鎶ヨ〃</span> + </template> + <el-menu-item index="/reportForm/inventoryReport">搴撳瓨鎶ヨ〃</el-menu-item> + <el-menu-item index="/reportForm/locationReport">浣嶇疆鎶ヨ〃</el-menu-item> + <!-- <el-menu-item index="/warehouseManage/bussinessType">鏌愭棩搴撳瓨</el-menu-item> --> + <!-- <el-menu-item index="/productManage/product">鍑哄叆搴撴槑缁嗘姤琛�</el-menu-item> --> </el-submenu> </el-menu> </div> -- Gitblit v1.8.0