王佳豪
2021-06-09 faecccbe46a1f85b5d9b18fce12e02764faba78e
src/main/webapp/views/pda/stockOut.html
@@ -101,10 +101,14 @@
        if (isEmpty(el.value)) {
            return;
        }
        find(null, null, el.value);
    }
    function find(locNo, matNo, billNo) {
        if (billNo.indexOf('=') > -1) {
            billNo = billNo.split(",")[0].split("=")[1];
        }
        $.ajax({
            url: baseUrl + "/mobile/locDetl",
            headers: {'token': localStorage.getItem('token')},