From b5eec4dc738e4abc20c652c041fa7b17ba0e636f Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期一, 19 二月 2024 09:37:46 +0800
Subject: [PATCH] Merge branch 'csc'

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