From 827642039aad612221ebeacd8a6f0c74468d7f06 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期一, 21 七月 2025 16:21:18 +0800 Subject: [PATCH] 隐藏盘点报告盘点菜单 --- pages/sys/home/index.vue | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue index aa7c38c..dafa437 100644 --- a/pages/sys/home/index.vue +++ b/pages/sys/home/index.vue @@ -62,11 +62,11 @@ url: '/pages/wareHouse/moveWareHouse/index', icon: 'six' }, - { - name: '鐩樼偣鎶ュ憡鐩樼偣', - url: '/pages/wareHouse/inventory/index', - icon: 'seven' - }, + // { + // name: '鐩樼偣鎶ュ憡鐩樼偣', + // url: '/pages/wareHouse/inventory/index', + // icon: 'seven' + // }, // { // name: '鏍哥褰曞叆', // url: '/pages/wareHouse/nuclearScale/index', @@ -84,21 +84,21 @@ // }, ] }, - // { - // title: '浠撳簱绠$悊', - // list: [ - // { - // name: '棰嗘枡', - // url: '/pages/storeManagement/MaterialRequisition/index', - // icon: 'eleven' - // }, - // { - // name: '鍙栨秷棰嗘枡', - // url: '/pages/storeManagement/CancelMaterialRequisition/index', - // icon: 'twelve' - // }, - // ] - // } + { + title: '浠撳簱绠$悊', + list: [ + { + name: '棰嗘枡', + url: '/pages/storeManagement/MaterialRequisition/index', + icon: 'eleven' + }, + { + name: '鍙栨秷棰嗘枡', + url: '/pages/storeManagement/CancelMaterialRequisition/index', + icon: 'twelve' + }, + ] + } ] }; }, -- Gitblit v1.9.3