1.采购入库取消删除

This commit is contained in:
龚豆豆 2025-11-21 17:50:10 +08:00
parent 00477730e4
commit 35cbea73ad
1 changed files with 0 additions and 3 deletions

View File

@ -170,7 +170,6 @@ public class OtherInYdthPlugin extends AbstractOperationServicePlugIn implements
if (Objects.nonNull(sumbitResult.getAllErrorOrValidateInfo())) { if (Objects.nonNull(sumbitResult.getAllErrorOrValidateInfo())) {
logger.info("采购入库单提交失败: " + sumbitResult.getAllErrorOrValidateInfo().toString()); logger.info("采购入库单提交失败: " + sumbitResult.getAllErrorOrValidateInfo().toString());
} }
OperationResult deleteResult = OperationServiceHelper.executeOperate(Constants.TYPE_DELETE, IM_PURINBILL, load, operateOption);
} else { } else {
//开始审核 //开始审核
OperationResult auditResult = OperationServiceHelper.executeOperate(Constants.TYPE_AUDIT, IM_PURINBILL, load, operateOption); 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()); 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);
} }