自动化立体仓库 - WMS系统
lsh
2024-09-09 5495ff9d968cb582c6b54324e74e92c0b3597ff2
src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -274,6 +274,24 @@
    table.on('tool(wrkMast)', function(obj){
        let data = obj.data;
        switch (obj.event) {
            case 'upSheetNo':
                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('#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;
            // 明细展示
            case 'detlShow':
                wrkNo = data.wrkNo;