From d9cd8e6077f0ffe5623e33e223891043caff81b1 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 19 一月 2024 11:41:19 +0800
Subject: [PATCH] 销售出库:编辑页面合计行无法实时更新问题解决

---
 WebTM/views/领料发货/销售出库/Kf_SellOutBill.html         |    8 ++++----
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 677ccd1..2757a76 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -5445,10 +5445,10 @@
       <publishTime>04/11/2023 16:34:43</publishTime>
     </File>
     <File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBill.html">
-      <publishTime>01/19/2024 11:11:04</publishTime>
+      <publishTime>01/19/2024 11:39:24</publishTime>
     </File>
     <File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBill.html">
-      <publishTime>01/19/2024 11:11:04</publishTime>
+      <publishTime>01/19/2024 11:39:24</publishTime>
     </File>
     <File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBillList.html">
       <publishTime>01/16/2024 14:21:41</publishTime>
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html"
index 3a7a976..2ab79f9 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html"
@@ -819,7 +819,7 @@
                             , HMoney: HMoney
                             , HTaxMoney: HTaxMoney
                         });
-                        //table.render(option);
+                        table.render(option);
                         break;
                     case "HPrice":                                                       //鍗曚环
                         //鏁版嵁鏍煎紡鏍¢獙
@@ -864,7 +864,7 @@
                             , HMoney: HMoney
                             , HTaxMoney: HTaxMoney
                         });
-                        //table.render(option);
+                        table.render(option);
                         break;
                     case "HTaxRate":                                                       //鏁伴噺
                         //鏁版嵁鏍煎紡鏍¢獙
@@ -909,7 +909,7 @@
                             , HMoney: HMoney
                             , HTaxMoney: HTaxMoney
                         });
-                        //table.render(option);
+                        table.render(option);
                         break;
                     case "HTaxPrice":                                                       //鏁伴噺
                         //鏁版嵁鏍煎紡鏍¢獙
@@ -954,7 +954,7 @@
                             , HMoney: HMoney
                             , HTaxMoney: HTaxMoney
                         });
-                        //table.render(option);
+                        table.render(option);
                         break;
                     default:
                 }

--
Gitblit v1.9.1