| | |
| | | //电路试验的保存检验内容 |
| | | List<Integer> saveInsContext2(InsProductResultDto insProductResultDtos); |
| | | |
| | | Map<String, Object> doInsOrder(Integer id, String laboratory); |
| | | Map<String, Object> doInsOrder(Integer sampleId, String laboratory); |
| | | |
| | | int upPlanUser(Integer userId, Integer orderId,String sonLaboratory); |
| | | int upPlanUser(Integer userId, Integer sampleId,String sonLaboratory); |
| | | |
| | | int verifyPlan(Integer orderId, String laboratory, Integer type, String tell) throws IOException; |
| | | int verifyPlan(Integer sampleId, String laboratory, Integer type, String tell) throws IOException; |
| | | |
| | | int submitPlan(SubmitPlanDto submitPlanDto); |
| | | |
| | | List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request); |
| | | List<InsProduct> getInsProduct2(Integer id, Integer type, String laboratory, HttpServletRequest request,Integer num); |
| | | |
| | | List<String> checkSubmitPlan(Integer orderId, String laboratory); |
| | | List<String> checkSubmitPlan(Integer sampleId, String laboratory); |
| | | |
| | | Map<String,Object> getFileList(Page page, InsOrderFile insOrderFile); |
| | | |
| | | int uploadFile(Integer orderId, MultipartFile file,String sonLaboratory); |
| | | int uploadFile(Integer orderId, MultipartFile file,String sonLaboratory,Integer sampleId); |
| | | |
| | | List<String> upPlanUser2(Integer orderId); |
| | | List<String> upPlanUser2(Integer sampleId); |
| | | |
| | | int deleteInsContext(InsProductResultVo insProductResultVo); |
| | | |