Commit 9e32aac7 by wusiyi Committed by qinjianhui

feat: 订单跟踪添加拦截展示

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