feat(pbom): 取消从SAP导入进来的数据,不再导入到SAP去的限制
This commit is contained in:
parent
a6cb884797
commit
05679a70fd
|
|
@ -260,7 +260,7 @@ public class BomNewPbomExportToSAPImpl implements IBomNewPbomExportToSAP {
|
|||
t.setIDNRK(child.getMaterialNo());
|
||||
t.setZSORT(BomUtil.generateSapOrderNum(child.getProjectType(), child.getMaterialCategoryCode()
|
||||
, child.getFacCode(), child.getMaterialNo(), Objects.isNull(parent) ? 0 : parent.getBomExist()));
|
||||
t.setIgnore(ignore || Objects.equals(p.getSource(), PbomSourceEnum.FROM_SAP.getValue()));
|
||||
t.setIgnore(ignore);
|
||||
if (BomConstant.PROJECT_TYPE_TEMPORARY.equals(child.getProjectType())) {
|
||||
t.setIDNRK("");
|
||||
t.setPOTX1(child.getMaterialDesc());
|
||||
|
|
|
|||
Loading…
Reference in New Issue