src/main/webapp/views/locCache/locDetail.html
@@ -1,5 +1,6 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> @@ -12,6 +13,7 @@ <style> </style> </head> <body> <div class="layui-inline" style="width:31%;margin-top: 20px"> <label class="layui-form-label">库 位 号:</label> @@ -47,7 +49,7 @@ tableIns1 = table.render({ elem: '#locCacheDetls', headers: {token: localStorage.getItem('token')}, url: baseUrl + '/locDetl/list/auth', url: baseUrl + '/locCacheDetl/list/auth', where: {loc_no: parent.locNo}, page: true, limit: 16, @@ -88,5 +90,5 @@ }); }); </script> </html> </html>