|
|
|
@ -2159,8 +2159,8 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
// Inventory Part |
|
|
|
PartInformationEntity toPart = createCopyToPart(inData, fromPart); |
|
|
|
// 从正式物料复制过来的,ifs 和 plm料号 = partNo |
|
|
|
toPart.setPlmPartNo(toPart.getPartNo()); |
|
|
|
if ("Y".equals(fromPart.getStatus())) { |
|
|
|
toPart.setPlmPartNo(toPart.getPartNo()); |
|
|
|
toPart.setIfsPartNo(toPart.getPartNo()); |
|
|
|
} |
|
|
|
|
|
|
|
|