This commit is contained in:
parent
66e1a2c0f3
commit
2bcc599016
|
|
@ -486,7 +486,7 @@ public class BomNewPbomParentService extends ServiceImpl<BomNewPbomParentMapper,
|
||||||
|
|
||||||
BomNewPbomChildEntity child = pbomChildService.getById(rowId);
|
BomNewPbomChildEntity child = pbomChildService.getById(rowId);
|
||||||
if (child.getVirtualPartRootMaterialNo().startsWith("31") && child.getVirtualPartType() > 0) {
|
if (child.getVirtualPartRootMaterialNo().startsWith("31") && child.getVirtualPartType() > 0) {
|
||||||
VUtils.isTure(true).throwMessage("31下的虚拟包不能删除");
|
VUtils.isTure(true).throwMessage("31下的虚拟包不能复制");
|
||||||
}
|
}
|
||||||
|
|
||||||
checkCopyBomParam(sourceBomRowId, targetFacCode);
|
checkCopyBomParam(sourceBomRowId, targetFacCode);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue