From 3a89a0b435821e074e781e5eb9eaebae16de01d6 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期六, 24 八月 2024 16:28:36 +0800 Subject: [PATCH] PDA组托页面和平库入库托盘上架 --- 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