| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.ruoyi.basic.dto.*; |
| | | import com.ruoyi.basic.pojo.IfsInventoryQuantity; |
| | | import com.ruoyi.common.core.domain.Result; |
| | | import com.ruoyi.inspect.dto.SampleProductDto; |
| | | import com.ruoyi.inspect.pojo.InsOrder; |
| | | import com.ruoyi.inspect.dto.CopperInsOrderDto; |
| | |
| | | */ |
| | | public interface RawMaterialOrderService { |
| | | |
| | | RawMaterialStandardTreeDto selectStandardTreeListByPartNo(String partNo); |
| | | Result selectStandardTreeListByPartNo(String partNo); |
| | | |
| | | /** |
| | | * 报检查询 |
| | |
| | | * @param ifsInventoryQuantity |
| | | * @return |
| | | */ |
| | | Map<String,Object> getWarehouseSubmit(IPage<IfsInventoryQuantity> page, IfsInventoryQuantity ifsInventoryQuantity); |
| | | IPage<IfsInventoryQuantity> getWarehouseSubmit(IPage<IfsInventoryQuantity> page, IfsInventoryQuantity ifsInventoryQuantity); |
| | | |
| | | /** |
| | | * 查询检验值 |
| | |
| | | * @param ifsInventoryQuantityDto |
| | | * @return |
| | | */ |
| | | Map<String,Object> getIfsByStateOne(IPage<IfsInventoryQuantityDto> page, IfsInventoryQuantityDto ifsInventoryQuantityDto); |
| | | IPage<IfsInventoryQuantityDto> getIfsByStateOne(IPage<IfsInventoryQuantityDto> page, IfsInventoryQuantityDto ifsInventoryQuantityDto); |
| | | |
| | | int inspectionReport(List<Integer> ids); |
| | | |
| | |
| | | */ |
| | | int addExemptionOrder(List<SampleProductDto> list, InsOrder insOrder); |
| | | |
| | | Map<String,Object> selectIfsInventoryQuantity(Page<IfsInventoryQuantityCheckDto> page, IfsInventoryQuantityCheckDto ifsInventoryQuantity); |
| | | IPage<IfsInventoryQuantityCheckDto> selectIfsInventoryQuantity(Page<IfsInventoryQuantityCheckDto> page, IfsInventoryQuantityCheckDto ifsInventoryQuantity); |
| | | |
| | | /** |
| | | * 查询已检验 |
| | |
| | | * @param ifsInventoryQuantityDto |
| | | * @return |
| | | */ |
| | | Map<String,Object> getIfsByOver(Page<IfsInventoryQuantitySupplierDto> page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto); |
| | | IPage<IfsInventoryQuantitySupplierDto> getIfsByOver(Page<IfsInventoryQuantitySupplierDto> page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto); |
| | | |
| | | int delIfsInventory(Integer id); |
| | | |
| | |
| | | */ |
| | | void addIfsInventoryQuantity(IfsInventoryQuantity ifsInventoryQuantity); |
| | | |
| | | void shiftingParking(List<Integer> ids); |
| | | |
| | | /** |
| | | * 铜单丝下单免检 |
| | |
| | | * @param ifsInventoryQuantityDto |
| | | * @return |
| | | */ |
| | | Map<String,Object> getIfsByQuarter(Page page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto); |
| | | IPage<IfsInventoryQuantitySupplierDto> getIfsByQuarter(Page page, IfsInventoryQuantitySupplierDto ifsInventoryQuantityDto); |
| | | |
| | | /** |
| | | * advancedGodown |