| | |
| | | |
| | | JComboBoxItem[] teamList = sysTeamGroupClassService.getTeamList(null); |
| | | String[] typeList = new String[]{ |
| | | "","改装", "加装", "换装", "修理","改进性修理" |
| | | "","改换装","修理","改进性修理","不复装设备" |
| | | }; |
| | | JComboBoxItem[] isealCabin = { |
| | | new JComboBoxItem(10000L, ""), |
| | |
| | | columnDto.add(new ColumnDto("二级节点", "level2NodeName", 120, null, false, null, null)); |
| | | columnDto.add(new ColumnDto("设备名称", "level3NetworkName", 120, null, false, null, null)); |
| | | columnDto.add(new ColumnDto("是否影响封舱", "isealCabin", 180, "dict", false, null, isealCabin)); |
| | | columnDto.add(new ColumnDto("是否联调", "islt", 180, "dict", false, null, isealCabin)); |
| | | columnDto.add(new ColumnDto("当前节点", "level3NodeName", 150, null, false, null, null)); |
| | | columnDto.add(new ColumnDto("计划完成时间", "requiredCompletionTime", 180, null, false, null, null)); |
| | | columnDto.add(new ColumnDto("跟踪记录", "", 100, "", true, buttonList, null)); |
| | |
| | | |
| | | // 检查是否点击了有效单元格 |
| | | if (row >= 0 && column >= 0) { |
| | | if (column == 14) { // 列索引从0开始 |
| | | if (column == 15) { // 列索引从0开始 |
| | | // 获取该单元格的值 |
| | | Object cellValue = table.getValueAt(row, column); |
| | | Integer value = Integer.parseInt(cellValue.toString()); |