| | |
| | | <!-- 功能区 --> |
| | | <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> |
| | |
| | | </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> |