From 8754be2e9ae4b11f7ce6683a0c407117bb9db840 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 10 十一月 2023 12:18:00 +0800
Subject: [PATCH] 销售订单:根据客户带出客户信用额度,编辑页面初始化时设置客户信用额度

---
 WebTM/views/销售管理/销售订单/Add_Edit_Xs_SeOrderBillList.html |    4 +++-
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user      |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index e29bbd7..1fc50c7 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4665,7 +4665,7 @@
       <publishTime>04/11/2023 16:34:43</publishTime>
     </File>
     <File Include="views/閿�鍞鐞�/淇$敤棰濆害鐢宠鍗�/Xs_CusRatingChangeBill.html">
-      <publishTime>11/10/2023 09:44:23</publishTime>
+      <publishTime>11/10/2023 11:44:06</publishTime>
     </File>
     <File Include="views/閿�鍞鐞�/淇$敤棰濆害鐢宠鍗�/Xs_CusRatingChangeBillList.html">
       <publishTime>10/26/2023 20:16:37</publishTime>
@@ -4704,7 +4704,7 @@
       <publishTime>11/03/2023 21:45:51</publishTime>
     </File>
     <File Include="views/閿�鍞鐞�/閿�鍞鍗�/Add_Edit_Xs_SeOrderBillList.html">
-      <publishTime>11/08/2023 13:50:05</publishTime>
+      <publishTime>11/10/2023 12:15:36</publishTime>
     </File>
     <File Include="views/閿�鍞鐞�/閿�鍞鍗�/Xs_SeOrderBillDyColList.html">
       <publishTime>04/11/2023 16:34:43</publishTime>
diff --git "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225/Add_Edit_Xs_SeOrderBillList.html" "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225/Add_Edit_Xs_SeOrderBillList.html"
index a876bb1..22ded23 100644
--- "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225/Add_Edit_Xs_SeOrderBillList.html"
+++ "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\351\224\200\345\224\256\350\256\242\345\215\225/Add_Edit_Xs_SeOrderBillList.html"
@@ -206,7 +206,7 @@
                                         <div class="layui-inline">
                                             <label class="layui-form-label">瀹㈡埛淇$敤棰濆害</label>
                                             <div class="layui-input-inline">
-                                                <input class="layui-input" name="" id="" autocomplete="off" readonly>
+                                                <input class="layui-input" name="HCreditRating_Now" id="HCreditRating_Now" autocomplete="off" readonly>
                                             </div>
                                         </div>
                                     </div>
@@ -931,6 +931,7 @@
                                 , "HLinkMan": data.鑱旂郴浜�
                                 , "HExplanation": data.鎽樿
                                 , "HLinkPhone": data.鑱旂郴鐢佃瘽
+                                , "HCreditRating_Now": data.HCreditRating_Now
                                 , "HRemark": data.琛ㄥご澶囨敞
                                 , "HMaker": data.鍒跺崟浜�
                                 , "HMakeDate": data.鍒跺崟浜� == "" ? "" :formatDate(data.鍒跺崟鏃ユ湡)
@@ -1927,6 +1928,7 @@
                         $("#HExRate").val(data.HExRate);
                         $("#HSSID").val(data.HSSID);
                         $("#HSSName").val(data.HSSName);
+                        $("#HCreditRating_Now").val(data.HCreditRating_Now);
 
                         subHTaxRate = data.HTaxRate;
 

--
Gitblit v1.9.1