自动化立体仓库 - WMS系统
#
whycq
2024-05-24 4dfc306f910a8b1ae1a2869bc8ffd38b2faf8f2e
src/main/webapp/views/agvBasDevpVisualized/basDevp.html
@@ -63,7 +63,7 @@
                    {{#if containerMoveOutFlag}}
                    <div style=" padding-bottom: 20px">
                        <button type="button" class="layui-btn layui-btn-normal" value="{{devNo}}" lay-submit lay-filter="containerMoveOut">容器离场</button>
                        <button type="button" class="layui-btn layui-btn-normal" value="{{devNo}}" lay-submit lay-filter="containerMoveOut">货架离场</button>
                    </div>
                    {{/if}}
                    {{#if pickInFlag}}
@@ -195,7 +195,7 @@
            }
        });
        //容器离场
        //货架离场
        form.on('submit(containerMoveOut)', function () {
            var devNoList = [];
            devNoList.push(this.value);