导航页
@@ -13,15 +13,11 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd_home_wrapper">
|
<view class="zd_home_wrapper">
|
||||||
<view class="menus_wrap" v-for="(e, i) in menuList" :key="e.id">
|
<view class="menus_wrap">
|
||||||
<view class="fir_menu_wrap">
|
<view class="fir_menu_wrap">
|
||||||
<view class="fir_menu_tip"></view>
|
<view class="fir_menu-item" v-for="e in menuList1" :key="e.id" @tap="toPage(e)">
|
||||||
<view class="fir_menu_title">{{e.name}}</view>
|
<image class="menu-img" :src="require('../../static/image/menu/' + e.icon + '.png')" alt="">
|
||||||
</view>
|
<view class="menu-name">{{e.title}}</view>
|
||||||
<view class="sec_menu_wrap">
|
|
||||||
<view class="sec_menu-item" v-for="(el, i) in e.sonTree" :key="el.menu_id" @tap="toPage(el)">
|
|
||||||
<image class="menu-img" :src="require('../../static/image/menu/' + el.icon + '.png')" alt="">
|
|
||||||
<view class="menu-name">{{el.name}}</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -47,6 +43,17 @@
|
|||||||
{menu_id: '1', icon: 'RF04', name: '任务流转', path: '/pages/manage/task-flow'}
|
{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,
|
show: false,
|
||||||
secM: []
|
secM: []
|
||||||
};
|
};
|
||||||
@@ -129,22 +136,18 @@
|
|||||||
.zd_home_wrapper
|
.zd_home_wrapper
|
||||||
_wh(100%, calc(100% - 238rpx))
|
_wh(100%, calc(100% - 238rpx))
|
||||||
margin-bottom 24rpx
|
margin-bottom 24rpx
|
||||||
overflow-y scroll
|
|
||||||
.menus_wrap
|
|
||||||
width 100%
|
|
||||||
background-color #fff
|
background-color #fff
|
||||||
border-radius: 12rpx;
|
border-radius: 12rpx;
|
||||||
padding: 14rpx;
|
padding: 14rpx;
|
||||||
margin-bottom 24rpx
|
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
|
.fir_menu_wrap
|
||||||
_wh(100%, 68rpx)
|
|
||||||
.fir_menu_title
|
|
||||||
_font(36rpx, 68rpx, #333, bold,)
|
|
||||||
.sec_menu_wrap
|
|
||||||
_fj(flex-start,flex-start,,wrap)
|
_fj(flex-start,flex-start,,wrap)
|
||||||
align-content: flex-start
|
align-content: flex-start
|
||||||
.sec_menu-item
|
.fir_menu-item
|
||||||
_fj()
|
_fj()
|
||||||
flex-direction column
|
flex-direction column
|
||||||
_wh(30%, auto)
|
_wh(30%, auto)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.6 KiB |
BIN
static/image/menu/RF05.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/image/menu/RF06.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/image/menu/RF07.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/image/menu/RF08.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
static/image/menu/RF09.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |