|
|
|
@ -1832,6 +1832,8 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
if ("Y".equals(toPart.getStatus())) { |
|
|
|
// 正式物料copy来的没有plmPartNo |
|
|
|
toPart.setIfsPartNo(toPart.getPartNo()); |
|
|
|
// 2025-05-22 由于Inventory Part copy后跳转BOM Routing的问题 临时加上plmPartNo |
|
|
|
toPart.setPlmPartNo(toPart.getPartNo()); |
|
|
|
} else { |
|
|
|
toPart.setPlmPartNo(toPart.getPartNo()); |
|
|
|
} |
|
|
|
|