|
|
|
|
@ -76,7 +76,7 @@ public interface ISysStockDetailService extends IService<SysStockDetail> { |
|
|
|
|
* @param goods 入库产品信息 |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
Result<Boolean> productDepositDetail(Long locationId, Long containerId, String batch, String isPuch, List<Map<String, String>> goods,Long storageCode); |
|
|
|
|
Result<Boolean> productDepositDetail(Long locationId, Long containerId, String batch, String isPuch, List<Map<String, String>> goods, Long storageCode); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
@ -88,7 +88,7 @@ public interface ISysStockDetailService extends IService<SysStockDetail> { |
|
|
|
|
* @param goods |
|
|
|
|
* @return |
|
|
|
|
*/ |
|
|
|
|
Result<Boolean> reduceInventoryDetail(Long branchId, Long locationId, Long storageId,Long areaId, List<Map<String, String>> goods); |
|
|
|
|
Result<Boolean> reduceInventoryDetail(Long branchId, Long locationId, Long storageId, Long areaId, List<Map<String, String>> goods); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 库存查询 |
|
|
|
|
@ -99,12 +99,12 @@ public interface ISysStockDetailService extends IService<SysStockDetail> { |
|
|
|
|
/** |
|
|
|
|
* 修改信息 |
|
|
|
|
*/ |
|
|
|
|
Result<Boolean> updateStock(BaseGoodsData goodsData,String id); |
|
|
|
|
Result<Boolean> updateStock(BaseGoodsData goodsData, String id); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 库位调整 |
|
|
|
|
*/ |
|
|
|
|
Result<Boolean> removeLocation(String oldLocation, String newLoaction,String id,String newid); |
|
|
|
|
Result<Boolean> removeLocation(String oldLocation, String newLoaction, String id, String newid); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 查询货位 |
|
|
|
|
@ -113,7 +113,7 @@ public interface ISysStockDetailService extends IService<SysStockDetail> { |
|
|
|
|
|
|
|
|
|
List<SysStockDetailVo> getLocation(List<String> goodsnoList); |
|
|
|
|
|
|
|
|
|
List<SysStockDetail> selectsystock(List<String> goods,Long locationid); |
|
|
|
|
List<SysStockDetail> selectsystock(List<String> goods, Long locationid); |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 扣减库存信息 |
|
|
|
|
|