chen.lin
2026-01-29 48b2dc4df2c247d12e4dd52c3c5d290f1e026578
src/main/webapp/views/pda/combPro.html
@@ -278,7 +278,8 @@
            url: baseUrl + "/mobile/bill/query/auth",
            headers: {'token': localStorage.getItem('token')},
            data: {
                billNo: billNo
                billNo: billNo,
                mnemonic: '',
            },
            method: 'POST',
            success: function (res) {
@@ -286,9 +287,9 @@
                    if (res.data != null) {
                        addTableData(res.data);
                        // 延迟1秒后清空通知单号
                        setTimeout(function () {
                            $('#billNo').val("");
                        }, 500);
                        // setTimeout(function () {
                        //     $('#billNo').val("");
                        // }, 500);
                    }
                } else if (res.code === 403) {
                    top.location.href = baseUrl + "/pda";