1.采购入库取消删除
This commit is contained in:
parent
00477730e4
commit
35cbea73ad
|
|
@ -170,7 +170,6 @@ public class OtherInYdthPlugin extends AbstractOperationServicePlugIn implements
|
|||
if (Objects.nonNull(sumbitResult.getAllErrorOrValidateInfo())) {
|
||||
logger.info("采购入库单提交失败: " + sumbitResult.getAllErrorOrValidateInfo().toString());
|
||||
}
|
||||
OperationResult deleteResult = OperationServiceHelper.executeOperate(Constants.TYPE_DELETE, IM_PURINBILL, load, operateOption);
|
||||
} else {
|
||||
//开始审核
|
||||
OperationResult auditResult = OperationServiceHelper.executeOperate(Constants.TYPE_AUDIT, IM_PURINBILL, load, operateOption);
|
||||
|
|
@ -179,8 +178,6 @@ public class OtherInYdthPlugin extends AbstractOperationServicePlugIn implements
|
|||
logger.info("采购入库单审核失败: " + auditResult.getAllErrorOrValidateInfo().toString());
|
||||
}
|
||||
|
||||
OperationResult unsubmitResult = OperationServiceHelper.executeOperate(Constants.TYPE_UNSUBMIT, IM_PURINBILL, load, operateOption);
|
||||
OperationResult deleteResult = OperationServiceHelper.executeOperate(Constants.TYPE_DELETE, IM_PURINBILL, load, operateOption);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue