zc
2025-04-25 a3cd273234d56c5a36bd0a793a67e533a2141d6d
src/main/webapp/views/shuttle2.html
@@ -4,7 +4,7 @@
    <meta charset="UTF-8">
    <title>四向穿梭车监控管理</title>
    <link rel="stylesheet" type="text/css" href="../static/css/normalize.css">
    <link rel="stylesheet" type="text/css" href="../static/css/common.css">
    <link rel="stylesheet" type="text/css" href="../static/css/common_wcs.css">
    <link rel="stylesheet" type="text/css" href="../static/layui/css/layui.css">
    <link rel="stylesheet" href="../static/css/shuttle.css">
    <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script>
@@ -167,6 +167,8 @@
                                        <div>
                                            <label><input type="radio" name="moveType" value="0">&nbsp;跑轨道</label>
                                            <label><input type="radio" name="moveType" value="1">&nbsp;跑库位</label>
                                            <label><input type="radio" name="moveType" value="2">&nbsp;母轨道循环跑</label>
                                            <label><input type="radio" name="moveType" value="3">&nbsp;子轨道循环跑</label>
                                        </div>
                                        <div style="margin-top: 10px;">
                                            <button class="item" onclick="moveLoc()">跑库</button>