| | |
| | | List<Map<String,Object>> selectAllTec(Integer specificationsId, Integer version,String message); |
| | | |
| | | /** |
| | | * 右上角新增-->工艺路线-->选择设备组 |
| | | * 右上角新增-->工艺路线-->选择生产设备组 |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> chooseDevice(); |
| | |
| | | * 右上角新增-->工艺路线-->选择工序 |
| | | * @return |
| | | */ |
| | | List<Map<String,Object>> chooseFather(Integer specificationsId); |
| | | List<Map<String,Object>> chooseFather(Integer specificationsId,Integer version); |
| | | |
| | | /** |
| | | * 右上角新增-->工艺路线 |
| | | * @param specificationsId |
| | | * @param technologyDto |
| | | */ |
| | | void addTechnology(Integer specificationsId, TechnologyDto technologyDto); |
| | | String addTechnology(TechnologyDto technologyDto); |
| | | |
| | | /** |
| | | * 填写生产定额,鼠标移开保存 |
| | |
| | | * @param ids |
| | | */ |
| | | void delAllTech(String ids); |
| | | |
| | | /** |
| | | * 选择设备组,鼠标移开保存 |
| | | * @param id |
| | | * @param deviceGroup |
| | | * @return |
| | | */ |
| | | Integer writeDevice(Integer id, String deviceGroup); |
| | | |
| | | } |