From d8282bc83c48030c3338ce014a88574d1bbfe895 Mon Sep 17 00:00:00 2001 From: bfwms <1> Date: 星期六, 29 三月 2025 16:50:59 +0800 Subject: [PATCH] 1 --- src/main/webapp/static/js/locDetlGroup/locDetlGroup.js | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js b/src/main/webapp/static/js/locDetlGroup/locDetlGroup.js index af9eb14..8998f94 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: '瀹為檯搴撻緞'} ]; @@ -27,9 +27,9 @@ // 鏁版嵁娓叉煋 tableIns = table.render({ - elem: '#locDetl', + elem: '#locDetlGroup', 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], @@ -70,7 +70,7 @@ }); // 鐩戝惉鎺掑簭浜嬩欢 - table.on('sort(locDetl)', function (obj) { + table.on('sort(locDetlGroup)', function (obj) { var searchData = {}; $.each($('#search-box [name]').serializeArray(), function () { searchData[this.name] = this.value; @@ -93,7 +93,7 @@ }); // 鐩戝惉澶村伐鍏锋爮浜嬩欢 - table.on('toolbar(locDetl)', function (obj) { + table.on('toolbar(locDetlGroup)', function (obj) { var checkStatus = table.checkStatus(obj.config.id); switch (obj.event) { case 'addData': @@ -190,7 +190,7 @@ }); // 鐩戝惉琛屽伐鍏蜂簨浠� - table.on('tool(locDetl)', function (obj) { + table.on('tool(locDetlGroup)', function (obj) { var data = obj.data; switch (obj.event) { // 璇︽儏 -- Gitblit v1.9.1