自动化立体仓库 - WCS系统
#
luxiaotao1123
2020-09-10 a77a5ebbe056a238fca5b803e17648b60c46d1e8
src/main/java/com/zy/core/thread/LedThread.java
@@ -104,11 +104,13 @@
        // 创建一个数据页
        TextBxPage page = new TextBxPage();
        for (LedCommand command : list) {
            page.newLine("出库任务("+command.getWorkNo()+")");
            page.newLine(command.getTitle() +"("+command.getWorkNo()+")");
            page.newLine("源库位:"+command.getSourceLocNo());
            page.newLine("目标站:"+command.getStaNo());
            for (MatDto matDto : command.getMatDtos()) {
                page.newLine(matDto.getMaknx() + "【数量" + matDto.getCount() +"】");
            if (!command.isEmptyMk()) {
                for (MatDto matDto : command.getMatDtos()) {
                    page.newLine(matDto.getMaknx() + "【数量" + matDto.getCount() +"】");
                }
            }
            page.newLine("\n");
        }