自动化立体仓库 - WMS系统
#
LSH
2023-05-16 167c3df9b3a80e9a80db53a16b613a624c842686
#
1个文件已修改
16 ■■■■■ 已修改文件
src/main/webapp/views/order/out.html 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/order/out.html
@@ -174,13 +174,15 @@
<script type="text/html" id="tbBasicTbStaNos">
    <div class="ew-select-fixed">
        <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>
        {{#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>
        {{# } }}
    </div>
</script>