|
|
@ -32,7 +32,7 @@ export default { |
|
|
|
// 查询分页列表 -- 拆件出入库查询
|
|
|
|
splitRecordInventoryList: function(data) { |
|
|
|
return request({ |
|
|
|
url: '/apiadmin/inventory/wmsinventoryrecord/splitRecordInventoryList', |
|
|
|
url: '/wms/apiadmin/inventory/wmsinventoryrecord/splitRecordInventoryList', |
|
|
|
method: 'post', |
|
|
|
data: data, |
|
|
|
headers: { 'Content-Type': 'application/json' } |
|
|
|