#
lty
2025-08-04 4871bcf8e6850a4a665c76b1be1fcea67907d9aa
src/main/webapp/views/rgv.html
@@ -153,7 +153,7 @@
                    <div class="select-container" style="padding: 20px 0;">
                        <label><input type="radio" name="rgvSelect" value="1" checked>&nbsp;1号RGV</label>
                        <label><input type="radio" name="rgvSelect" value="2">&nbsp;2号RGV</label>
                        <label><input type="radio" name="rgvSelect" value="3">&nbsp;3号RGV</label>
<!--                        <label><input type="radio" name="rgvSelect" value="3">&nbsp;3号RGV</label>-->
                    </div>
                </div>
                <!-- 源站/源库位 选择 -->
@@ -303,7 +303,7 @@
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            success: function (res) {
                console.log(res)
                // console.log(res)
                if (res.code === 200){
                    var table = res.data;
                    if (table.length > rgvStateTableBlankRows && table.length !== rgvStateTableFullRows) {
@@ -498,7 +498,7 @@
            headers: {'token': localStorage.getItem('token')},
            method: 'POST',
            success: function (res) {
                console.log(res)
                // console.log(res)
                if (res.code === 200) {
                    rgvOutput(res.data);
                } else if (res.code === 403) {