自动化立体仓库 - WMS系统
skyouc
4 天以前 6b008f12fbb6d2f9a1c07021e7d15ee452c5a0d3
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) {
                    }
                });