自动化立体仓库 - WMS系统
zhou zhou
2025-12-25 418a73bcee019e078307a1c2c255235de33d20ca
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>