| | |
| | | <navigator hover-class='none' url="/pages/rece/other" navigateTo>
|
| | | <view class="cuIcon-taoxiaopu text-blue">
|
| | | </view>
|
| | | <text>单据收货</text>
|
| | | <text>{{$t('index.GR')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <navigator hover-class='none' url="/pages/listing/matnrPalletising" navigateTo>
|
| | | <view class="cuIcon-cardboard text-blue">
|
| | | </view>
|
| | | <text>单据组托</text>
|
| | | <text>{{$t('index.palletizing')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <navigator hover-class='none' url="/pages/listing/unPakin" navigateTo>
|
| | | <view class="cuIcon-cardboardforbid text-blue">
|
| | | </view>
|
| | | <text>组托解绑</text>
|
| | | <text>{{$t('index.palletBuilding')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <navigator hover-class='none' url="/pages/inspect/report" navigateTo>
|
| | | <view class="cuIcon-edit text-blue">
|
| | | </view>
|
| | | <text>报检</text>
|
| | | <text>{{$t('index.inspectionRequest')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <navigator hover-class='none' url="/pages/inspect/check" navigateTo>
|
| | | <view class="cuIcon-warn text-blue">
|
| | | </view>
|
| | | <text>质检</text>
|
| | | <text>{{$t('index.qualityInspection')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <navigator hover-class='none' url="/pages/inspect/bad" navigateTo>
|
| | | <view class="cuIcon-appreciate text-blue">
|
| | | </view>
|
| | | <text>不良标记</text>
|
| | | <text>{{$t('index.defectiveMarking')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <navigator hover-class='none' url="/pages/listing/labour" navigateTo>
|
| | | <view class="cuIcon-friendadd text-blue">
|
| | | </view>
|
| | | <text>人工上架</text>
|
| | | <text>{{$t('index.manualPutaway')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | <navigator hover-class='none' url="/pages/AGV/AGVStaBind" navigateTo>
|
| | | <view class="cuIcon-punch text-blue">
|
| | | </view>
|
| | | <text>站点绑定</text>
|
| | | <text>{{$t('index.stationBinding')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <navigator hover-class='none' url="/pages/AGV/StartInTask" navigateTo>
|
| | | <view class="cuIcon-punch text-blue">
|
| | | </view>
|
| | | <text>绑定入库</text>
|
| | | <text>{{$t('index.inboundInitiation')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <navigator hover-class='none' url="/pages/AGV/StaUnBind" navigateTo>
|
| | | <view class="cuIcon-punch text-blue">
|
| | | </view>
|
| | | <text>站点解绑</text>
|
| | | <text>{{$t('index.stationUnbinding')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <navigator hover-class='none' url="/pages/AGV/BindAndInTask" navigateTo>
|
| | | <view class="cuIcon-punch text-blue">
|
| | | </view>
|
| | | <text>绑定&入库</text>
|
| | | <text>{{$t('index.bindAndInbound')}}</text>
|
| | | </navigator>
|
| | | </view>
|
| | |
|
| | |
| | | </view>
|
| | |
|
| | | <view class="padding flex flex-direction">
|
| | | <view class="cu-btn bg-red margin-tb-sm lg round" @click="equit">退出登录</view>
|
| | | <view class="cu-btn bg-red margin-tb-sm lg round" @click="equit">{{$t('index.outLogin')}}</view>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | }
|
| | | }
|
| | | },
|
| | | onShow() { |
| | | |
| | | onShow() {
|
| | | |
| | | |
| | | this.user = uni.getStorageSync('userData');
|
| | | },
|
| | | methods: {
|