From 2f8044bd5e79c8ebefb425e84d90222cdb6e179f Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 10 十一月 2023 12:45:09 +0800 Subject: [PATCH] 应收退款单:选择客户带出客户信用额度、编辑页面初始化设置客户信用额度 --- WebTM/Properties/PublishProfiles/JFTM.pubxml.user | 4 ++-- WebTM/views/销售管理/应收退款单/YS_ReceiveBackBill.html | 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 288124d..3c8e99f 100644 --- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user +++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user @@ -4677,13 +4677,13 @@ <publishTime>11/03/2023 21:45:51</publishTime> </File> <File Include="views/閿�鍞鐞�/搴旀敹閫�娆惧崟/YS_ReceiveBackBill.html"> - <publishTime>11/09/2023 13:37:52</publishTime> + <publishTime>11/10/2023 12:40:28</publishTime> </File> <File Include="views/閿�鍞鐞�/搴旀敹閫�娆惧崟/YS_ReceiveBackBillList.html"> <publishTime>10/26/2023 13:26:13</publishTime> </File> <File Include="views/閿�鍞鐞�/鏀舵鍗�/YS_ReceiveBill.html"> - <publishTime>11/10/2023 12:27:35</publishTime> + <publishTime>11/10/2023 12:29:50</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/\345\272\224\346\224\266\351\200\200\346\254\276\345\215\225/YS_ReceiveBackBill.html" "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\272\224\346\224\266\351\200\200\346\254\276\345\215\225/YS_ReceiveBackBill.html" index b05fa16..ee38a43 100644 --- "a/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\272\224\346\224\266\351\200\200\346\254\276\345\215\225/YS_ReceiveBackBill.html" +++ "b/WebTM/views/\351\224\200\345\224\256\347\256\241\347\220\206/\345\272\224\346\224\266\351\200\200\346\254\276\345\215\225/YS_ReceiveBackBill.html" @@ -279,7 +279,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> @@ -942,6 +942,7 @@ //, "HDiscountRate": data.鏁村崟鎶樻墸 //, "HRelSumMoney": data.鎶樻墸鍚庨噾棰� , "HAccDate": formatDate(data.璐㈠姟鏃ユ湡) + , "HCreditRating_Now": data.HCreditRating_Now , "HRemark": data.琛ㄥご澶囨敞 , "HMaker": data.鍒跺崟浜� @@ -1079,6 +1080,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