@Service @Primary public class SNInfoReportService extends BaseService implements ISNInfoReportService
| 构造器和说明 |
|---|
SNInfoReportService() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<Area> |
getAllArea() |
Collection<ProductionLine> |
getAllProductionLine() |
Collection<WorkStation> |
getAllWorkStation() |
List<SNConsumptionInfoDto> |
getSNConsumptionInfoBySN(String serialNumber)
根据序列号获取该序列的物料消耗记录
|
List<SNCurrentInfoDto> |
getSNCurrentInfo(String serialNumber,
String orderNumber,
String packageNumber,
long areaId,
long productionLineId,
long workStationId,
Date startTime,
Date endTime)
根据序列号、工单号等信息查询SN信息,各个参数可为空,Id可<0
|
List<SNDefectInfoDto> |
getSNDefectInfoBySN(String serialNumber)
根据序列号获取该序列的质量不良记录
|
List<SNHistoryInfoDto> |
getSNHistoryInfoBySN(String serialNumber)
根据序列号获取该序列的过站记录
|
List<SNRepairInfoDto> |
getSNRepairInfoBySN(String serialNumber)
根据序列号获取该序列的维修记录
|
Collection<ProductionLine> |
listProductionLineByArea(Area area)
产线ComboBox的选项根据厂区 ComboBox中的值获取
|
public List<SNCurrentInfoDto> getSNCurrentInfo(String serialNumber, String orderNumber, String packageNumber, long areaId, long productionLineId, long workStationId, Date startTime, Date endTime)
ISNInfoReportServicegetSNCurrentInfo 在接口中 ISNInfoReportServiceserialNumber - 序列号 模糊查询orderNumber - 工单号 模糊查询packageNumber - 包装箱号 模糊查询areaId - 区域idproductionLineId - 产线idworkStationId - 工作站idstartTime - 开始时间endTime - 结束时间public List<SNHistoryInfoDto> getSNHistoryInfoBySN(String serialNumber)
ISNInfoReportServicegetSNHistoryInfoBySN 在接口中 ISNInfoReportServiceserialNumber - 序列号public List<SNConsumptionInfoDto> getSNConsumptionInfoBySN(String serialNumber)
ISNInfoReportServicegetSNConsumptionInfoBySN 在接口中 ISNInfoReportServiceserialNumber - 序列号public List<SNDefectInfoDto> getSNDefectInfoBySN(String serialNumber)
ISNInfoReportServicegetSNDefectInfoBySN 在接口中 ISNInfoReportServiceserialNumber - 序列号public List<SNRepairInfoDto> getSNRepairInfoBySN(String serialNumber)
ISNInfoReportServicegetSNRepairInfoBySN 在接口中 ISNInfoReportServiceserialNumber - 序列号public Collection<Area> getAllArea()
getAllArea 在接口中 ISNInfoReportServicepublic Collection<ProductionLine> getAllProductionLine()
getAllProductionLine 在接口中 ISNInfoReportServicepublic Collection<WorkStation> getAllWorkStation()
getAllWorkStation 在接口中 ISNInfoReportServicepublic Collection<ProductionLine> listProductionLineByArea(Area area)
listProductionLineByArea 在接口中 ISNInfoReportServicearea - 厂区Copyright © 2019. All rights reserved.