This commit is contained in:
parent
eb2c62de30
commit
b297276412
|
|
@ -9,9 +9,10 @@ public class OpMBomImortSap {
|
||||||
|
|
||||||
public ImportSapParamDTO buildSap(){
|
public ImportSapParamDTO buildSap(){
|
||||||
ImportSapParamDTO result=new ImportSapParamDTO();
|
ImportSapParamDTO result=new ImportSapParamDTO();
|
||||||
result.setZID(parent.getRowId().toString());
|
// result.setZID(parent.getRowId().toString());
|
||||||
result.setI_WERKS(parent.getFacCode());
|
// result.setI_WERKS(parent.getFacCode());
|
||||||
result.setI_STLAN(BomConstant.SAP_YDBOM);
|
result.setI_STLAN(BomConstant.SAP_YDBOM);
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue