luxiaotao1123
2021-03-02 e4db9c4fc4e40d7b41ee0014aaa9feb8ba9e9bf0
src/main/webapp/views/pda/combPro.html
@@ -180,11 +180,12 @@
        if (isEmpty(el.value)) {
            return;
        }
        var billNo = el.value.split(",")[0].split("=")[1];
        $.ajax({
            url: baseUrl + "/mobile/bill/query/auth",
            headers: {'token': localStorage.getItem('token')},
            data: {
                billNo: el.value
                billNo: billNo
            },
            method: 'POST',
            success: function (res) {