| | |
| | | |
| | | int upStandardProductList(StandardProductList list); |
| | | |
| | | int delStandardProduct(JSONArray list); |
| | | |
| | | List<StandardProductList> selectStandardProductList(InsSampleReceiveDto insSample); |
| | | |
| | | Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree, Integer page); |
| | | Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree); |
| | | |
| | | Map<String, Object> buildStandardProductListNoDrag(Integer id, String tree); |
| | | |
| | | IPage<StandardProductList> selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items); |
| | | |
| | |
| | | |
| | | /** |
| | | * 标准库拖拽 |
| | | * |
| | | * @param resetTreeDragDTO |
| | | */ |
| | | void resetTreeDrag(ResetTreeDragDTO resetTreeDragDTO); |
| | | |
| | | /** |
| | | * 标准库拖拽 |
| | | * |
| | | * @param standardProductLists |
| | | */ |
| | | void resetTreeDragBatch(List<StandardProductList> standardProductLists); |
| | | |
| | | /** |
| | | * 检验项要求值对比 |
| | | * |
| | | * @param copyStandardProductListDto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 检验项要求值对比一个 |
| | | * |
| | | * @param copyStandardProductListDto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 检验项复制排序 |
| | | * |
| | | * @param copyStandardProductListDto |
| | | * @return |
| | | */ |