Commit 9643c9fb authored by Smile's avatar Smile

需求 136后台-集运-包裹列表-操作-撤出包裹

parent 3cc57d1b
......@@ -16,6 +16,13 @@ export function createConsRetiredWarehouseApplication(data) {
data: data
})
}
export function createConsExitApplication(data) {
return request({
url: '/ecw/cons/createConsExitApplication',
method: 'post',
data: data
})
}
export function editAndUpdateConsRetiredWarehouseDeal(data) {
return request({
url: '/ecw/cons/editAndUpdateConsRetiredWarehouseDeal',
......
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