From 2a9bf520f65e85777fff0f20f4c84ba9a810eef5 Mon Sep 17 00:00:00 2001
From: yyk <2336760928@qq.com>
Date: 星期四, 29 八月 2024 13:54:46 +0800
Subject: [PATCH] Merge branch 'yyk'

---
 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