yangfeng
2023-10-26 d0aaaeda4b5e7aaed8067637baaea0e74e7993e6
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
  })
}