From a7622e2bd9505929476d407758ced8396db6d252 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 18 三月 2024 09:30:32 +0800
Subject: [PATCH] #

---
 pages/pakin/pakin.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index 3dfc74b..e759f47 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -186,6 +186,7 @@
 			// 鎵樼洏鐮佹湁璇噸缃�
 			barcodeFocuss() {
 				let that = this;
+				this.matFocus = false;
 				that.barcodeFocus = false;
 				setTimeout(() => {
 					that.barcode = '';
@@ -194,7 +195,7 @@
 			},
 			// 鍟嗗搧鍏夋爣娓呯┖閲嶇疆
 			focuss() {
-				this.focus = false;
+				this.matFocus = false;
 				setTimeout(() => {
 					this.matnr = '';
 					this.matFocus = true;
@@ -379,8 +380,10 @@
 			// 纭閲嶇疆
 			resetConfirm() {
 				this.dataList = []
+				this.barcode = ''
 				this.messageText = "閲嶇疆瀹屾垚"
 				this.messageToggle('success')
+				this.barcodeFocuss()
 			},
 			// 鍙栨秷閲嶇疆
 			resetClose() {
@@ -427,7 +430,7 @@
 
 	.code-decs {
 		width: 20vw;
-		font-size: 18px;
+		font-size: 14px;
 		color: #303133;
 	}
 

--
Gitblit v1.9.1