From af7f90877c05ddf47cff415de50f0a29ddb84ecb Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 10 十一月 2023 14:26:09 +0800
Subject: [PATCH] 客户:编辑页面 默认币别 选择弹窗报错解决
---
WebTM/views/基础资料/销售基础资料/Gy_Customer_Edit.html | 4 ++--
WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 2364ad9..6d84106 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -18,10 +18,10 @@
<publishTime>01/28/2016 14:22:24</publishTime>
</File>
<File Include="bin/WebTM.dll">
- <publishTime>11/10/2023 11:19:42</publishTime>
+ <publishTime>11/10/2023 13:56:20</publishTime>
</File>
<File Include="bin/WebTM.pdb">
- <publishTime>11/10/2023 11:19:42</publishTime>
+ <publishTime>11/10/2023 13:56:20</publishTime>
</File>
<File Include="HtmlPage1.html">
<publishTime>04/11/2023 16:34:42</publishTime>
@@ -2751,10 +2751,10 @@
<publishTime>11/03/2023 21:45:51</publishTime>
</File>
<File Include="views/鍩虹璧勬枡/閿�鍞熀纭�璧勬枡/Gy_Customer_Edit.html">
- <publishTime>11/09/2023 13:56:04</publishTime>
+ <publishTime>11/10/2023 14:21:37</publishTime>
</File>
<File Include="views/鍩虹璧勬枡/閿�鍞熀纭�璧勬枡/Gy_Customer_Edit.html">
- <publishTime>11/09/2023 13:56:04</publishTime>
+ <publishTime>11/10/2023 14:21:37</publishTime>
</File>
<File Include="views/鍩虹璧勬枡/闅愯棌鍒楄缃�/Gy_GridView_Hide.html">
<publishTime>05/29/2023 09:13:38</publishTime>
@@ -5049,7 +5049,7 @@
<publishTime>11/03/2023 21:45:51</publishTime>
</File>
<File Include="views/楠屾敹鍏ュ簱/濮斿鍏ュ簱/Kf_EntrustInBill_Fast.html">
- <publishTime>11/03/2023 21:45:51</publishTime>
+ <publishTime>11/10/2023 13:51:52</publishTime>
</File>
<File Include="views/楠屾敹鍏ュ簱/濮斿鍏ュ簱/Kf_EntrustInBill_FastList.html">
<publishTime>04/14/2023 15:36:24</publishTime>
@@ -5064,7 +5064,7 @@
<publishTime>04/11/2023 16:34:43</publishTime>
</File>
<File Include="Web.config">
- <publishTime>11/08/2023 17:24:35</publishTime>
+ <publishTime>11/10/2023 13:56:27</publishTime>
</File>
</ItemGroup>
</Project>
\ No newline at end of file
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\224\200\345\224\256\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Customer_Edit.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\224\200\345\224\256\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Customer_Edit.html"
index dd8a9a9..aa4f8c9 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\224\200\345\224\256\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Customer_Edit.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\351\224\200\345\224\256\345\237\272\347\241\200\350\265\204\346\226\231/Gy_Customer_Edit.html"
@@ -463,7 +463,7 @@
shift: 2,
area: ['80%', '80%'],
maxmin: true,
- content: ['../../PublicPage/CurrencyInformation.html', 'yes'],
+ content: ['../../鍩虹璧勬枡/鍏敤鍩虹璧勬枡/Gy_Currency.html', 'yes'],
btn: ['纭畾', '鍙栨秷']
, btn1: function (index, layero) {
@@ -473,7 +473,7 @@
if (checkStatus.data.length === 0) {
return layer.msg('璇烽�夋嫨鏁版嵁');
}
- $("#HCurName").val(checkStatus.data[0].HName);
+ $("#HCurName").val(checkStatus.data[0].璐у竵鍚嶇О);
$("#HCurID").val(checkStatus.data[0].HItemID);
layer.close(layer.index); //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨�
}
--
Gitblit v1.9.1