From c7262ac9c1ac9f844f79b9193734c96644e3a165 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期二, 22 七月 2025 15:45:53 +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 bd02179..92e1cfe 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