| | |
| | | import com.ruoyi.inspect.pojo.InsReport; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.io.IOException; |
| | | import java.io.UnsupportedEncodingException; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | |
| | | int upAll(MultipartFile file) throws IOException; |
| | | |
| | | void isRawMaterial(InsOrder insOrder); |
| | | /** |
| | | * |
| | | * @param insOrder 检验单信息 |
| | | * @param registerInsResults 是否登记检验结果 |
| | | * @param hasExemption 是否免检 |
| | | */ |
| | | void isRawMaterial(InsOrder insOrder,Boolean registerInsResults,Boolean hasExemption); |
| | | |
| | | Long getUnqualifiedCount(InsOrder insOrder); |
| | | |
| | | /** |
| | | * 移库操作 |
| | | * @param one |
| | | * @return |
| | | */ |
| | | String moveRawMaterial(IfsInventoryQuantity one); |
| | | |
| | | /** |
| | | * 退回到检验任务 |
| | |
| | | * @return |
| | | */ |
| | | boolean sendBackTask(Integer id); |
| | | |
| | | /** |
| | | * 报告导出 |
| | | * @param dto |
| | | * @param response |
| | | */ |
| | | void reportAllExport(ReportPageDto dto, HttpServletResponse response) throws UnsupportedEncodingException; |
| | | } |