From 867aba2636e34a1050b1c4c84bbe78cc9c39b553 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期六, 22 三月 2025 15:11:11 +0800
Subject: [PATCH] 1

---
 代码管理/AGVjiaoliaoPDA/pages/materielGroup/EmptyInTask.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/EmptyInTask.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/EmptyInTask.vue"
index 1baffc8..ab17d17 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/EmptyInTask.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/EmptyInTask.vue"
@@ -62,10 +62,10 @@
 							<uni-easyinput type="text" :focus="!addressFocus" v-model="inboundBarcode"
 								placeholder="璇锋壂鎻忔墭鐩樻潯鐮�" ref='midInput' @input="inputChangebarcode" />
 						</uni-forms-item> -->
-						<uni-forms-item label="鐗╂枡绫诲瀷">
+					<!-- 	<uni-forms-item label="鐗╂枡绫诲瀷">
 							<uni-easyinput type="text" v-model="PalletCode" placeholder="璇锋壂鎻忕墿鏂欑被鍨�" ref='midInput'
 								:focus="addressFocus" />
-						</uni-forms-item>
+						</uni-forms-item> -->
 						<!-- <uni-forms-item label="缁堢偣缂撳瓨鏋跺尯鍩�">
 							<uni-data-select v-model="value" :localdata="range"></uni-data-select>
 						</uni-forms-item> -->
@@ -173,7 +173,7 @@
 				var postData = {
 					MainData: {
 						"stationcode": this.stationcode,
-						"PalletCode": this.PalletCode,
+						// "PalletCode": this.PalletCode,
 						"toaddress": this.value,
 					}
 				}
@@ -182,7 +182,7 @@
 					if (res.status) {
 						uni.$showMsg("浠诲姟娣诲姞鎴愬姛");
 						this.stationcode = "";
-						this.PalletCode = "";
+						// this.PalletCode = "";
 						this.toaddress = "";
 						setTimeout(() => {
 							// this.materialtype = false;

--
Gitblit v1.9.3