From 17993abe49cebdb93cec2cf9fda3ff7711c3ddca Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 24 九月 2025 16:51:56 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/基础资料/公用基础资料/Gy_InspectValue.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_InspectValue.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_InspectValue.html"
index ef3aa66..0e16a30 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_InspectValue.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Gy_InspectValue.html"
@@ -655,7 +655,7 @@
                     content: '../鍏敤鍩虹璧勬枡/Add_Edit_Gy_InspectValue.html?OperationType=1&linterid=&HSouceBillType=',
                     end: function () {
                         //鍒锋柊椤甸潰,
-                        location.reload();
+                        $("#btnSearch").trigger('click');
                     },
                     success: function (layero, index) {
 
@@ -679,7 +679,7 @@
                         , resize: false,
                         end: function () {
                             //鍒锋柊椤甸潰,
-                            location.reload();
+                            $("#btnSearch").trigger('click');
                         }
                         , cancel: function () {
                             //$(".layui-btn").removeClass("layui-btn-disabled");
@@ -710,7 +710,7 @@
                                         //鍏抽棴褰撳墠frame
                                         layer.close(index);
                                         //淇敼涓哄姛鍚庡埛鏂扮晫闈�
-                                        window.location.reload();
+                                        $("#btnSearch").trigger('click');
                                     });
 
                                 } else {
@@ -894,7 +894,7 @@
                             //闅愯棌鏄剧ず杩囨护鏂规鐨勬爣绛句俊鎭�
                             document.getElementById("HFilterScheme_Now").style.display = "none";
                             //鎵ц鏌ヨ鏂规硶
-                            get_FastQuery();
+                            //get_FastQuery();
                             form.render("select");
                         }
                     }, error: function () {

--
Gitblit v1.9.1