Commit d2d1e59b by qinjianhui

fix: 修改补货校验传参

parent 7942fab9
......@@ -192,7 +192,7 @@ const handleRestockCheck = async (row: RestockData) => {
}
try {
const res = await restockCheckApi(
row.id,
row.factoryId,
row.warehouseSku ?? '',
row.warehouseId,
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment