Commit d2d1e59b by qinjianhui

fix: 修改补货校验传参

parent 7942fab9
...@@ -192,7 +192,7 @@ const handleRestockCheck = async (row: RestockData) => { ...@@ -192,7 +192,7 @@ const handleRestockCheck = async (row: RestockData) => {
} }
try { try {
const res = await restockCheckApi( const res = await restockCheckApi(
row.id, row.factoryId,
row.warehouseSku ?? '', row.warehouseSku ?? '',
row.warehouseId, 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