1463 WMS系统钢构包采购业务功能优化
This commit is contained in:
parent
d854ccd7d8
commit
5fb0ed5b9d
|
|
@ -49,8 +49,7 @@ public class NoUtil {
|
||||||
return new StructuralPackageMaterialQRCodeContentDTO()
|
return new StructuralPackageMaterialQRCodeContentDTO()
|
||||||
.setUniqNo(c1s.size() == 1 ? qrCode : CollectionUtil.get(c1s, 0))
|
.setUniqNo(c1s.size() == 1 ? qrCode : CollectionUtil.get(c1s, 0))
|
||||||
.setMaterialNo(c1s.size() == 1 ? CollectionUtil.get(c1s, 0) : CollectionUtil.get(c1s, 1))
|
.setMaterialNo(c1s.size() == 1 ? CollectionUtil.get(c1s, 0) : CollectionUtil.get(c1s, 1))
|
||||||
.setTrayNo(CollectionUtil.get(contents, 1))
|
.setNum(new BigDecimal(CollectionUtil.get(contents, 1)))
|
||||||
.setNum(new BigDecimal(CollectionUtil.get(contents, 2)))
|
|
||||||
.setContent(qrCode);
|
.setContent(qrCode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue