From 8407e277e156a55fee38e7bb7b8930ec16a15f0e Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 24 四月 2026 09:08:47 +0800
Subject: [PATCH] 库存上下限预警,物料高低频摆放

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

diff --git a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
index 8998f94..a4a2c2b 100644
--- a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
+++ b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js
@@ -4,10 +4,10 @@
     var cols = [
         {field: 'matnr', align: 'center', title: '鐗╂枡鍙�', sort: true}
         , {field: 'maktx', align: 'center', title: '鐗╂枡鍚嶇О', sort: true}
-        , {field: 'specs', align: 'center', title: '瑙勬牸'}
-        , {field: 'batch', align: 'center', title: '鎵瑰彿', width: 300, sort: true}
-        , {field: 'storeMax', align: 'center', title: '鏁伴噺涓婇檺', sort: true}
-        , {field: 'storeMin', align: 'center', title: '鏁伴噺涓嬮檺', sort: true}
+        // , {field: 'specs', align: 'center', title: '瑙勬牸'}
+        // , {field: 'batch', align: 'center', title: '鎵瑰彿', width: 300, sort: true}
+        , {field: 'boxType1', align: 'center', title: '鏁伴噺涓嬮檺', sort: true}
+        , {field: 'boxType2', align: 'center', title: '鏁伴噺涓婇檺', sort: true}
         // , {field: 'storeMaxDate', align: 'center', title: '搴撻緞涓婇檺', sort: true}
         , {field: 'anfme', align: 'center', title: '瀹為檯鏁伴噺'}
         // , {field: 'nowTime', align: 'center', title: '瀹為檯搴撻緞'}
@@ -31,8 +31,8 @@
         headers: {token: localStorage.getItem('token')},
         url: baseUrl + '/locDetl/groupLocList/auth',
         page: true,
-        limit: 20,
-        limits: [20, 30, 50, 100, 200, 500],
+        limit: 16,
+        limits: [16, 32, 50, 100, 200, 500],
         even: true,
         toolbar: '#toolbar',
         cellMinWidth: 50,

--
Gitblit v1.9.1