物料生成物料核算信息
This commit is contained in:
parent
df663fefbe
commit
ce10fa1252
|
|
@ -130,6 +130,19 @@ public class MaterialManualAssignOpPlugin extends AbstractOperationServicePlugIn
|
|||
success = result.isSuccess();
|
||||
generateMaterialInfo(targetEntityNumber, targetBillIds, success, bjlc, gzlc, shlc);
|
||||
|
||||
ruleId = "2352399204346786816";
|
||||
targetEntityNumber = "bd_materialcalinfo";//物料核算信息
|
||||
//目标单标识
|
||||
pushArgs.setTargetEntityNumber(targetEntityNumber);
|
||||
//传入转换规则id
|
||||
pushArgs.setRuleId(ruleId);
|
||||
|
||||
//执行下推
|
||||
result = ConvertServiceHelper.pushAndSave(pushArgs);
|
||||
//获取下推目标单id
|
||||
targetBillIds = result.getTargetBillIds();
|
||||
success = result.isSuccess();
|
||||
generateMaterialInfo(targetEntityNumber, targetBillIds, success, bjlc, gzlc, shlc);
|
||||
|
||||
/*Set<Long> dataIds = new HashSet();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue