1.外销合同云之家获取
This commit is contained in:
25655 2025-03-28 12:06:51 +08:00
parent ceac327ea2
commit e8f6891323

View File

@ -158,6 +158,7 @@ public class SaleOrdeAddGenerateOp extends AbstractOperationServicePlugIn {
}
debcrednote.set("yem_amount_sub",yem_amount_sub);
debcrednote.set("yem_amountbase_sub",yem_amountbase_sub);
SaveServiceHelper.save(new DynamicObject[]{debcrednote});
OperationResult Operate = OperationServiceHelper.executeOperate("save", debcrednote.getDynamicObjectType().getName(), new DynamicObject[]{debcrednote}, OperateOption.create());
if (Operate.isSuccess()) {
OperationResult submitResult = OperationServiceHelper.executeOperate("submit", "yem_debcrednote", new Object[]{debcrednote.getPkValue()}, OperateOption.create());