|
|
@ -421,7 +421,6 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
masterPartEntity.setPartDesc(data.getPartDesc()); |
|
|
masterPartEntity.setPartDesc(data.getPartDesc()); |
|
|
masterPartEntity.setUmId(data.getUmId()); |
|
|
masterPartEntity.setUmId(data.getUmId()); |
|
|
masterPartEntity.setOfficialFlag("N"); |
|
|
masterPartEntity.setOfficialFlag("N"); |
|
|
masterPartEntity.setCodeNo(data.getCodeNo()); |
|
|
|
|
|
masterPartEntity.setLotTrackingCode("Not Lot Tracking"); |
|
|
masterPartEntity.setLotTrackingCode("Not Lot Tracking"); |
|
|
masterPartEntity.setLotQuantityRule("One Lot Per Production Order"); |
|
|
masterPartEntity.setLotQuantityRule("One Lot Per Production Order"); |
|
|
masterPartEntity.setSubLotRule("No Sub Lots Allowed"); |
|
|
masterPartEntity.setSubLotRule("No Sub Lots Allowed"); |
|
|
|