From d17c089f1d7ff3be848b05161917346e7f664a1d Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期二, 26 四月 2022 15:17:53 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/wave/wave.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/wave/wave.js b/src/main/webapp/static/js/wave/wave.js
index d432cd4..467fd94 100644
--- a/src/main/webapp/static/js/wave/wave.js
+++ b/src/main/webapp/static/js/wave/wave.js
@@ -201,7 +201,7 @@
     function stockOut(mData, data){
 
         console.log(mData);
-        layer.confirm('纭畾鐢熸垚璇ユ尝娆$殑鎷h揣鍗曪紵(涓嶅彲閫�)', {
+        layer.confirm('纭畾鐢熸垚璇ユ尝娆$殑鎷h揣鍗曪紵', {
             skin: 'layui-layer-admin',
             shade: .1
         }, function (i) {
@@ -216,6 +216,7 @@
                 success: function (res) {
                     layer.close(loadIndex);
                     if (res.code === 200){
+                        layer.closeAll();
                         layer.msg(res.msg, {icon: 1});
                         tableReload();
                     } else if (res.code === 403){
@@ -268,9 +269,7 @@
                             page: true,
                             cellMinWidth: 100,
                             cols: [[
-                                {type: 'numbers'},
                                 {field: 'seqNo', align:'center',title: '琛屽彿'},
-                                {field: 'matnr', align:'center',title: '鍟嗗搧缂栧彿'},
                                 {field: 'matnr', align:'center',title: '鍟嗗搧缂栧彿'},
                                 {field: 'maktx', align:'center',title: '鍟嗗搧鍚嶇О', width: 200},
                                 {field: 'anfme', align:'center',title: '鏁伴噺', width: 70},

--
Gitblit v1.9.1