From e1dd1dc9ba7135e3d64a65587d6c1be2c3e18c5a Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 25 六月 2025 11:01:22 +0800
Subject: [PATCH] 提交最新优化代码

---
 代码管理/淮安PDA/pages/stash/pickingMat.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/pickingMat.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/pickingMat.vue"
index 9d8df60..5de35a0 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/pickingMat.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/pickingMat.vue"
@@ -61,7 +61,7 @@
 								placeholder="璇锋壂鎻忔墭鐩樻潯鐮�" ref='midInput' @input="inputChangebarcode3" />
 						</uni-forms-item>
 						<uni-forms-item label="鍦板潃鏉$爜">
-							<uni-easyinput type="text" v-model="address" placeholder="璇锋壂鎻忓湴鍧�鏉$爜" ref='midInput'
+							<uni-easyinput type="text" v-model="address" :disabled = "addressdisabled" placeholder="璇锋壂鎻忓湴鍧�鏉$爜" ref='midInput'
 								:focus="addressFocus" />
 						</uni-forms-item>
 						<uni-forms-item>
@@ -135,7 +135,8 @@
 				address: "",
 				warehouseId: 0,
 				Summmary: 0,
-				stockInfoDetail: []
+				stockInfoDetail: [],
+				addressdisabled: false
 			}
 		},
 		onLoad(res) {
@@ -143,6 +144,9 @@
 			this.warehouseId = res.warehouseId;
 			if (this.warehouseId == 5) {
 				this.address = "8005"
+			}else if (this.warehouseId == 3) {
+				this.address = "1011";
+				this.addressdisabled = true;
 			}
 			this.istrue = false;
 			this.addressFocus = false;
@@ -182,7 +186,6 @@
 					if (res.status) {
 						uni.$showMsg(res.message);
 						this.inboundBarcode = "";
-						this.address = "";
 						setTimeout(() => {
 							this.addressFocus = false;
 						}, 200);

--
Gitblit v1.9.3