diff --git a/pages/home/home.vue b/pages/home/home.vue index 0688ffe..194aaca 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -13,15 +13,11 @@ - + - - {{e.name}} - - - - - {{el.name}} + + + {{e.title}} @@ -47,6 +43,17 @@ {menu_id: '1', icon: 'RF04', name: '任务流转', path: '/pages/manage/task-flow'} ]} ], + menuList1: [ + {id: 1, title: '空托盘出库', icon: 'RF01', path: ''}, + {id: 2, title: '空托盘入库', icon: 'RF02', path: ''}, + {id: 3, title: '组盘入库', icon: 'RF03', path: ''}, + {id: 4, title: '原料出库', icon: 'RF04', path: ''}, + {id: 5, title: '生产下料', icon: 'RF05', path: ''}, + {id: 6, title: '点位更新', icon: 'RF06', path: ''}, + {id: 7, title: '定点作业', icon: 'RF07', path: ''}, + {id: 8, title: '作业管理', icon: 'RF08', path: ''}, + {id: 9, title: '出库确认', icon: 'RF09', path: ''} + ], show: false, secM: [] }; @@ -129,22 +136,18 @@ .zd_home_wrapper _wh(100%, calc(100% - 238rpx)) margin-bottom 24rpx - overflow-y scroll -.menus_wrap - width 100% background-color #fff border-radius: 12rpx; padding: 14rpx; margin-bottom 24rpx - box-shadow: 0 4rpx 10rpx 4rpx rgba(0,0,0,.1); + box-shadow: 0 4rpx 10rpx 4rpx rgba(0,0,0,.1) + overflow-y scroll +.menus_wrap + width 100% .fir_menu_wrap - _wh(100%, 68rpx) -.fir_menu_title - _font(36rpx, 68rpx, #333, bold,) -.sec_menu_wrap _fj(flex-start,flex-start,,wrap) align-content: flex-start -.sec_menu-item +.fir_menu-item _fj() flex-direction column _wh(30%, auto) diff --git a/static/image/menu/RF01.png b/static/image/menu/RF01.png index af989ff..450da60 100644 Binary files a/static/image/menu/RF01.png and b/static/image/menu/RF01.png differ diff --git a/static/image/menu/RF02.png b/static/image/menu/RF02.png index 6417a79..4b8ce5c 100644 Binary files a/static/image/menu/RF02.png and b/static/image/menu/RF02.png differ diff --git a/static/image/menu/RF03.png b/static/image/menu/RF03.png index 7e9ddd2..6417a79 100644 Binary files a/static/image/menu/RF03.png and b/static/image/menu/RF03.png differ diff --git a/static/image/menu/RF04.png b/static/image/menu/RF04.png index 78cca87..7e9ddd2 100644 Binary files a/static/image/menu/RF04.png and b/static/image/menu/RF04.png differ diff --git a/static/image/menu/RF05.png b/static/image/menu/RF05.png new file mode 100644 index 0000000..30c871f Binary files /dev/null and b/static/image/menu/RF05.png differ diff --git a/static/image/menu/RF06.png b/static/image/menu/RF06.png new file mode 100644 index 0000000..e18e35a Binary files /dev/null and b/static/image/menu/RF06.png differ diff --git a/static/image/menu/RF07.png b/static/image/menu/RF07.png new file mode 100644 index 0000000..44fa467 Binary files /dev/null and b/static/image/menu/RF07.png differ diff --git a/static/image/menu/RF08.png b/static/image/menu/RF08.png new file mode 100644 index 0000000..ab42ca3 Binary files /dev/null and b/static/image/menu/RF08.png differ diff --git a/static/image/menu/RF09.png b/static/image/menu/RF09.png new file mode 100644 index 0000000..ee6ef08 Binary files /dev/null and b/static/image/menu/RF09.png differ