From 131085eb93d51f8ae3de761d02104fcbf867a628 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期四, 19 五月 2022 14:06:46 +0800
Subject: [PATCH] #

---
 pages/basics/checkout.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/pages/basics/checkout.vue b/pages/basics/checkout.vue
index 32ecde1..d78860f 100644
--- a/pages/basics/checkout.vue
+++ b/pages/basics/checkout.vue
@@ -109,11 +109,12 @@
 		},
 		methods: {
 			huanghang() {
-					this.focus = false;
-					this.$nextTick(function() {
-						this.focus = true;
-					});
-					this.matnr = ''
+				this.matnr = ''
+				this.focus = false;
+				this.$nextTick(function() {
+					this.focus = true;
+				});
+					
 			},
 			messageToggle(type) {
 				this.msgType = type
@@ -130,6 +131,7 @@
 				this.matList = []
 				this.barcode = ''
 				this.matnr = ''
+				this.matCount = ''
 				uni.vibrateShort();
 			},
 			removeBarcode() {

--
Gitblit v1.9.1