From 192cdd7a66ca100f029981e0c5e3245dee0ac85c Mon Sep 17 00:00:00 2001 From: 李天宇 <876263681@qq.com> Date: 星期二, 29 十月 2024 12:44:21 +0800 Subject: [PATCH] #update wms修改部分内容实现客户需求 --- src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js index fd1da33..8252ee3 100644 --- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js +++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js @@ -6,8 +6,7 @@ arrRemove(detlCols, "field", "anfme") arrRemove(detlCols, "field", "zpallet") cols.push.apply(cols, detlCols); - // cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'} - // ) + cols.push({field: 'memo$', align: 'center',title: '澶囨敞', hide: false}) return cols; } -- Gitblit v1.9.1