打开报工接口

master
philip 3 years ago
parent 72468db1e8
commit 1dacffcf9c

@ -326,7 +326,7 @@ public class PodTemplateServiceImpl implements PodTemplateService {
//更改派工单状态 //更改派工单状态
sfcDispatchCommonService.updateSfcDispatchStatus(site, CommonMethods.getUser(), dispatchNo, DispatchStatusEnum.COMPLETE.getCode(),workHour); sfcDispatchCommonService.updateSfcDispatchStatus(site, CommonMethods.getUser(), dispatchNo, DispatchStatusEnum.COMPLETE.getCode(),workHour);
//报工 //报工
//sendErp(sfc, stepId, qty, BigDecimal.ZERO, workHour); sendErp(sfc, stepId, qty, BigDecimal.ZERO, workHour);
} catch (Exception e) { } catch (Exception e) {
ExceptionUtil.throwException(e); ExceptionUtil.throwException(e);
} }

Loading…
Cancel
Save