自动化立体仓库 - WMS系统
Administrator
7 天以前 b90d0e82bce66fce8e243de13a85fd4f7e1c2e47
src/main/webapp/views/order/out.html
@@ -193,9 +193,10 @@
<script type="text/html" id="staBatchSelectDialog">
    <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="">
            <option value="">请选择组货单号</option> <!-- 默认空值 -->
        <select id="batchSelectStaBox" name="batchSta"  lay-search>
            <option value="">请选择组货单号</option>
        </select>
        <button style="margin-top: 30px" class="layui-btn" lay-filter="staBatchSelectConfirm" lay-submit="">确定</button>
    </form>
</script>