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

---
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user |    2 +-
 WebTM/views/销售管理/收款单/YS_ReceiveBill.html          |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 1fc50c7..288124d 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4683,7 +4683,7 @@
       <publishTime>10/26/2023 13:26:13</publishTime>
     </File>
     <File Include="views/閿�鍞鐞�/鏀舵鍗�/YS_ReceiveBill.html">
-      <publishTime>11/09/2023 13:05:51</publishTime>
+      <publishTime>11/10/2023 12:27:35</publishTime>
     </File>
     <File Include="views/閿�鍞鐞�/鏀舵鍗�/YS_ReceiveBillList.html">
       <publishTime>10/26/2023 13:27:26</publishTime>
diff --git "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\346\224\266\346\254\276\345\215\225/YS_ReceiveBill.html" "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\346\224\266\346\254\276\345\215\225/YS_ReceiveBill.html"
index ab75515..4b1bf21 100644
--- "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\346\224\266\346\254\276\345\215\225/YS_ReceiveBill.html"
+++ "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\346\224\266\346\254\276\345\215\225/YS_ReceiveBill.html"
@@ -277,7 +277,7 @@
                                         <div class="layui-inline">
                                             <label class="layui-form-label">瀹㈡埛淇$敤棰濆害</label>
                                             <div class="layui-input-inline">
-                                                <input class="layui-input" name="" id="" autocomplete="off" style="background-color: #efefef4d;" readonly>
+                                                <input class="layui-input" name="HCreditRating_Now" id="HCreditRating_Now" autocomplete="off" style="background-color: #efefef4d;" readonly>
                                             </div>
                                         </div>
                                     </div>
@@ -974,6 +974,7 @@
                                 , "HDiscountRate": data.鏁村崟鎶樻墸
                                 , "HRelSumMoney": data.鎶樻墸鍚庨噾棰�
                                 , "HAccDate": formatDate(data.璐㈠姟鏃ユ湡)
+                                , "HCreditRating_Now": data.HCreditRating_Now
                                 , "HRemark": data.琛ㄥご澶囨敞
 
                                 , "HMaker": data.鍒跺崟浜�
@@ -1111,6 +1112,7 @@
                         $("#HBankID").val(data.HBankID);
                         $("#HBankName").val(data.HBankName);
                         $("#HBankNo").val(data.HBankAccount);
+                        $("#HCreditRating_Now").val(data.HCreditRating_Now);
 
                         if ($("#HAccCusID").val() + "" == "0") {
                             $("#HAccCusID").val(data.HCusID);

--
Gitblit v1.9.1