|
@@ -379,7 +379,7 @@ export const stackPlaceInsertImport = (params) => {
|
|
// 查询产品货位历史变更记录
|
|
// 查询产品货位历史变更记录
|
|
export const stackPlaceListHistory = (params) => {
|
|
export const stackPlaceListHistory = (params) => {
|
|
return axios({
|
|
return axios({
|
|
- url: '/product/stackPlace/listHistoryByProductSn',
|
|
|
|
|
|
+ url: '/product/stackPlace/listHistory',
|
|
data: params,
|
|
data: params,
|
|
method: 'post'
|
|
method: 'post'
|
|
})
|
|
})
|