| | |
| | | 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); |
| | | |
| | | } |