自动化立体仓库 - WMS系统
#
zhou zhou
昨天 56e2544343ec595f9f5ad7c6b0457188916a9043
src/main/webapp/static/js/taskLog/taskLog.js
@@ -101,6 +101,7 @@
            case 'detlShow':
                wrkNo = data.wrkNo;
                ioTime = data.ioTime;
                id = data.id;
                // 表格下方显示
                // locDetl(data.wrkNo);
                // 弹层显示
@@ -110,7 +111,7 @@
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    shadeClose: true,
                    content: 'taskLog_detail.html',
                    content: 'taskDetlLog.html',
                    success: function (layero, index) {
                    }
                });