From c3877b2ebec19f473f45e8c2245926f65d2a3948 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 10 九月 2025 09:26:23 +0800
Subject: [PATCH] 代码提交

---
 项目代码/LGPDA/pages/task/Inbound.vue |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Inbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Inbound.vue"
index 15c715c..bc9a2cb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Inbound.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/LGPDA/pages/task/Inbound.vue"
@@ -63,22 +63,22 @@
 					this.current = e.currentIndex;
 				}
 			},
-			carNoInputChange() {
-				this.istrue = false;
-				this.$nextTick(function(x) {
-					if (this.barcode != '') {
-						this.istrue = true;
-					}
-				})
-			},
-			inputChangebarcode() {
-				this.barcodefocus = false;
-				this.$nextTick(function(x) {
-					if (this.barcode != '') {
-						this.barcodefocus = true;
-					}
-				})
-			},
+			// carNoInputChange() {
+			// 	this.istrue = false;
+			// 	this.$nextTick(function(x) {
+			// 		if (this.barcode != '') {
+			// 			this.istrue = true;
+			// 		}
+			// 	})
+			// },
+			// inputChangebarcode() {
+			// 	this.barcodefocus = false;
+			// 	this.$nextTick(function(x) {
+			// 		if (this.barcode != '') {
+			// 			this.barcodefocus = true;
+			// 		}
+			// 	})
+			// },
 			InboundTask() {
 				if (this.PalletCode.length <= 0 && this.Point.length) {
 					this.$refs.InboundTaskluToast.show({

--
Gitblit v1.9.3