From 0b88bff9c283553707d493360b68c7752509602e Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 12 四月 2021 17:06:34 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/ioWorks/matQuery.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/ioWorks/matQuery.js b/src/main/webapp/static/js/ioWorks/matQuery.js index 1fb11d4..c5b84d4 100644 --- a/src/main/webapp/static/js/ioWorks/matQuery.js +++ b/src/main/webapp/static/js/ioWorks/matQuery.js @@ -13,13 +13,14 @@ base: baseUrl + "/static/layui/lay/modules/" }).extend({ notice: 'notice/notice', -}).use(['table','laydate', 'form', 'notice'], function() { +}).use(['table','laydate', 'form', 'admin', 'notice'], function() { var table = layui.table; var $ = layui.jquery; var layer = layui.layer; var form = layui.form; var notice = layui.notice; var layDate = layui.laydate; + var admin = layui.admin; tableIns = table.render({ elem: '#chooseData', @@ -125,15 +126,16 @@ layer.close(index); if (success) { - layer.open({ + admin.open({ type: 1, title: '鍗曟嵁濉厖', offset: '100px', area: ['360px'], - shade: 0.1, + shade: 0.3, content: $('#getOrderNo'), success: function(layero, index){ layer.iframeAuto(index); + $(layero).children('.layui-layer-content').css('overflow', 'visible'); layui.form.render('select'); }, cancel: function () { -- Gitblit v1.9.1