自动化立体仓库 - WMS系统
chen.llin
2025-12-26 a31e08e80e08275389f786c1b6959d09a3b74588
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>