自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-07 5cf5e532ffe25e098e9bbcc345b27427e85fc8ae
src/main/java/com/zy/asrs/controller/OrderController.java
@@ -441,9 +441,9 @@
            Row row = sheet.getRow(i);
            // 订单编号
            String uuid = dataFormatter.formatCellValue(row.getCell(0));
            // 商品名称
            // 物料号
            String maktx = dataFormatter.formatCellValue(row.getCell(1));
            // 商品编码
            // 单据号
            String matnr = dataFormatter.formatCellValue(row.getCell(2));
            // 数量
            Double anfme = Double.parseDouble(dataFormatter.formatCellValue(row.getCell(3)));