yangfeng
2023-09-21 1ed83e98d5bc89f4e87b8ae6692eb31888e55579
src/api/overview/overview.js
@@ -62,3 +62,20 @@
    data
  })
}
// 验证 更改记录状态
export function updateStatus(id) {
  return request({
    url: `/api-wms/v1/operation/finish/${id}`,
    method: "put",
    id
  })
}
// 获取位置列表
export function getLocationList(data) {
  return request({
    url: "/api-wms/v1/location/getLocationList",
    method: "post",
    data
  })
}