|
|
|
@ -48,6 +48,16 @@ export const getDetailOrderOwn = (current, size, params) => {
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
export const getDetailStockupOwn = (id) => { |
|
|
|
|
return request({ |
|
|
|
|
url: '/api/logpm-distribution/distributionStockup/detailOwn', |
|
|
|
|
method: 'get', |
|
|
|
|
params: { |
|
|
|
|
id |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export const getDetailInventoryOwn = (current, size, params) => { |
|
|
|
|
return request({ |
|
|
|
|
url: '/api/logpm-distribution/distributionStockup/inventoryOwn', |
|
|
|
|