自动化立体仓库 - WMS系统
pang.jiabao
2025-04-14 cde0db15609356644ab5e616782ee5e72cec4c01
src/main/webapp/views/order/out.html
@@ -160,7 +160,7 @@
<!-- 出库预览 -->
<script type="text/html" id="pakoutPreviewBox" style="display: none">
    <div style="padding: 25px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
        <span style="font-size: large; font-weight: bold">出库预览</span>
        <span style="font-size: large; font-weight: bold">Предпросмотр отгрузки</span>
    </div>
    <div class="layui-card">
        <div class="layui-card-body" style="padding: 10px">
@@ -188,7 +188,7 @@
    <form class="layui-form" style="padding: 25px 50px 30px 50px;text-align: center">
        <select id="batchSelectStaBox" name="batchSta" lay-vertype="tips" lay-verify="required" required="">
        </select>
        <button style="margin-top: 30px" class="layui-btn" lay-filter="staBatchSelectConfirm" lay-submit="">确定</button>
        <button style="margin-top: 30px" class="layui-btn" lay-filter="staBatchSelectConfirm" lay-submit="">Подтвердить </button>
    </form>
</script>