#
luxiaotao1123
2021-03-11 ef7acb8c892d18b263efdfb1fe7bcddb9b1d3085
src/main/webapp/views/pda/stockIn.html
@@ -151,6 +151,9 @@
                        matData = res.data;
                        tableIns.reload({data: res.data});
                        $('#node').focus();
                    } else {
                        matData = [];
                        tableIns.reload({data: res.data});
                    }
                } else if (res.code === 403) {
                    top.location.href = baseUrl + "/pda";
@@ -163,6 +166,7 @@
    function findNode(el) {
        if (isEmpty(el.value)) {
            $('#node-ok').hide();
            return;
        }
        $.ajax({