自动化立体仓库 - WMS系统
#
whycq
2024-09-14 437ee3c2d21e179be26fbafb6d2e72536fd17b6d
src/main/webapp/static/js/handWrkMast/handWrkMast.js
@@ -11,7 +11,7 @@
    tableIns = table.render({
        elem: '#wrkMast',
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/wrkMastLog/list/auth',
        url: baseUrl+'/agv/wrkMastLog/list/auth',
        page: true,
        where: {manu_type : '手动'},
        limit: 50,
@@ -148,7 +148,7 @@
                    maxmin: true,
                    area: [top.detailWidth, top.detailHeight],
                    shadeClose: true,
                    content: 'wrkDetlLog.html',
                    content: 'wrkLog.html',
                    success: function(layero, index){
                    }
                });