自动化立体仓库 - WMS系统
#
LSH
2023-05-16 167c3df9b3a80e9a80db53a16b613a624c842686
#
1个文件已修改
2 ■■■■■ 已修改文件
src/main/webapp/views/order/out.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/order/out.html
@@ -174,6 +174,7 @@
<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++) { }}
@@ -181,6 +182,7 @@
            {{# } }}
            {{# } }}
        </select>
        {{# } }}
    </div>
</script>