From e0fb00cb3bb37f519b8444b3c5408111207fb069 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 25 三月 2025 18:37:33 +0800
Subject: [PATCH] 1

---
 代码管理/AGVjiaoliaoPDA/pages/materielGroup/OutboundTask.vue |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/OutboundTask.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/OutboundTask.vue"
index 919f76f..e27abef 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/OutboundTask.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/OutboundTask.vue"
@@ -11,15 +11,17 @@
 									placeholder="璇锋壂鐬勭紦瀛樻灦缂栧彿" ref='midInput' @input="inputChangebarcode" />
 							</uni-forms-item>
 							<uni-forms-item label="鐗╂枡绫诲瀷">
-								<uni-data-select v-model="PalletCode" :localdata="rangs"></uni-data-select>
+									<uni-easyinput type="text" :focus="!addressFocus" v-model="PalletCode"
+										placeholder="璇锋壂鎻忕墿鏂欑被鍨�" ref='midInput' @input="inputChangebarcode" />
 							</uni-forms-item>
 							<uni-forms-item>
-								<button @click="inbound" type="primary" size="default" style="margin-top: 2%;">鍑哄簱纭</button>
+								<button @click="inbound" type="primary" size="default"
+									style="margin-top: 2%;">鍑哄簱纭</button>
 							</uni-forms-item>
 						</uni-forms>
 					</view>
 				</view>
-			 </view>
+			</view>
 			<u-toast ref="uToast" />
 		</view>
 	</template>
@@ -41,7 +43,7 @@
 					materSn: "",
 					sns: [],
 					addressFocus: false,
-					materialtype:"",
+					materialtype: "",
 					stationcode: "",
 					address: "",
 					check: true,
@@ -67,7 +69,7 @@
 					innerAudioContext.src = src;
 					innerAudioContext.play();
 				},
-				
+
 				updateFocus() {
 					this.$nextTick(() => {
 						this.materSn = '';
@@ -139,8 +141,8 @@
 					this.$u.post('/api/Task/OutboundTasks', postData).then(res => {
 						if (res.status) {
 							uni.$showMsg("浠诲姟娣诲姞鎴愬姛");
-							this.stationcode = "";
-							this.PalletCode = "";
+							this.stationcode = ""; // 娓呯┖缂撳瓨鏋剁紪鍙�
+							this.PalletCode = ""; // 娓呯┖鐗╂枡绫诲瀷
 						} else {
 							this.$refs.uToast.show({
 								title: res.message,

--
Gitblit v1.9.3