| | |
| | | <view class="nav-list"> |
| | | <navigator hover-class='none' :url="'/pages' + item.url" class="nav-li" navigateTo |
| | | :class="'bg-'+item.color" :style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]" |
| | | v-for="(item,index) in elements" :key="index"> |
| | | v-for="(item,index) in elements2" :key="index"> |
| | | <view class="nav-title">{{item.title}}</view> |
| | | <view class="nav-name">{{item.name}}</view> |
| | | <text :class="'cuIcon-' + item.cuIcon"></text> |
| | |
| | | name: 'orderPutOn', |
| | | color: 'yellow', |
| | | cuIcon: 'pullup', |
| | | url: '/order/orderPutOn' |
| | | url: '/order/orderList' |
| | | }, |
| | | { |
| | | title: '订单组托', |
| | |
| | | color: 'olive', |
| | | cuIcon: 'pulldown', |
| | | url: '/order/orderComb' |
| | | }, |
| | | { |
| | | title: '并板入库', |
| | | name: 'orderPickConfirm', |
| | | color: 'green', |
| | | cuIcon: 'pulldown', |
| | | url: '/order/orderPickConfirm' |
| | | }, |
| | | { |
| | | title: '制令入库', |
| | | name: 'pakin', |
| | | color: 'green', |
| | | cuIcon: 'pulldown', |
| | | url: '/order/zlOrderPakin' |
| | | }, |
| | | // { |
| | | // title: '库存查询', |
| | |
| | | } |
| | | that.elements.push({ |
| | | title: '退出登录', |
| | | name: 'logOut', |
| | | name: '', |
| | | color: 'grey', |
| | | cuIcon: 'exit', |
| | | cuIcon: '', |
| | | url: '/login/logOut' |
| | | }) |
| | | } else if (res.code === 403) { |