From e179bf0117d25f49bd0252da89f10cd8b4349c20 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 20 三月 2024 09:40:53 +0800
Subject: [PATCH] Merge branch 'hzdzwms' of http://47.97.1.152:5880/r/wms_app into hzdzwms

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

diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index 3dfc74b..15ee4a6 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -8,7 +8,7 @@
 			</view>
 			<view class="item">
 				<view class="code-decs">鍝佺暘浜岀淮鐮�:</view>
-				<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()">
+				<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()" maxlength="600">
 			</view>
 		</view>
 		<view class="mat-list-title">
@@ -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;
 	}
 
@@ -448,4 +451,4 @@
 		text-align: center;
 		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 	}
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.1