From 4ae84adcf721968c92f7b58af63bc16c740cb19b Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 03 七月 2025 16:30:50 +0800
Subject: [PATCH] #

---
 pages/outbound/wavePickItem.vue |    4 ++--
 pages/home/index.vue            |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/home/index.vue b/pages/home/index.vue
index 39631dc..bfe5663 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -146,7 +146,7 @@
 				</navigator>
 			</view>
 			<view class="cu-item">
-				<navigator hover-class='none' url="/pages/outbound/wavePick" navigateTo>
+				<navigator hover-class='none' url="/pages/outbound/wavePickItem" navigateTo>
 					<view class="cuIcon-apps text-blue">
 					</view>
 					<text>{{$t('index.wavePick')}}</text>
diff --git a/pages/outbound/wavePickItem.vue b/pages/outbound/wavePickItem.vue
index e62dcbf..25f9817 100644
--- a/pages/outbound/wavePickItem.vue
+++ b/pages/outbound/wavePickItem.vue
@@ -1,10 +1,10 @@
 <template>
 	<view class="has-foot">
 		<form>
-			<view class="cu-form-group" v-show="!isconfirm">
+			<!-- <view class="cu-form-group" v-show="!isconfirm">
 				<view class="title">娉㈡鍙�</view>
 				<text class="text-black ">{{wave.code}}</text>				
-			</view>
+			</view> -->
 			<view class="cu-form-group" v-show="!isconfirm">
 				<view class="title">瀹瑰櫒鍙�</view>
 				<input placeholder="璇锋壂鎻忓鍣ㄥ彿" v-model="barcode"  focus></input>

--
Gitblit v1.9.1