From b6b46e1c4d390c80cf9bd7d4daa23202f2d11a22 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 26 五月 2023 13:47:57 +0800 Subject: [PATCH] 站点管理编辑高低库位 --- src/main/webapp/static/js/stoMan/stoQue.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js index 7034345..e9fd9de 100644 --- a/src/main/webapp/static/js/stoMan/stoQue.js +++ b/src/main/webapp/static/js/stoMan/stoQue.js @@ -19,8 +19,8 @@ headers: {token: localStorage.getItem('token')}, url: baseUrl+'/locMast/list/auth', page: true, - limit: 20, - limits: [20, 30, 50, 100, 200, 500], + limit: 16, + limits: [16, 30, 50, 100, 200, 500], even: true, toolbar: '#toolbar', cellMinWidth: 50, @@ -39,6 +39,7 @@ html += "disabled='disabled' >"; return html; },width:80} + ,{field: 'frozen$', align: 'center',title: '鍐荤粨鐘舵��'} ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'} ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', width: 180} ,{ fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate'} @@ -178,7 +179,7 @@ maxmin: true, area: [top.detailWidth, top.detailHeight], shadeClose: true, - content: '../report/locDetlGroup.html', + content: '../report/locDetl.html', success: function(layero, index){ } }); -- Gitblit v1.9.1