自动化立体仓库 - WMS系统
#
zhou zhou
2 天以前 35173cda98e2be25cf30a028697e6d363f8c4f77
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) {