src/main/webapp/views/pda/stockIn.html
@@ -151,6 +151,9 @@ matData = res.data; tableIns.reload({data: res.data}); $('#node').focus(); } else { matData = []; tableIns.reload({data: res.data}); } } else if (res.code === 403) { top.location.href = baseUrl + "/pda"; @@ -163,6 +166,7 @@ function findNode(el) { if (isEmpty(el.value)) { $('#node-ok').hide(); return; } $.ajax({