pBOM-编辑添加新行
This commit is contained in:
parent
94e04540ac
commit
b95b3eff73
|
|
@ -433,6 +433,7 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
|
||||||
u.setParentRowId(paramDTO.getBomRowId());
|
u.setParentRowId(paramDTO.getBomRowId());
|
||||||
if(u.getRowId() == null){
|
if(u.getRowId() == null){
|
||||||
u.setSourceStatus(PbomSourceStatusEnum.PBOM.getValue());
|
u.setSourceStatus(PbomSourceStatusEnum.PBOM.getValue());
|
||||||
|
u.setFacCode(parent.getFacCode());
|
||||||
}else{
|
}else{
|
||||||
BomNewPbomChildEntity oChild = childMap.get(u.getRowId());
|
BomNewPbomChildEntity oChild = childMap.get(u.getRowId());
|
||||||
//判断是否有变更记录
|
//判断是否有变更记录
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue