Browse Source

报价获取物料成本 根据当前人员获取 不再根据全局账号

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

@ -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");

Loading…
Cancel
Save