王佳豪
2021-03-09 1f83c83a1fd303d5fb52d73e7dd7d7bbe6f31040
src/main/webapp/views/pda/combPro.html
@@ -180,11 +180,15 @@
        if (isEmpty(el.value)) {
            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')},
            data: {
                billNo: el.value
                billNo: billNo
            },
            method: 'POST',
            success: function (res) {