|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -487,8 +487,8 @@ public class PodTemplateServiceImpl implements PodTemplateService {
|
|
|
|
log.setIntegrationWay("ERP");
|
|
|
|
log.setIntegrationWay("ERP");
|
|
|
|
log.setIntegrationMethod("erpWebService.zmesProdordconf");
|
|
|
|
log.setIntegrationMethod("erpWebService.zmesProdordconf");
|
|
|
|
log.setParam(Arrays.toString(ins));
|
|
|
|
log.setParam(Arrays.toString(ins));
|
|
|
|
log.setStatus(outHolder.value[1].getRet());
|
|
|
|
log.setStatus("");
|
|
|
|
log.setResultMessage(outHolder.value[1].getMsg());
|
|
|
|
log.setResultMessage(Arrays.toString(outHolder.value));
|
|
|
|
log.setTransactionId("");
|
|
|
|
log.setTransactionId("");
|
|
|
|
log.setRequestDateTime(LocalDateTime.now());
|
|
|
|
log.setRequestDateTime(LocalDateTime.now());
|
|
|
|
log.setCreatedDateTime(LocalDateTime.now());
|
|
|
|
log.setCreatedDateTime(LocalDateTime.now());
|
|
|
|