From 53d6fbd28844373b73c29413ebce9f71207d75fb Mon Sep 17 00:00:00 2001
From: 李天宇 <876263681@qq.com>
Date: 星期五, 01 十一月 2024 09:48:08 +0800
Subject: [PATCH] #update 修改入库优先级
---
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