| | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.basic.dto.IfsInventoryQuantityDto; |
| | | import com.ruoyi.basic.dto.InventoryDetailDTO; |
| | | import com.ruoyi.basic.pojo.IfsInventoryQuantity; |
| | | import com.ruoyi.basic.pojo.StandardProductList; |
| | | import com.ruoyi.common.core.domain.Result; |
| | | import com.ruoyi.inspect.pojo.InsOrder; |
| | | import com.ruoyi.inspect.pojo.InsSample; |
| | | import com.ruoyi.inspect.pojo.InsUnqualifiedRetestProduct; |
| | | import com.ruoyi.inspect.dto.*; |
| | | import com.ruoyi.inspect.vo.InsOrderPrintingVo; |
| | |
| | | |
| | | |
| | | //修改检验下单数据 |
| | | int upInsOrder(Integer orderId,Integer sampleId, String appointed, Integer userId,String sonLaboratory); |
| | | int upInsOrder(Integer orderId, Integer sampleId, String appointed, Integer userId, String sonLaboratory); |
| | | |
| | | int addInsOrder(List<SampleProductDto> list, InsOrder insOrder); |
| | | |
| | |
| | | |
| | | IPage<SampleProductDto2> selectSampleAndProductByOrderId(IPage<SampleProductDto2> page, SampleProductDto2 sampleProductDto); |
| | | |
| | | IPage<CostStatisticsDto> costStatistics(IPage<CostStatisticsDto> page, CostStatisticsDto costStatisticsDto); |
| | | |
| | | Map<String, Object> costStatistics2(CostStatisticsDto costStatisticsDto); |
| | | |
| | | Map<String, Object> selectSampleDefects(Page page, String inspectionItems, String orderNumber); |
| | | |
| | | int updateStatus(Integer id); |
| | | |
| | | |
| | | void export(CostStatisticsDto costStatisticsDto,HttpServletResponse response)throws IOException, ServletException; |
| | | |
| | | // 获取ifs库存信息 |
| | | void getIfsOrder(); |
| | | void getIfsOrder(Map<String, Object> objectMap, Boolean isSplitOrder); |
| | | |
| | | /** |
| | | * 修改订单单号 |
| | | * |
| | | * @param insOrder |
| | | */ |
| | | void updateEntrustCode(InsOrder insOrder); |
| | |
| | | List<InsUnqualifiedRetestProduct> getRetestResult(Integer insProductId); |
| | | |
| | | |
| | | |
| | | void updateIfsInventoryQuantity(Integer id); |
| | | void updateIfsInventoryQuantity(Long id); |
| | | |
| | | /** |
| | | * 铜材下单 |
| | | * |
| | | * @param list |
| | | * @param copperInsOrder |
| | | * @return |
| | |
| | | |
| | | /** |
| | | * 修改委托编号 |
| | | * |
| | | * @param insOrder |
| | | */ |
| | | void updateOrderEntrustCode(InsOrder insOrder); |
| | |
| | | |
| | | /** |
| | | * 修改检验下单内容 |
| | | * |
| | | * @param insOrderUpdateDto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 成品标签打印 |
| | | * |
| | | * @param ids |
| | | * @return |
| | | */ |
| | | List<InsOrderPrintingVo> labelOrderPrinting(List<Integer> ids); |
| | | |
| | | List<InventoryDetailDTO> labelOutsideOrderPrinting(List<Integer> ids); |
| | | |
| | | /** |
| | | * 根据样品id查询检验项树 |
| | | * |
| | | * @param insSampleId |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 添加遗漏的检验项 |
| | | * |
| | | * @param omitOrderProductDto |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 成品检验单导出 |
| | | * |
| | | * @param sampleOrderDto |
| | | * @param response |
| | | */ |
| | | void rawAllInsOrderExport(SampleOrderDto sampleOrderDto, HttpServletResponse response); |
| | | |
| | | /** |
| | | * 修改样品型号 |
| | | * |
| | | * @param insSample |
| | | */ |
| | | void updateSampleModel(InsSample insSample); |
| | | |
| | | /** |
| | | * 查询当前时间是否没有该检测项的抽样计划 |
| | | * |
| | | * @param sampleList |
| | | * @param insOrder |
| | | * @return |
| | | */ |
| | | Result judgeNotSpotCheckOrder(List<SampleProductDto> sampleList, InsOrder insOrder); |
| | | |
| | | |
| | | /** |
| | | * 移库操作 |
| | | * |
| | | * @param one |
| | | * @return |
| | | */ |
| | | String moveRawMaterial(IfsInventoryQuantity one); |
| | | |
| | | |
| | | } |