| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.yuanchu.mom.dto.InsOrderPlanDTO; |
| | | import com.yuanchu.mom.dto.InsProductResultDto; |
| | | import com.yuanchu.mom.dto.InsProductResultDtos; |
| | | import com.yuanchu.mom.dto.SubmitPlanDto; |
| | | import com.yuanchu.mom.pojo.InsOrderFile; |
| | | import com.yuanchu.mom.pojo.InsOrderUser; |
| | |
| | | |
| | | int verifyPlan(Integer sampleId, String laboratory, Integer type, String tell) throws IOException; |
| | | |
| | | //纠正复核错误的情况 |
| | | int verifyPlan2(Integer sampleId, String laboratory, Integer type, String tell) throws IOException; |
| | | |
| | | int submitPlan(SubmitPlanDto submitPlanDto); |
| | | |
| | | //撤销提交 |
| | | int cancelSubmitPlan(Integer orderStateId); |
| | | |
| | | List<InsProduct> getInsProduct(Integer id, Integer type, String laboratory, HttpServletRequest request); |
| | | List<InsProduct> getInsProduct2(Integer id, Integer type, String laboratory, HttpServletRequest request,Integer num); |
| | |
| | | |
| | | Map<String,Object> getFileList(Page page, InsOrderFile insOrderFile); |
| | | |
| | | int uploadFile(Integer orderId, MultipartFile file,String sonLaboratory,Integer sampleId); |
| | | Object uploadFile(Integer orderId, MultipartFile file,String sonLaboratory,Integer sampleId); |
| | | |
| | | List<String> upPlanUser2(Integer sampleId); |
| | | |
| | | int deleteInsContext(InsProductResultVo insProductResultVo); |
| | | |
| | | //扫码报检(入库) |
| | | int scanInsOrderState(String sonLaboratory, String sampleCode,String trees); |
| | | int scanInsOrderState(String sonLaboratory, String sampleCode,String trees,String entrustCode); |
| | | |
| | | //扫码出库 |
| | | int outInsOrderState(String sonLaboratory, String sampleCode); |
| | | int outInsOrderState(String sonLaboratory, String sampleCode,String entrustCode); |
| | | |
| | | List<InsOrderUser> getInsOrderUserList(Integer insOrderStateId); |
| | | |
| | |
| | | Object preview(Integer id) throws Exception; |
| | | |
| | | int saveInsContext3(InsProductResult insProductResult); |
| | | |
| | | int saveInsContext2s(InsProductResultDtos insProductResultDtos); |
| | | |
| | | |
| | | } |