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 |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 437c078..17e7e8f 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/htwms";
+var baseUrl = "/jkwms";
 
 // 璇︽儏绐楀彛-楂樺害
 var detailHeight = '80%';
@@ -9,6 +9,9 @@
 function isEmpty(obj){
     return typeof obj == "undefined" || obj == null || obj === "";
 }
+
+// let loadIndex = layer.msg('璇锋眰涓�...', {icon: 16, shade: 0.01, time: false});
+//       layer.close(loadIndex);
 
 // 鏃堕棿 ==>> 瀛楃涓�
 function dateToStr(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