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