| | |
| | | |
| | | /** |
| | | * <p> |
| | | * 服务类 |
| | | * 服务类 |
| | | * </p> |
| | | * |
| | | * @author wu |
| | |
| | | |
| | | /** |
| | | * 按照玻璃id信息自动报工 |
| | | * |
| | | * @param glassId |
| | | * @param deviceId |
| | | * @param workingProcedure |
| | | * @param remark |
| | | */ |
| | | void autoSubmitReport(String glassId, int deviceId,String workingProcedure,String remark,int type); |
| | | void autoSubmitReport(String glassId, int deviceId, String workingProcedure, String remark, int type); |
| | | |
| | | /** |
| | | * 单个破损 |
| | | * |
| | |
| | | |
| | | void deleteByGlassId(String glassId); |
| | | |
| | | Boolean sendToERP(ReportingWork reportingWork, List<ReportingWorkDetail> reportingWorkDetails); |
| | | Boolean sendToERP(ReportingWork reportingWork, List<ReportingWorkDetail> reportingWorkDetails, Boolean type); |
| | | } |