From 786c5ca17012ff3a01faf466b751bdbe70629b97 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 25 八月 2025 15:25:46 +0800
Subject: [PATCH] 1

---
 代码管理/NEWCode/WIDESEAWCS_PDA/pages/叫料/空托回流.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\347\251\272\346\211\230\345\233\236\346\265\201.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\347\251\272\346\211\230\345\233\236\346\265\201.vue"
index 253243d..581faaa 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\347\251\272\346\211\230\345\233\236\346\265\201.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\347\251\272\346\211\230\345\233\236\346\265\201.vue"
@@ -13,9 +13,9 @@
 							<uni-easyinput type="text" v-model="sourceAddress1" placeholder="璇锋壂鐬勮捣鐐瑰湴鍧�" ref='secondInput'
 								:focus="focusSecond" @confirm="handleSecondInputConfirm" />
 						</uni-forms-item>
-						<uni-forms-item label="缁堢偣杈撻�佺嚎鍦板潃">
+<!-- 						<uni-forms-item label="缁堢偣杈撻�佺嚎鍦板潃">
 							<uni-data-select v-model="value" :localdata="rangs"></uni-data-select>
-						</uni-forms-item>
+						</uni-forms-item> -->
 						<uni-forms-item>
 							<button @click="inbound" type="primary" size="default"
 								style="margin-top: 2%;">杈撻�佺嚎鎼繍纭</button>
@@ -162,15 +162,15 @@
 					this.$t.message.toast('璇烽�夋嫨璧风偣浣嶇疆');
 					return;
 				}
-				if (targetAddress == "") {
-					this.$t.message.toast('璇锋壂鐬勭粓鐐逛綅缃�');
-					return;
-				}
+				// if (targetAddress == "") {
+				// 	this.$t.message.toast('璇锋壂鐬勭粓鐐逛綅缃�');
+				// 	return;
+				// }
 				var postData = {
 					MainData: {
 						"sourceAddress": this.sourceAddress,
 						"sourceAddress1": this.sourceAddress1,
-						"targetAddress": this.value,
+						// "targetAddress": this.value,
 					}
 				}
 				// console.log(Exception);
@@ -181,7 +181,7 @@
 						this.$t.message.toast('鍛煎彨鎴愬姛');
 						this.sourceAddress = "";
 						this.sourceAddress1 = "";
-						this.value = "";
+						// this.value = "";
 						// this.$refs.popup.close();
 						// this.submit();
 					} else {

--
Gitblit v1.9.3