|
|
@ -28,6 +28,10 @@ export const getCustomerdockPage = async (params) => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
export const getdeliverCustomerdockPage = async (params) => { |
|
|
|
return await request.get({ url: `/wms/customerdock/deliverPages`, params }) |
|
|
|
} |
|
|
|
|
|
|
|
// 查询客户月台详情
|
|
|
|
export const getCustomerdock = async (id: number) => { |
|
|
|
return await request.get({ url: `/wms/customerdock/get?id=` + id }) |
|
|
@ -83,4 +87,4 @@ export const pageCustomerCodeToCustomerDockReceiving = async (params) => { |
|
|
|
} else { |
|
|
|
return await request.get({ url: `/wms/customerdock/pageCustomerCodeToCustomerDockReceiving`, params }) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|