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) {