From f873c89d87eb16ee83c0058d9a841a97d8e2bf14 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 08 七月 2024 18:12:11 +0800 Subject: [PATCH] gwcs请求入库参数修改 --- src/main/webapp/static/js/basCrnError/basCrnError.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/basCrnError/basCrnError.js b/src/main/webapp/static/js/basCrnError/basCrnError.js index a01b749..5b7d565 100644 --- a/src/main/webapp/static/js/basCrnError/basCrnError.js +++ b/src/main/webapp/static/js/basCrnError/basCrnError.js @@ -13,6 +13,7 @@ url: baseUrl+'/basCrnError/list/auth', page: true, limit: 16, + limits: [16, 30, 50, 100, 200, 500], even: true, toolbar: '#toolbar', cellMinWidth: 50, @@ -92,12 +93,12 @@ type: 2, title: '鏂板', maxmin: true, - area: [top.detailWidth, top.detailHeight], + area: ['500px', top.detailHeight], shadeClose: false, content: 'basCrnError_detail.html', success: function(layero, index){ layer.getChildFrame('#data-detail-submit-edit', index).hide(); - layer.getChildFrame('#errorCode', index).parent().parent().hide(); + // layer.getChildFrame('#errorCode', index).parent().parent().hide(); clearFormVal(layer.getChildFrame('#detail', index)); layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); } @@ -138,7 +139,7 @@ } break; case 'exportData': - layer.confirm('纭畾瀵煎嚭Excel鍚�', function(){ + layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){ var titles=[]; var fields=[]; obj.config.cols[0].map(function (col) { @@ -207,7 +208,7 @@ type: 2, title: '淇敼', maxmin: true, - area: [top.detailWidth, top.detailHeight], + area: ['500px', top.detailHeight], shadeClose: false, content: 'basCrnError_detail.html', success: function(layero, index){ -- Gitblit v1.9.1