王佳豪
2021-03-09 1f83c83a1fd303d5fb52d73e7dd7d7bbe6f31040
src/main/webapp/views/pda/combPro.html
@@ -181,6 +181,9 @@
            return;
        }
        var billNo = el.value.split(",")[0].split("=")[1];
        if (isEmpty(billNo)) {
            return;
        }
        $.ajax({
            url: baseUrl + "/mobile/bill/query/auth",
            headers: {'token': localStorage.getItem('token')},