| | |
| | | <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> |
| | |
| | | color: 'red', |
| | | cuIcon: 'pullup', |
| | | url: '/order/orderPakin' |
| | | }, |
| | | { |
| | | title: '销售单入库', |
| | | name: 'orderIn', |
| | | color: 'blue', |
| | | cuIcon: 'pullup', |
| | | url: '/order/orderIn' |
| | | }, |
| | | { |
| | | title: 'Bom入库单', |
| | |
| | | url: '/pakin/piking' |
| | | }, |
| | | { |
| | | title: '并板组托', |
| | | name: 'mergeStore', |
| | | color: 'olive', |
| | | cuIcon: 'order', |
| | | url: '/pakin/mergeStore' |
| | | }, |
| | | { |
| | | title: '换板绑定', |
| | | name: 'changePallet', |
| | | color: 'green', |