Commit ef04d047 by zhuzhequan

fix:清空全部箱子 添加仓库id和工厂id

parent c7697aca
......@@ -278,11 +278,11 @@ export function clearBoxApi(
},
)
}
export function clearAllBoxApi(warehouseId: string | number,factoryId: string | number | undefined) {
export function clearAllBoxApi(warehouseId: string | number,factoryNo: string | number | undefined) {
return axios.get<never, BaseRespData<never>>(
'factory/podJomallOrderUs/delPodBoxOrderDetails',
{
params: { warehouseId,factoryId },
params: { warehouseId,factoryNo },
},
)
}
......
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