From 131347ad63bb534b5abb6dbc979f0a47d780d8ff Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期三, 15 一月 2025 15:06:05 +0800
Subject: [PATCH] ·

---
 Pda/View/AsnSetting/pingKuEnter.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Pda/View/AsnSetting/pingKuEnter.html b/Pda/View/AsnSetting/pingKuEnter.html
index 5319e45..c1cd262 100644
--- a/Pda/View/AsnSetting/pingKuEnter.html
+++ b/Pda/View/AsnSetting/pingKuEnter.html
@@ -424,16 +424,17 @@
 				// 		//鍥炶皟
 				// 	});
 				// }
-				let bval = $('select[id="bar"]').next().find('.layui-select-title input').val()
-				if (!bval && IsHuiKu == 0) {
-					layer.msg('璇烽�夋嫨鍏ュ簱鍗�', {
+				
+				if (!$("#PalletNo").val()) {
+					layer.msg('璇锋壂鎻忔墭鐩樻潯鐮�', {
 						icon: 2,
 						time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
 					});
 					return;
 				}
-				if (!$("#PalletNo").val()) {
-					layer.msg('璇锋壂鎻忔墭鐩樻潯鐮�', {
+				let bval = $('select[id="bar"]').next().find('.layui-select-title input').val()
+				if (!bval && IsHuiKu == 0) {
+					layer.msg('璇烽�夋嫨鍏ュ簱鍗�', {
 						icon: 2,
 						time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
 					});

--
Gitblit v1.8.0