feat(wms): 添加原材料在途信息功能
- 在 WmsStockServiceImpl 中添加填充原材料在途信息的方法 - 在 WmsStockVo 中添加在途量字段 - 通过查询采购计划明细来获取在途量
This commit is contained in:
@@ -86,4 +86,10 @@ public class WmsStockVo {
|
||||
@ExcelProperty(value = "仓库/库区名称")
|
||||
private String warehouseName;
|
||||
|
||||
/**
|
||||
* 在途量
|
||||
*/
|
||||
@ExcelProperty(value = "在途量")
|
||||
private BigDecimal onTheWay;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user