From beba551efd6c6e18d13704cfb993c8cb850ca39f Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期一, 05 二月 2024 15:05:38 +0800
Subject: [PATCH] 1
---
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