From 7195016afc472307e4db0b415e45c9d4275bdb02 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 30 十月 2025 17:27:32 +0800
Subject: [PATCH] 1

---
 项目代码/PDA/pages/task/Inbound.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/task/Inbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/task/Inbound.vue"
index 821c4ee..8d1b418 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/task/Inbound.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/task/Inbound.vue"
@@ -13,10 +13,10 @@
 						<uni-easyinput type="text" :focus="istrue" v-model="SourceAddress" placeholder="璇疯緭鍏ュ叆搴撹捣鐐�"
 							ref='midInput' />
 					</uni-forms-item>
-					<uni-forms-item label="鍏ュ簱缁堢偣">
+					<!-- <uni-forms-item label="鍏ュ簱缁堢偣">
 						<uni-easyinput type="text" :focus="istrue" v-model="TargetAddress" placeholder="璇疯緭鍏ュ叆搴撶粓鐐�"
 							ref='midInput' />
-					</uni-forms-item>
+					</uni-forms-item> -->
 					<uni-forms-item label="缁� 鐐� 鍖� 鍩�">
 						<uni-data-select :focus="!istrue" v-model="AreaId" :localdata="range"
 							placeholder="璇疯緭閫夋嫨鍏ュ簱缁堢偣鍖哄煙"></uni-data-select>
@@ -76,7 +76,6 @@
 			</view>
 		</view>
 		<u-toast ref="luToast" />
-	</view>
 	</view>
 </template>
 
@@ -257,13 +256,13 @@
 					this.$u.post('/api/BoxingInfo/GetPalletCodeInfo?palletCode=' + this.PalletCode2, "").then(
 						res => {
 							if (res.status) {
-								this.group=res.data;
+								this.group = res.data;
 								console.log(this.group);
 								setTimeout(this.updateFocus, 200);
 								setTimeout(() => {
 									this.voiceSpeech('../../static/success.mp3');
 								}, 100);
-							} 
+							}
 						})
 				})
 			},

--
Gitblit v1.9.3