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";