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