修改BOM导入和相关物料选择方法
This commit is contained in:
parent
8f67e9baad
commit
972f286896
@ -309,10 +309,9 @@ public class ProcessBomServiceImpl implements ProcessBomService {
|
||||
}
|
||||
|
||||
if (o.getSpec() == null || o.getSpec().trim().equals("") ){
|
||||
if (!o.getType().equals("1")){
|
||||
if (!type.equals("1")){
|
||||
processBomDetailDO.setSpec("A");//规格
|
||||
}
|
||||
|
||||
}else {
|
||||
processBomDetailDO.setSpec(o.getSpec());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user