From a167c1ba9816896114debe769b8247a72f3a1a99 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 23 九月 2025 12:33:33 +0800 Subject: [PATCH] 缓冲区功能调整 --- src/main/webapp/static/js/locCache/locCache.js | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/locCache/locCache.js b/src/main/webapp/static/js/locCache/locCache.js index eeebfef..c2e12b0 100644 --- a/src/main/webapp/static/js/locCache/locCache.js +++ b/src/main/webapp/static/js/locCache/locCache.js @@ -36,10 +36,9 @@ field: 'lev1', align: 'center', title: '灞�' - }, {field: 'locType', align: 'center', title: '搴撲綅绫诲瀷'}, { - field: 'modiUser$', - align: 'center', - title: '淇敼浜哄憳' + }, {field: 'locType', align: 'center', title: '搴撲綅绫诲瀷'} + ,{field: 'sort', align: 'center', title: '浼樺厛绾�'} + ,{field: 'modiUser$', align: 'center', title: '淇敼浜哄憳' }, {field: 'modiTime$', align: 'center', title: '淇敼鏃堕棿'}, { field: 'appeUser$', align: 'center', @@ -133,7 +132,22 @@ // 鐩戝惉琛屽伐鍏蜂簨浠� table.on('tool(locCache)', function (obj) { var data = obj.data; + console.log(data) switch (obj.event) { + case 'showDetl': + locNo = data?.locNo; + // 寮瑰眰鏄剧ず + layer.open({ + type: 2, + title: '搴撲綅鏄庣粏', + maxmin: true, + area: [top.detailWidth, top.detailHeight], + shadeClose: true, + content: 'locDetail.html', + success: function(layero, index){ + } + }); + break; case 'edit': showEditModel(data); break; -- Gitblit v1.9.1