From 8b61593fcac4a89bce82408e3682807b7835bd93 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 09 八月 2024 15:48:01 +0800
Subject: [PATCH] 采购收料看板、销售发货看板:定时刷新数据

---
 WebTM/views/看板/采购收料/KB_CGSL.html                  |   18 ++++++------------
 WebTM/views/看板/销售发货/KB_XSFH.html                  |   18 ++++++------------
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user |    4 ++--
 3 files changed, 14 insertions(+), 26 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 63b6911..8be1521 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -4866,7 +4866,7 @@
       <publishTime>03/06/2024 09:28:44</publishTime>
     </File>
     <File Include="views/鐪嬫澘/閲囪喘鏀舵枡/KB_CGSL.html">
-      <publishTime>08/09/2024 10:56:59</publishTime>
+      <publishTime>08/09/2024 15:44:02</publishTime>
     </File>
     <File Include="views/鐪嬫澘/閲囪喘鏀舵枡/KB_CGSL_New.html">
       <publishTime>08/09/2024 10:55:36</publishTime>
@@ -4875,7 +4875,7 @@
       <publishTime>08/01/2024 11:12:03</publishTime>
     </File>
     <File Include="views/鐪嬫澘/閿�鍞彂璐�/KB_XSFH.html">
-      <publishTime>08/09/2024 15:37:09</publishTime>
+      <publishTime>08/09/2024 15:46:35</publishTime>
     </File>
     <File Include="views/绯荤粺绠$悊/浼氳鏈熼棿/Xt_AccountPeriodAdd.html">
       <publishTime>06/13/2024 14:47:29</publishTime>
diff --git "a/WebTM/views/\347\234\213\346\235\277/\351\207\207\350\264\255\346\224\266\346\226\231/KB_CGSL.html" "b/WebTM/views/\347\234\213\346\235\277/\351\207\207\350\264\255\346\224\266\346\226\231/KB_CGSL.html"
index 70b8b8b..a7b5f31 100644
--- "a/WebTM/views/\347\234\213\346\235\277/\351\207\207\350\264\255\346\224\266\346\226\231/KB_CGSL.html"
+++ "b/WebTM/views/\347\234\213\346\235\277/\351\207\207\350\264\255\346\224\266\346\226\231/KB_CGSL.html"
@@ -371,18 +371,12 @@
                 //鍒濆鍖栬〃鏍�
                 set_InitGrid();
 
-                //鍔犺浇鏁版嵁
-                get_FastQuery();
-                //鍔犺浇鍥捐〃
-                //set_Graphics_mychart1();
-                //set_Graphics_mychart2();
-                //set_Graphics_mychart3();
-                //set_Graphics_mychart4();
-                //set_Graphics_mychart5();
-                //set_Graphics_mychart6();
-
-                //琛ㄦ牸鏁版嵁寮�濮嬫粴鍔�
-                autoScroll();
+                var loadPageData = setInterval(function () {
+                    //鍔犺浇鏁版嵁
+                    get_FastQuery();
+                    //琛ㄦ牸鏁版嵁寮�濮嬫粴鍔�
+                    autoScroll();
+                }, 1000 * 10);
             }
             //#endregion
 
diff --git "a/WebTM/views/\347\234\213\346\235\277/\351\224\200\345\224\256\345\217\221\350\264\247/KB_XSFH.html" "b/WebTM/views/\347\234\213\346\235\277/\351\224\200\345\224\256\345\217\221\350\264\247/KB_XSFH.html"
index 9fff91b..6aa5936 100644
--- "a/WebTM/views/\347\234\213\346\235\277/\351\224\200\345\224\256\345\217\221\350\264\247/KB_XSFH.html"
+++ "b/WebTM/views/\347\234\213\346\235\277/\351\224\200\345\224\256\345\217\221\350\264\247/KB_XSFH.html"
@@ -373,18 +373,12 @@
                 //鍒濆鍖栬〃鏍�
                 set_InitGrid();
 
-                //鍔犺浇鏁版嵁
-                get_FastQuery();
-                //鍔犺浇鍥捐〃
-                //set_Graphics_mychart1();
-                //set_Graphics_mychart2();
-                //set_Graphics_mychart3();
-                //set_Graphics_mychart4();
-                //set_Graphics_mychart5();
-                //set_Graphics_mychart6();
-
-                //琛ㄦ牸鏁版嵁寮�濮嬫粴鍔�
-                autoScroll();
+                var loadPageData = setInterval(function () {
+                    //鍔犺浇鏁版嵁
+                    get_FastQuery();
+                    //琛ㄦ牸鏁版嵁寮�濮嬫粴鍔�
+                    autoScroll();
+                }, 1000 * 10);
             }
             //#endregion
 

--
Gitblit v1.9.1