|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <view class="cu-bar bg-white solid-bottom margin-top"> | 
|---|
|  |  |  | <view class="action"> | 
|---|
|  |  |  | <text class="cuIcon-title text-orange "></text> 出库 | 
|---|
|  |  |  | <text class="cuIcon-title text-orange "></text> 作业 | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | <view class="cuIcon-apps text-blue"> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <text>{{$t('index.quickPicking')}}</text> | 
|---|
|  |  |  | </navigator> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="cu-item"> | 
|---|
|  |  |  | <navigator hover-class='none' url="/pages/outbound/wavePickItem" navigateTo> | 
|---|
|  |  |  | <view class="cuIcon-apps text-blue"> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <text>{{$t('index.wavePick')}}</text> | 
|---|
|  |  |  | </navigator> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="cu-item"> | 
|---|
|  |  |  | <navigator hover-class='none' url="/pages/check/checkOrder" navigateTo> | 
|---|
|  |  |  | <view class="cuIcon-apps text-blue"> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <text>{{$t('index.checkOrder')}}</text> | 
|---|
|  |  |  | </navigator> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | setTimeout(() => { | 
|---|
|  |  |  | uni.removeStorageSync('token'); | 
|---|
|  |  |  | uni.reLaunch({ | 
|---|
|  |  |  | url: "/pages/login/login" | 
|---|
|  |  |  | url: "/pages/login/index" | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | }, 1000); | 
|---|
|  |  |  | } | 
|---|