自动化立体仓库 - WMS系统
zyx
2024-01-05 0e46bb0cfc8b59ad5527f0b70c49f95aeac4bbbd
src/main/webapp/views/pla/plaDetl.html
@@ -62,7 +62,24 @@
            transition: 0.4s;
            cursor: pointer;
        }
        .function-btn1 {
            font-size: 16px;
            padding: 1px 1px 1px 1px;
            width: 150px;
            height: 40px;
            border-color: #2b425b;
            border-radius: 4px;
            border-width: 1px;
            background: none;
            border-style: solid;
            transition: 0.4s;
            cursor: pointer;
        }
        .function-btn:hover {
            background-color: #2b425b;
            color: #fff;
        }
        .function-btn1:hover {
            background-color: #2b425b;
            color: #fff;
        }
@@ -93,6 +110,10 @@
<!-- 功能区 -->
<div class="function-area">
    <button id="rework" style="alignment: right" class="function-btn">重做</button>
    <button id="updateZpallet" style="alignment: right" class="function-btn1">换包装/托盘/缠膜</button>  |
    <button id="sellout" style="alignment: right" class="function-btn">卖出</button>
    <button id="pickup" style="alignment: right" class="function-btn">取货</button>  |
    <button id="returned" style="alignment: right" class="function-btn">退回</button>
</div>
<!-- 行 -->