From 37286cd9b177e9a1b8f28bfbc054c8cfedec6a5e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 26 八月 2021 08:50:57 +0800
Subject: [PATCH] Merge branch 'xgmasrs' of https://gitee.com/luxiaotao1123/zy-asrs into xgmasrs

---
 src/main/webapp/views/pakStore/locDetlQuery0.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/pakStore/locDetlQuery0.html b/src/main/webapp/views/pakStore/locDetlQuery0.html
index d6a2c61..e18f204 100644
--- a/src/main/webapp/views/pakStore/locDetlQuery0.html
+++ b/src/main/webapp/views/pakStore/locDetlQuery0.html
@@ -99,7 +99,9 @@
             ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
         ];
         cols.push.apply(cols, detlCols);
-        cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
+        cols.push(
+            {field: 'memo', align: 'center',title: '澶囨敞'}
+            ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true}
             ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'})
         return cols;
     }

--
Gitblit v1.9.1