add:增加手持装箱接口
This commit is contained in:
@@ -62,6 +62,7 @@ public class PdmBiSubpackagerelationDto implements Serializable {
|
|||||||
* 木箱料号
|
* 木箱料号
|
||||||
*/
|
*/
|
||||||
private String box_type;
|
private String box_type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SAP批次
|
* SAP批次
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -225,6 +225,7 @@ public class PdmBiSubpackagerelationServiceImpl extends ServiceImpl<PdmBiSubpack
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 调用方法获取木箱料号:输入:子卷号、输出:木箱信息
|
// 调用方法获取木箱料号:输入:子卷号、输出:木箱信息
|
||||||
|
r.setBox_type("");
|
||||||
PdmBiOrderbominfo bomInfoDao = iPdmBiOrderbominfoService.getBiOrderbominfoByContainer(r.getContainer_name());
|
PdmBiOrderbominfo bomInfoDao = iPdmBiOrderbominfoService.getBiOrderbominfoByContainer(r.getContainer_name());
|
||||||
if (ObjectUtil.isNotEmpty(bomInfoDao)) {
|
if (ObjectUtil.isNotEmpty(bomInfoDao)) {
|
||||||
r.setBox_type(bomInfoDao.getProductName());
|
r.setBox_type(bomInfoDao.getProductName());
|
||||||
|
|||||||
Reference in New Issue
Block a user