From 547be02059fa1b19445b42d1ec66a4d8e84606a7 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 21 Oct 2025 13:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E5=8F=96=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 2 +- pages/zw/confirm-quhuo.vue | 13 +++++++++++-- pages/zw/ll-instore.vue | 4 ++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index e861369..7fd425b 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -41,7 +41,7 @@ return { userName: '', menuList: [ - {title: '原料管理', path: 'RF04', sonTree: [{title: '来料入库', path: '/pages/zw/ll-instore'}, {title: '空载具入库', path: '/pages/zw/kzj-instore'}, {title: '空载具出库', path: '/pages/zw/kzj-outstore'}, {title: '点位属性设置', path: '/pages/zw/point-attrset'}, {title: '物料组盘', path: '/pages/zw/wl-groupplate'}, {title: '确认取货', path: '/pages/zw/confirm-quhuo'}]}, + {title: '原料管理', path: 'RF04', sonTree: [{title: '来料入库', path: '/pages/zw/ll-instore'}, {title: '空载具入库', path: '/pages/zw/kzj-instore'}, {title: '空载具出库', path: '/pages/zw/kzj-outstore'}, {title: '点位属性设置', path: '/pages/zw/point-attrset'}, {title: '物料组盘', path: '/pages/zw/wl-groupplate'}, {title: '点位更新', path: '/pages/zw/confirm-quhuo'}]}, {title: '解包管理', path: 'RF03', sonTree: [{title: '解包上料', path: '/pages/zw/jb-up-mater'}, {title: '解包下料', path: '/pages/zw/jb-lower-mater'}, {title: '料桶盘点', path: '/pages/zw/materbox-instore'}, {title: '解包退料', path: '/pages/zw/jb-return-mater'}, {title: '人车安全', path: '/pages/zw/mancar-safe'}]}, {title: '产线管理', path: 'RF07', sonTree: [{title: '手工叫料', path: '/pages/zw/manual-callmater'}, {title: '手工退料', path: '/pages/zw/manual-returnmater'}]}, {title: '作业管理', path: 'RF05', sonTree: [{title: '作业管理', path: '/pages/zw/zygl'}]}, diff --git a/pages/zw/confirm-quhuo.vue b/pages/zw/confirm-quhuo.vue index ca31c23..7221926 100644 --- a/pages/zw/confirm-quhuo.vue +++ b/pages/zw/confirm-quhuo.vue @@ -1,6 +1,6 @@