src/main/webapp/views/pda/stockIn.html
@@ -125,10 +125,28 @@ }); function findCode(el) { if (el.value.length === 7) { $('#mat-btn').focus(); getMat(); if (isEmpty(el.value)) { return; } $.ajax({ url: baseUrl + "/mobile/inStock/auth", headers: {'token': localStorage.getItem('token')}, data: { zpallet: el.value }, method: 'POST', success: function (res) { if (res.code === 200) { if (res.data != null) { console.log(res.data); } } else if (res.code === 403) { top.location.href = baseUrl + "/pda"; } else { alert(res.msg) } } }) } function findNode(el) {