From 1204e1ae66a50ec99b4dea80e839c1264c36ef48 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期一, 19 二月 2024 13:24:30 +0800 Subject: [PATCH] 修改标签因单据条件生成重复问题,前端防止重复点击问题 --- HTML/views/ASNSetting/ArrivalNoticeDetail.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HTML/views/ASNSetting/ArrivalNoticeDetail.html b/HTML/views/ASNSetting/ArrivalNoticeDetail.html index ea64c3a..c3f0575 100644 --- a/HTML/views/ASNSetting/ArrivalNoticeDetail.html +++ b/HTML/views/ASNSetting/ArrivalNoticeDetail.html @@ -63,7 +63,7 @@ </select> </div> - <label class="layui-form-label" style="width: 70px;"><p id="CustomerNamep">瀹㈡埛鍚嶇О</p></label> + <label class="layui-form-label" style="width: 70px;"><p id="CustomerNamep">瀹㈡埛</p></label> <div class="layui-input-inline"> <select name="CustomerName" id="CustomerName" lay-verify="" lay-search> <option value=""></option> @@ -629,7 +629,7 @@ { if (res.data[i].Type == 0) { - $("#CustomerNamep").html("瀹㈡埛閫夋嫨"); + $("#CustomerNamep").html("瀹㈡埛"); $("#CustomerName").append('<option value =' + res.data[i].CustomerNo + '>' + res.data[i].CustomerName + '</option>'); } @@ -638,7 +638,7 @@ { if (res.data[i].Type == 1) { - $("#CustomerNamep").html("渚涘簲鍟嗛�夋嫨"); + $("#CustomerNamep").html("渚涘簲鍟�"); $("#CustomerName").append('<option value =' + res.data[i].CustomerNo + '>' + res.data[i].CustomerName + '</option>'); } @@ -647,7 +647,7 @@ { if (res.data[i].Type == 2) { - $("#CustomerNamep").html("璐т富閫夋嫨"); + $("#CustomerNamep").html("璐т富"); $("#CustomerName").append('<option value =' + res.data[i].CustomerNo + '>' + res.data[i].CustomerName + '</option>'); } -- Gitblit v1.8.0