自动化立体仓库 - WMS系统
chen.lin
3 天以前 3c824a50b4894545ecf6ea57b5889444fe77c11c
src/main/webapp/views/pda/matQuery.html
@@ -115,10 +115,10 @@
            return;
        }
        $.ajax({
            url: baseUrl + "/matCode/auth",
            url: baseUrl + "/mat/auth",
            headers: {'token': localStorage.getItem('token')},
            data: {
                id: el.value
                matnr: el.value
            },
            method: 'POST',
            success: function (res) {