自动化立体仓库 - WMS系统
zyx
2024-01-14 25314b5ee613c48e7db31138d7fcb8abc4c536be
src/main/webapp/views/order/out.html
@@ -175,13 +175,13 @@
<script type="text/html" id="tbBasicTbStaNos">
    <div class="ew-select-fixed">
        {{#if (d.manu!='平库') {}}
            <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>
                {{# } }}
                {{# } }}
            </select>
        <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>
            {{# } }}
            {{# } }}
        </select>
        {{# } }}
    </div>
</script>
@@ -196,7 +196,7 @@
<script type="text/html" id="locNoTpl">
    <span name="locNo"
          {{# if( d.locNo){ }}
          {{# if( d.lack === false){ }}
          class="layui-badge layui-badge-green" >{{d.locNo}}</span>
    {{# } else { }}
    class="layui-badge layui-badge-red" >库存不足</span>