From 6abc58c209f3c3092eb3134cf20f5a7bd970e374 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 06 三月 2024 09:49:21 +0800 Subject: [PATCH] 出库流程修改 --- HTML/views/ASNSetting/ArrivalNoticeDetail.html | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/HTML/views/ASNSetting/ArrivalNoticeDetail.html b/HTML/views/ASNSetting/ArrivalNoticeDetail.html index c6e0191..a01103b 100644 --- a/HTML/views/ASNSetting/ArrivalNoticeDetail.html +++ b/HTML/views/ASNSetting/ArrivalNoticeDetail.html @@ -439,6 +439,7 @@ active = { add: function () { var typeValue = $("#Type").val(); + console.log(typeValue) layer.open({ type: 2, title: '娣诲姞鏄庣粏', @@ -566,6 +567,19 @@ }); return; } + var type= $("#Type").val(); + if(type=='6'){ + var customerName=$("#CustomerName").val(); + if(customerName==''){ + layer.msg("浠e偍鍗曟嵁璇烽�夋嫨璐т富锛�", { + icon: 2, + time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級 + }, function () { + + }); + return; + } + } SetArrivalNotice(); }); -- Gitblit v1.8.0