yangfeng
2024-03-26 0b2fe3d6ad04ae4a941e1807b84a946855789af5
src/api/operate/inventoryAdjustment.js
@@ -33,3 +33,19 @@
    data
  })
}
// 修改库存调整
export function updateInventoryAdjustment(data) {
  return request({
    url: "/api-wms/v1/locationProductAmount/update",
    method: "post",
    data
  })
}
// 应用库存调整
export function finishInventoryAdjustment(data) {
  return request({
    url: "/api-wms/v1/locationProductAmount/finish",
    method: "post",
    data
  })
}