From 0cd370358f9d622faa701251165f83cfe48effb4 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 03 三月 2025 09:40:05 +0800
Subject: [PATCH] 直接调拨单列表页面优化

---
 WebTM/views/仓存管理/仓库调拨/Kf_MoveStockBillList.html |   10 +++++-----
 WebTM/layuiadmin/Scripts/webConfig.js           |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 6f21d47..e0e2cc9 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -7,7 +7,7 @@
     //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //鏉ㄤ箰鏈湴閰嶇疆
     var WEBURL = "http://localhost:8082/API/";    //鏉滆春鏈湴閰嶇疆
     //var WEBURL = "http://localhost:8082/API/";    //寮犵憺骞挎湰鍦伴厤缃�
-    //var WEBURL = "http://localhost:81/API/"    //缈佹稕娑涙湰鍦伴厤缃�
+    var WEBURL = "http://localhost:81/API/"    //缈佹稕娑涙湰鍦伴厤缃�
     //var WEBURL = "http://47.96.97.237/API/";          //鏅轰簯鏈嶅姟鍣�
   /*  var WEBURL = "http://localhost:8082/LuBaoAPI/";  //浣欐�濇澃鏈湴閰嶇疆*/
     //var WEBURL = "http://localhost:8088/ARAPI/";      //浣欐�濇澃鏈湴閰嶇疆(瀹夌憺)
diff --git "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBillList.html" "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBillList.html"
index d058ba9..5f71e46 100644
--- "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBillList.html"
+++ "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_MoveStockBillList.html"
@@ -315,7 +315,7 @@
                             content: '../../浠撳瓨绠$悊/浠撳簱璋冩嫧/Add_Edit_Kf_MoveStockBill.html?OperationType=1&linterid=0&HSouceBillType=0&closeType=1',
                             end: function () {
                                 //鍒锋柊椤甸潰,
-                                location.reload();
+                                $("#btnSearch").click();
                             },
                             success: function (layero, index) {
 
@@ -341,7 +341,7 @@
                                 , resize: false,
                                 end: function () {
                                     //鍒锋柊椤甸潰,
-                                    location.reload();
+                                    $("#btnSearch").click();
                                 }
                                 , cancel: function () {
                                     //$(".layui-btn").removeClass("layui-btn-disabled");
@@ -474,7 +474,7 @@
                 //鍒濆鍖栬〃鏍�
                 set_InitGrid();
                 //鏌ヨ
-                get_Display(sWhere);
+                get_FastQuery();
 
                 //浠绘剰瀛楁杩囨护涓嬫媺妗嗗垵濮嬪寲
                 ColFilter();
@@ -684,7 +684,7 @@
                         , btn: ["纭畾", "鍙栨秷"]
                         , end: function () {
                             //鍒锋柊椤甸潰,
-                            //location.reload();
+                            //$("#btnSearch").click();
                         }
                         , cancel: function () {
                             //$(".layui-btn").removeClass("layui-btn-disabled");
@@ -716,7 +716,7 @@
                                             //鍏抽棴褰撳墠frame
                                             layer.close(index);
                                             //淇敼涓哄姛鍚庡埛鏂扮晫闈�
-                                            window.location.reload();
+                                            window.$("#btnSearch").click();
                                         });
 
                                     } else {

--
Gitblit v1.9.1