自动化立体仓库 - WMS系统
#
LSH
2023-11-12 b2f6a4df03a96a5efc49524ccf84d356fee72479
src/main/webapp/views/pakStore/stockOut.html
@@ -84,7 +84,6 @@
<!-- 功能区 -->
<div class="function-area">
    <button id="mat-query" class="function-btn">提取库存</button>
    <button class="function-btn" style="width: auto;float:right;" onclick="excelMouldDownload()">导入箱号出库模板下载</button>
</div>
<hr>
@@ -103,9 +102,6 @@
                </select>
                <!-- 2.启动出库 -->
                <button class="layui-btn layui-btn-lg" id="btn-outbound" lay-event="outbound">启动出库</button>
                <!-- 3.导入箱号出库 -->
                <button class="layui-btn layui-btn-lg" onclick="importExcel()" style="font-size: 12px;width: auto;">导入箱号出库</button>
                <span style="display: none"><input id="importExcel" type="file" onchange="upload(this)">启动出库</span>
            </div>
        </div>
    </script>