| | |
| | | |
| | | /** |
| | | * 新增按钮-->2、查询所有检验项目 |
| | | * @param finishInspectId |
| | | * @param id |
| | | * @return |
| | | */ |
| | | List<InspectionItemDto> selectInspectionItem(Integer finishInspectId, Integer type); |
| | | List<InspectionItemDto> selectInspectionItem(Integer id, Integer type); |
| | | |
| | | /** |
| | | * 新增按钮-->2、检验项目-->失去焦点发起该请求 |
| | |
| | | * @param name |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> chooseDev(Integer technologyId, String father, String name); |
| | | //List<Map<String, Object>> chooseDev(Integer technologyId, String father, String name); |
| | | |
| | | |
| | | /** |
| | | * 更改设备 |
| | | * @param id |
| | | * @param type |
| | | * @param devId |
| | | */ |
| | | void updateDevByInsId(Integer id, Integer type, Integer devId); |
| | | |
| | | } |