自动化立体仓库 - WMS系统
IZCD4L12RTSW0VZ\Administrator
2 天以前 c8712bbf027d7c3db9c33f8b015abed1473d06a7
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) {
                    }
                });