自动化立体仓库 - WMS系统
#
lty
12 小时以前 0f423073e7cdfb8cbfe527aa6d0286b3b732c221
src/main/webapp/static/js/basErrLog/basErrLog.js
@@ -42,7 +42,7 @@
            ,{field: 'updateBy$', align: 'center',title: '修改人员', hide: true}
            ,{field: 'memo', align: 'center',title: '备注', hide: true}
            // ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150}
        ]],
        request: {
            pageName: 'curr',
@@ -188,6 +188,28 @@
    table.on('tool(basErrLog)', function(obj){
        var data = obj.data;
        switch (obj.event) {
            // 明细展示
            case 'detlShow':
                // wrkNo = data.wrkNo;
                // 表格下方显示
                // locDetl(data.wrkNo);
                // 弹层显示
                layer.open({
                    type: 2,
                    title: '异常明细',
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    shadeClose: true,
                    content: 'logDetl.html',
                    success: function(layero, index){
                        var iframeWin = window[layero.find('iframe')[0]['name']];
                        iframeWin.setCreateTime(data.startTime);
                        iframeWin.setUuid(data.uuid);
                        console.log(data.uuid);
                    }
                });
                break;
            // 详情
            case 'detail':
                layer.open({