From 9ffd3dce0bb92458d6cbcd9993c63d5fb68c7367 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 07 七月 2025 08:13:12 +0800 Subject: [PATCH] # --- pages/home/index.vue | 96 ++++++++++++++++++++++++++++++++--------------- 1 files changed, 65 insertions(+), 31 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 573969c..bfe5663 100644 --- a/pages/home/index.vue +++ b/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,23 +46,23 @@ <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> - <!-- <view class="cu-item"> - <navigator hover-class='none' url="/pages/listing/untie" navigateTo> + <view class="cu-item"> + <navigator hover-class='none' url="/pages/listing/unPakin" navigateTo> <view class="cuIcon-cardboardforbid text-blue"> </view> - <text>瑙g粦</text> + <text>{{$t('index.palletBuilding')}}</text> </navigator> - </view> --> + </view> <view class="cu-item"> <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,45 +87,76 @@ <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> - - <view class="cu-item"> - <navigator hover-class='none' url="/pages/listing/upper" navigateTo> - <view class="cuIcon-punch text-blue"> - </view> - <text>涓婃灦</text> - </navigator> - </view> - <view class="cu-item"> - <navigator hover-class='none' url="/pages/phyz/inStock/inStock" navigateTo> - <view class="cuIcon-punch text-blue"> - </view> - <text>鍏ュ簱涓婃灦</text> - </navigator> + + + </view> + <view class="cu-bar bg-white solid-bottom margin-top"> + <view class="action"> + <text class="cuIcon-title text-orange "></text> AGV </view> </view> + <view class="cu-list grid col-4 no-border"> + <view class="cu-item"> + <navigator hover-class='none' url="/pages/AGV/AGVStaBind" navigateTo> + <view class="cuIcon-punch text-blue"> + </view> + <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>{{$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>{{$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>{{$t('index.bindAndInbound')}}</text> + </navigator> + </view> + + </view> + <view class="cu-bar bg-white solid-bottom margin-top"> <view class="action"> <text class="cuIcon-title text-orange "></text> 鍑哄簱 - </view> + </view> </view> - + <view class="cu-list grid col-4 no-border"> <view class="cu-item"> <navigator hover-class='none' url="/pages/outbound/fastPicking" navigateTo> <view class="cuIcon-apps text-blue"> </view> - <text>蹇�熸嫞璐�</text> + <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> <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> @@ -140,7 +171,10 @@ } } }, - onShow() { + + onShow() { + + this.user = uni.getStorageSync('userData'); }, methods: { @@ -152,7 +186,7 @@ setTimeout(() => { uni.removeStorageSync('token'); uni.reLaunch({ - url: "/pages/login/login" + url: "/pages/login/index" }); }, 1000); } -- Gitblit v1.9.1