| | |
| | | TextBxPage page = new TextBxPage(); |
| | | for (LedCommand command : list) { |
| | | page.newLine(command.getTitle() +"("+command.getWorkNo()+")"); |
| | | page.newLine("源库位:"+command.getSourceLocNo()); |
| | | page.newLine("库位:"+ (command.getIoType() < 100 ? command.getLocNo() : command.getSourceLocNo())); |
| | | page.newLine("目标站:"+command.getStaNo()); |
| | | if (!command.isEmptyMk()) { |
| | | for (MatDto matDto : command.getMatDtos()) { |
| | |
| | | // page.newLine("自动化立体仓库"); |
| | | // page.newLine("西格迈股份有限公司"); |
| | | // } |
| | | page.newLine(""); |
| | | page.newLine("力源智能仓储"); |
| | | |
| | | // 设置字体 |
| | | page.setFont(new Font("宋体",Font.PLAIN,13)); |