@@ -379,7 +379,7 @@ export const stackPlaceInsertImport = (params) => {
// 查询产品货位历史变更记录
export const stackPlaceListHistory = (params) => {
return axios({
- url: '/product/stackPlace/listHistoryByProductSn',
+ url: '/product/stackPlace/listHistory',
data: params,
method: 'post'
})
@@ -66,7 +66,7 @@ export default {
this.spinning = true
delete parameter.tableId
delete parameter.index
- return stackPlaceListHistory({ productSn: this.detailData.product.productSn }).then(res => {
+ return stackPlaceListHistory({ productSn: this.detailData.product.productSn, newWarehouseSn: this.detailData.warehouseSn }).then(res => {
let data
if (res.status == 200) {
data = res.data