From a4389f638340954e565124aed9776f1da5c49c4a Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期六, 24 二月 2024 11:09:00 +0800
Subject: [PATCH] 完善申请巷道接口,修改分配及出库单明细数量类型

---
 HTML/views/ASNSetting/ArrivalNoticeDetail.html |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/HTML/views/ASNSetting/ArrivalNoticeDetail.html b/HTML/views/ASNSetting/ArrivalNoticeDetail.html
index c6e0191..068f453 100644
--- a/HTML/views/ASNSetting/ArrivalNoticeDetail.html
+++ b/HTML/views/ASNSetting/ArrivalNoticeDetail.html
@@ -566,6 +566,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