From c94a87065a12006c1b3251418a13a459b23aa7e4 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期三, 27 九月 2023 10:15:42 +0800 Subject: [PATCH] #库龄、库存异常分离 --- src/main/webapp/static/js/locDetlGroup/locDetlGroup.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js index af9eb14..c7a381b 100644 --- a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js +++ b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js @@ -8,9 +8,9 @@ , {field: 'batch', align: 'center', title: '鎵瑰彿', width: 300, sort: true} , {field: 'storeMax', align: 'center', title: '鏁伴噺涓婇檺', sort: true} , {field: 'storeMin', align: 'center', title: '鏁伴噺涓嬮檺', sort: true} - , {field: 'storeMaxDate', align: 'center', title: '搴撻緞涓婇檺', sort: true} + // , {field: 'storeMaxDate', align: 'center', title: '搴撻緞涓婇檺', sort: true} , {field: 'anfme', align: 'center', title: '瀹為檯鏁伴噺'} - , {field: 'nowTime', align: 'center', title: '瀹為檯搴撻緞'} + // , {field: 'nowTime', align: 'center', title: '瀹為檯搴撻緞'} ]; @@ -29,7 +29,7 @@ tableIns = table.render({ elem: '#locDetl', headers: {token: localStorage.getItem('token')}, - url: baseUrl + '/locDetl/grouplist/auth', + url: baseUrl + '/locDetl/groupLocList/auth', page: true, limit: 20, limits: [20, 30, 50, 100, 200, 500], -- Gitblit v1.9.1