This commit is contained in:
luoliming 2024-02-02 15:46:40 +08:00
parent 66e1a2c0f3
commit 2bcc599016
1 changed files with 1 additions and 1 deletions

View File

@ -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);