|
|
|
@ -326,7 +326,7 @@ public class PodTemplateServiceImpl implements PodTemplateService {
|
|
|
|
|
//更改派工单状态
|
|
|
|
|
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) {
|
|
|
|
|
ExceptionUtil.throwException(e);
|
|
|
|
|
}
|
|
|
|
|