From c1cd979992d45347dcbca48e24e6502db7a3831b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 31 三月 2022 10:19:53 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/common.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 48c76ed..17e7e8f 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -10,6 +10,9 @@
     return typeof obj == "undefined" || obj == null || obj === "";
 }
 
+// let loadIndex = layer.msg('璇锋眰涓�...', {icon: 16, shade: 0.01, time: false});
+//       layer.close(loadIndex);
+
 // 鏃堕棿 ==>> 瀛楃涓�
 function dateToStr(date) {
     var time = new Date(date);
@@ -182,8 +185,9 @@
 var detlCols = [
     {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
     ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О'}
+    ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
     ,{field: 'lgnum', align: 'center',title: '瑙勬牸'}
-    ,{field: 'type', align: 'center',title: '鍨嬪彿'}
+    ,{field: 'type', align: 'center',title: '鍨嬪彿', hide: true}
     ,{field: 'supplier', align: 'center',title: '鎵瑰彿', hide: true}
     ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
     ,{field: 'altme', align: 'center',title: '鍗曚綅'}

--
Gitblit v1.9.1