Browse Source

2025-05-22

master
fengyuan_yang 8 months ago
parent
commit
0eb81cc2c8
  1. 2
      src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java

2
src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java

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

Loading…
Cancel
Save