自动化立体仓库 - WMS系统
Junjie
2023-05-11 c9660ae04ddbe152883c471c190ec75298648ab4
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)));