自动化立体仓库 - WMS系统
zyx
2023-07-18 56d245daea6ca665021b1987abf3aec5a1b028cb
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)));