Commit 180e8fae authored by honghy's avatar honghy Committed by wux

放货列表实作

parent 4871791d
......@@ -189,3 +189,11 @@ export function getReleaseTypeUpdateInfo(orderId) {
method: "get"
})
}
export function getCargoControlDetailListPage(params) {
return request({
url: "/ecw/order-cargo-control-pick/cargo/control/orderDetail",
method: "get",
params
})
}
This diff is collapsed.
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