Browse Source

项目物料 改成按照工单产生批次西悉尼

master
Rui_Li 8 months ago
parent
commit
7be3f9acfb
  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

@ -581,7 +581,7 @@ 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.setLotTrackingCode("Not Lot Tracking");
masterPartEntity.setLotTrackingCode("Order Based");
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");
masterPartEntity.setComponentLotRule("Many Lots Allowed"); masterPartEntity.setComponentLotRule("Many Lots Allowed");

Loading…
Cancel
Save