From d759220378927d1481882de1c7c476ac47ce2dea Mon Sep 17 00:00:00 2001 From: TQS <56479841@qq.com> Date: 星期二, 29 十一月 2022 21:35:35 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/bfasrs' into bfasrs --- src/main/webapp/static/js/wrkMast/wrkMast.js | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js index d10c803..471b0f9 100644 --- a/src/main/webapp/static/js/wrkMast/wrkMast.js +++ b/src/main/webapp/static/js/wrkMast/wrkMast.js @@ -67,7 +67,7 @@ // return html; // }} - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:250} + ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:350} ]], request: { pageName: 'curr', @@ -357,6 +357,25 @@ layer.closeAll(); }); break; + case 'priWrkMast': + layer.open({ + type: 2, + title: '缁存姢宸ヤ綔妗�', + maxmin: true, + area: ['500px', top.detailHeight], + shadeClose: false, + content: 'wrkMast_detail.html', + success: function(layero, index){ + layer.getChildFrame('#data-detail-submit-save', index).hide(); + setFormVal(layer.getChildFrame('#detail', index), data, false); + // top.convertDisabled(layer.getChildFrame('#data-detail :input', index), false); + top.convertDisabled(layer.getChildFrame('#locNo', index), true); + layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); + layero.find('iframe')[0].contentWindow.layui.form.render('select'); + layero.find('iframe')[0].contentWindow.layui.form.render('checkbox'); + } + }); + break; } }); -- Gitblit v1.9.1