完善单据查询接口,增加品牌和制造商字段
This commit is contained in:
@@ -225,6 +225,8 @@ public class DepotItemController {
|
||||
item.put("standard", diEx.getMStandard());
|
||||
item.put("model", diEx.getMModel());
|
||||
item.put("color", diEx.getMColor());
|
||||
item.put("brand", diEx.getBrand());
|
||||
item.put("mfrs", diEx.getMMfrs());
|
||||
item.put("materialOther", depotItemService.getOtherInfo(mpArr, diEx));
|
||||
BigDecimal stock;
|
||||
Unit unitInfo = materialService.findUnit(diEx.getMaterialId()); //查询计量单位信息
|
||||
|
||||
Reference in New Issue
Block a user