From 7aafedab53cb0a348f2e0ffa89d8a06b55788105 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期日, 08 五月 2022 15:27:43 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pakStore/stockOut.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockOut.js b/src/main/webapp/static/js/pakStore/stockOut.js
index dc21d99..dfbb2e7 100644
--- a/src/main/webapp/static/js/pakStore/stockOut.js
+++ b/src/main/webapp/static/js/pakStore/stockOut.js
@@ -137,6 +137,7 @@
 
 
     $(document).on('click','#mat-query', function () {
+        let loadIndex = layer.msg('璇锋眰涓�...', {icon: 16, shade: 0.01, time: false});
         locDetlLayerIdx = layer.open({
             type: 2,
             title: false,
@@ -146,6 +147,7 @@
             shadeClose: true,
             content: 'locDetlQuery.html',
             success: function(layero, index){
+                layer.close(loadIndex);
             }
         });
     })

--
Gitblit v1.9.1