| | |
| | | import com.ruoyi.inspect.dto.InsOrderPlanDTO; |
| | | import com.ruoyi.inspect.dto.InsOrderPlanProductDto; |
| | | import com.ruoyi.inspect.dto.SaveInsContextDto; |
| | | import com.ruoyi.inspect.dto.SaveOrderDevicesDto; |
| | | import com.ruoyi.inspect.dto.SaveTemplateContextDto; |
| | | import com.ruoyi.inspect.dto.VerifyPlanDto; |
| | | import com.ruoyi.inspect.pojo.InsOrderFactoryVerify; |
| | | import com.ruoyi.inspect.pojo.InsOrderFile; |
| | | import com.ruoyi.inspect.pojo.InsProduct; |
| | |
| | | |
| | | void saveInsContext(SaveInsContextDto saveInsContextDto); |
| | | |
| | | void saveTemplateContext(SaveTemplateContextDto saveTemplateContextDto); |
| | | |
| | | List<Integer> getOrderDeviceIds(Integer orderId); |
| | | |
| | | void saveOrderDevices(SaveOrderDevicesDto saveOrderDevicesDto); |
| | | |
| | | Map<String, Object> doInsOrder(Integer id, String laboratory); |
| | | |
| | | int upPlanUser(Integer userId, Integer orderId,String sonLaboratory); |
| | | |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode); |
| | | int submitPlan(Integer orderId, String laboratory, Integer verifyUser, String entrustCode, Boolean registerInsResults); |
| | | |
| | | List<InsProduct> getInsProduct(InsOrderPlanProductDto insOrderPlanProductDto); |
| | | |
| | | List<String> checkSubmitPlan(Integer orderId, String laboratory); |
| | | Map<String,Object> checkSubmitPlan(Integer orderId, String laboratory); |
| | | |
| | | IPage<InsOrderFile> getFileList(Page page, InsOrderFile insOrderFile); |
| | | |
| | |
| | | |
| | | int rawMaterialVerifyPlan(Integer orderId, String laboratory, Integer type, String tell, Integer userId); |
| | | |
| | | int rawMaterialVerifyPlan(VerifyPlanDto verifyPlanDto); |
| | | |
| | | /** |
| | | * 电缆配置. 查看标识 |
| | | * @param id |