| | |
| | | * @param specificationsId |
| | | * @return |
| | | */ |
| | | List<Map<String,Object>> chooseTech(Integer specificationsId); |
| | | List<Map<String,Object>> chooseTech(Integer specificationsId,Integer version); |
| | | |
| | | /** |
| | | * 右上角新增-->物料清单 |
| | | * @param technologyId |
| | | * @param mbomDto |
| | | */ |
| | | void addMbom(Integer technologyId, MbomDto mbomDto); |
| | | void addMbom( MbomDto mbomDto); |
| | | |
| | | /** |
| | | * 填写数量,鼠标移开保存 |
| | |
| | | */ |
| | | Integer write(Integer id, Integer num); |
| | | |
| | | /** |
| | | * 添加同一个型号物料清单的版本 |
| | | * @param specificationsId |
| | | * @return |
| | | */ |
| | | Integer addVersion(Integer specificationsId,Integer version); |
| | | |
| | | /** |
| | | * 删除 |