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