spring
2026-03-27 0abc2ebc9224478e51015542932537a38e2eabba
src/api/inventoryManagement/stockInRecord.js
@@ -25,3 +25,12 @@
    data: ids
  })
}
// 编辑入库(用于库存台账编辑)
export const editStockInStock = (data) => {
  return request({
    url: '/stockInRecord/editStockInStock',
    method: 'POST',
    data
  })
}