|
@@ -342,6 +342,12 @@ public interface WMSFeign {
|
|
|
*/
|
|
|
@PostMapping(value = "/api/v1/wms/wmsprestackscanresults/ScanTagResult")
|
|
|
Map<String,Object> ScanTagResult(@RequestBody(required = false)Map<String,Object> mal);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ @PostMapping(value = "/api/v1/wms/inboundScanResult/getScanResult")
|
|
|
+ Map<String,Object> getScanResult(@RequestBody Map<String,Object> map);
|
|
|
/**
|
|
|
* 库管员下发倒垛单
|
|
|
* @param mapList
|
|
@@ -374,6 +380,13 @@ public interface WMSFeign {
|
|
|
@PostMapping("/api/v1/wms/reboundResult/selectInfoByMaterialCode")
|
|
|
Map<String,Object> selectInfoByMaterialCode(@RequestBody(required = false) Map<String,Object> mal);
|
|
|
|
|
|
+ //根据仓库id查询未接收的垛位
|
|
|
+ @PostMapping("/api/v1/wms/inboundScanResult/selectStackingInfoByWarehouseId")
|
|
|
+ Map<String,Object> selectStackingInfoByWarehouseId(@RequestBody(required = false) Map<String,Object> mal);
|
|
|
+
|
|
|
+ //更新垛位
|
|
|
+ @PostMapping("/api/v1/wms/inboundScanResult/updateStatus")
|
|
|
+ Map<String,Object> updateStatus(@RequestBody(required = false) Map<String,Object> mal);
|
|
|
/**
|
|
|
* 展示倒库实绩
|
|
|
* @param mapValue
|
|
@@ -389,6 +402,8 @@ public interface WMSFeign {
|
|
|
@RequestParam Integer pageSize);
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
/**
|
|
|
* 展示倒库物资实绩
|
|
|
* @param mapValue
|