From 90dd2b9a2338f1d8fd3652b64299a7f7f2be1d15 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期六, 24 五月 2025 14:26:26 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/js/pakStore/stockOut.js b/src/main/webapp/static/js/pakStore/stockOut.js
index dc21d99..de516ce 100644
--- a/src/main/webapp/static/js/pakStore/stockOut.js
+++ b/src/main/webapp/static/js/pakStore/stockOut.js
@@ -14,12 +14,14 @@
 
 layui.config({
     base: baseUrl + "/static/layui/lay/modules/"
-}).use(['table','laydate', 'form', 'admin'], function() {
+}).use(['table','laydate', 'form', 'admin', 'tableMerge'], function() {
     var table = layui.table;
     var $ = layui.jquery;
     var layer = layui.layer;
     var form = layui.form;
     var admin = layui.admin;
+    var tableMerge = layui.tableMerge;
+
 
     tableIns = table.render({
         elem: '#chooseData',
@@ -28,8 +30,10 @@
         even: true,
         toolbar: '#toolbar',
         cellMinWidth: 50,
+        limit: 500,
         cols: [getCol()],
         done: function(res, curr, count) {
+            tableMerge.render(this);
             limit();
             getOutBound();
         }
@@ -137,6 +141,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 +151,7 @@
             shadeClose: true,
             content: 'locDetlQuery.html',
             success: function(layero, index){
+                layer.close(loadIndex);
             }
         });
     })

--
Gitblit v1.9.1