|
|
|
@ -646,6 +646,7 @@ public class MesPackageRoundnessService implements IRoundnessStrategy {
|
|
|
|
|
orderAssembly.setProductPartNo(sortCfg.getProductPartNo());
|
|
|
|
|
orderAssembly.setPid(sortCfg.getId());
|
|
|
|
|
orderAssembly.setWorkCenterCode(workCenterCode);
|
|
|
|
|
orderAssembly.setPreCraftCode(sortCfg.getPreCraftCode());
|
|
|
|
|
workOrderAssemblyList.add(orderAssembly);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -688,6 +689,7 @@ public class MesPackageRoundnessService implements IRoundnessStrategy {
|
|
|
|
|
orderAssembly.setMaxValue(ruleSortCfg.getMaxValue());
|
|
|
|
|
orderAssembly.setMinValue(ruleSortCfg.getMinValue());
|
|
|
|
|
orderAssembly.setProductPartNo(ruleSortCfg.getProductPartNo());
|
|
|
|
|
orderAssembly.setPreCraftCode(ruleSortCfg.getPreCraftCode());
|
|
|
|
|
workOrderAssemblyList.add(orderAssembly);
|
|
|
|
|
}
|
|
|
|
|
//查询所有共用的零件 且没有零件号,多用于螺钉---查询排序加工规则
|
|
|
|
@ -726,6 +728,7 @@ public class MesPackageRoundnessService implements IRoundnessStrategy {
|
|
|
|
|
orderAssembly.setMaxValue(ruleSortCfg.getMaxValue());
|
|
|
|
|
orderAssembly.setMinValue(ruleSortCfg.getMinValue());
|
|
|
|
|
orderAssembly.setProductPartNo(ruleSortCfg.getProductPartNo());
|
|
|
|
|
orderAssembly.setPreCraftCode(ruleSortCfg.getPreCraftCode());
|
|
|
|
|
workOrderAssemblyList.add(orderAssembly);
|
|
|
|
|
}
|
|
|
|
|
return workOrderAssemblyList;
|
|
|
|
|