#
whycq
2024-06-30 0a71eb4f8fce7f3dd4ac87e6735ff540a50266a2
src/main/java/com/zy/core/thread/LedThread.java
@@ -120,12 +120,11 @@
                    String strQty = matDto.getCount().toString();
                    int idx = strQty.lastIndexOf(".");
                    if(idx >= 0){
                        strQty.substring(0,idx);
                        strQty = strQty.substring(0,idx);
                    }
                    page.newLine(matDto.getBatch() + "[数量" + strQty +"]");
                    page.newLine(matDto.getMatnr());
                    page.newLine(matDto.getMaknx());
                    page.newLine("[数量:" + strQty +  "/" +  matDto.getTotal().intValue()+"]");
//                    page.newLine(matDto.getMaknx() + "[数量" + strQty +"]");
//                    page.newLine(matDto.getMaknx() + "【数量" + matDto.getCount() +"】");
                }