From 25b727a5dc28f3c2d225c5e017da58f35c6b84b3 Mon Sep 17 00:00:00 2001 From: zzq <a13193816592@163.com> Date: 星期二, 26 九月 2023 19:38:40 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/zzq' --- src/components/layout/components/appsidebar/index.vue | 26 ++++++++++++++++++-------- 1 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/components/layout/components/appsidebar/index.vue b/src/components/layout/components/appsidebar/index.vue index f662cb6..23152d4 100644 --- a/src/components/layout/components/appsidebar/index.vue +++ b/src/components/layout/components/appsidebar/index.vue @@ -36,20 +36,30 @@ <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