| | |
| | | //查询成品检验中不合格品检验单列表 |
| | | IPage<Map<String, Object>> selectInsList(Page<Object> page, String formTime, Integer dealState); |
| | | |
| | | //根据原材料检验单id删除原材料不合格品 |
| | | void updaRawIns(Integer id); |
| | | |
| | | //根据原材料检验单id批量删除原材料不合格品 |
| | | void delAllRawIns(String ids); |
| | | |
| | | IPage<Map<String, Object>> selectUnqualifiedRawMaterials(Page<Object> page, String formTime, String productName, String supplier, Integer processingStatus); |
| | | |
| | | IPage<Map<String, Object>> selectDisposal(Page<Object> page, String specificationModel, String productName, Integer productCategories, Integer state); |
| | | } |
| | | |