|
|
@ -4,7 +4,7 @@ export default { |
|
|
|
// 查询 -- 库存统计
|
|
|
|
inventoryStats: function(params) { |
|
|
|
return request({ |
|
|
|
url: '/wms/inventory/wmsinventoryrecord/inventoryStats', |
|
|
|
url: '/wms/apiadmin/inventory/wmsinventoryrecord/inventoryStats', |
|
|
|
method: 'post', |
|
|
|
data: params, |
|
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
@ -13,7 +13,7 @@ export default { |
|
|
|
// 查询分页列表 -- 入库详情统计
|
|
|
|
inventoryInboundStats: function(params) { |
|
|
|
return request({ |
|
|
|
url: '/wms/inventory/wmsinventoryrecord/inventoryInboundStats', |
|
|
|
url: '/wms/apiadmin/inventory/wmsinventoryrecord/inventoryInboundStats', |
|
|
|
method: 'post', |
|
|
|
data: params, |
|
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
@ -22,7 +22,7 @@ export default { |
|
|
|
// 查询分页列表 -- 出库详情统计
|
|
|
|
inventoryOutboundStats: function(params) { |
|
|
|
return request({ |
|
|
|
url: '/wms/inventory/wmsinventoryrecord/inventoryOutboundStats', |
|
|
|
url: '/wms/apiadmin/inventory/wmsinventoryrecord/inventoryOutboundStats', |
|
|
|
method: 'post', |
|
|
|
data: params, |
|
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
|