zjj
2025-05-16 65897d713fe067744326e9b0a6bbac98f495838c
pages/home/index.vue
@@ -31,7 +31,7 @@
            <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>
@@ -46,7 +46,7 @@
            <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>
@@ -54,7 +54,7 @@
            <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>
@@ -62,7 +62,7 @@
            <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>
@@ -70,7 +70,7 @@
            <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>
@@ -78,7 +78,7 @@
            <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>
@@ -87,7 +87,7 @@
            <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>
         
@@ -104,28 +104,28 @@
            <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>
      
@@ -149,7 +149,7 @@
      </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>
@@ -164,7 +164,10 @@
            }
         }
      },
      onShow() {   
         this.user = uni.getStorageSync('userData');         
      },
      methods: {