王佳豪
2021-04-07 ec444c3a240a5679fc83ec12fa0d7cf41826e932
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')},