自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-05-27 d8fb42f42134d463321cb5654dfd414028e12b48
src/main/webapp/views/order/out.html
@@ -167,7 +167,7 @@
<script type="text/html" id="tbBasicTbStaNos">
    <div class="ew-select-fixed">
        <select lay-filter="tbBasicTbStaNos">
        <select class="order-sta-select" lay-filter="tbBasicTbStaNos">
            {{#if (d.staNos!=null) {}}
                {{# for(let i=0; i<d.staNos.length; i++) { }}
                    <option value="{{d.staNos[i]}}">{{d.staNos[i]}}</option>
@@ -175,6 +175,13 @@
            {{# } }}
        </select>
    </div>
</script>
<script type="text/html" id="staBatchSelectDialog">
    <form class="layui-form" style="padding: 25px 50px 60px 50px">
        <select id="batchSelectStaBox" name="batchSta" lay-vertype="tips" lay-verify="required" required="">
        </select>
    </form>
</script>
<script type="text/html" id="locNoTpl">
@@ -283,5 +290,13 @@
</script>
</body>
<script type="text/template" id="batchStaSelectTpl">
    <option value="">选择出库站</option>
    {{#each}}
    <option value="{{docId}}">{{docName}}</option>
    {{/each}}
</script>
</html>