自动化立体仓库 - WMS系统
#
zjj
2024-08-31 82b8c1133e96d7e4b9af4ddbc6ef7c6fb583aa5e
src/main/webapp/views/order/out.html
@@ -152,7 +152,7 @@
<!-- 行工具栏 -->
<script type="text/html" id="operate">
    {{#if (d.anfme > d.qty){ }}
    {{#if (d.anfme > d.workQty){ }}
    <a class="layui-btn layui-btn-xs layui-btn-danger btn-pakoutPreview" lay-event="pakoutPreview"><i class="layui-icon layui-icon-prev-circle"></i>出库</a>
    {{# } }}
</script>
@@ -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>