| | |
| | | main.showTab("项目进度表", trackRecord, tree); |
| | | } else if (nodeName.equals("交接情况")) { |
| | | JPanel handover = handoverService.createTable(width, height, frame); |
| | | main.showTab("交接情况", handover, tree); |
| | | if(handover!=null){ |
| | | main.showTab("交接情况", handover, tree); |
| | | } |
| | | } else if (nodeName.equals("数据导入")) { |
| | | JPanel dataImport = dataImportManageService.createTable(width, height, frame); |
| | | main.showTab("数据导入", dataImport, tree); |
| | |
| | | }); |
| | | |
| | | list = djJdgzTrackRecordService.getList(projectList[0].getId(), deptList[0].getId(), teamList[0].getId(), cabinList[0].getId(), typeList[0], Math.toIntExact(statusList[0].getId()), null); |
| | | if (list == null || list.size() == 0) { |
| | | JOptionPane.showMessageDialog(null, "还未录入三级网络图数据", "提示", JOptionPane.WARNING_MESSAGE); |
| | | return null; |
| | | } |
| | | |
| | | List<TableButton> buttonList = new ArrayList<>(); |
| | | buttonList.add(new TableButton("edit", "编辑")); |
| | | |