| | |
| | | public interface InspectUnacceptedService extends IService<InspectUnaccepted> { |
| | | |
| | | /** |
| | | *查询成品不合格品检验单列表 |
| | | * @param |
| | | * @param formTime |
| | | * @param dealState |
| | | * @return |
| | | */ |
| | | IPage<Map<String, Object>> selectUnRawInspectsList(Page<Object> page, String formTime, Integer dealState, Integer productCategories); |
| | | |
| | | /** |
| | | * 查询原材料不合格品检验单列表 |
| | | * @param page |
| | | * @param formTime |
| | | * @param productName |
| | | * @param supplier |
| | | * @param processingStatus |
| | | * @return |
| | | */ |
| | | IPage<Map<String, Object>> selectUnqualifiedRawMaterials(Page<Object> page, String formTime, String productName, String supplier, Integer processingStatus); |
| | | |
| | | /** |
| | | * 不合格品处置分页列表 |
| | | * @param page |
| | | * @param specificationModel |
| | |
| | | */ |
| | | Integer descriptionUpdate(Integer rawUnacceptedId, String tell); |
| | | |
| | | //评审 |
| | | Integer rawEvaluate(Integer rawId, Integer passOrNo); |
| | | |
| | | @Transactional(rollbackFor = Exception.class) |
| | | Integer editDisposalOpinionConfirmation(Integer rawUnacceptedId, String opinionTell, Integer way, Integer type); |