|
@@ -67,7 +67,8 @@ import {
|
|
API_GET_CONTRACT,
|
|
API_GET_CONTRACT,
|
|
API_SPONSOR_WITHDRAW,
|
|
API_SPONSOR_WITHDRAW,
|
|
API_GET_BASEID,
|
|
API_GET_BASEID,
|
|
- API_GETQUALITY
|
|
|
|
|
|
+ API_GETQUALITY,
|
|
|
|
+ API_GET_WAREHOUSE
|
|
} from '@/api/V2/houseSelfCollect'
|
|
} from '@/api/V2/houseSelfCollect'
|
|
//客户管理列表
|
|
//客户管理列表
|
|
export const getCustomerManage = appRx.get(API_GET_CUSTOMER_MANAGE, errorCatcher, errorHandle, filter)
|
|
export const getCustomerManage = appRx.get(API_GET_CUSTOMER_MANAGE, errorCatcher, errorHandle, filter)
|
|
@@ -203,3 +204,5 @@ export const dandongOrder = appRx.post(API_POST_DANDONG_ORDER, errorCatcher, err
|
|
export const getquality = appRx.get(API_GETQUALITY, errorCatcher, errorHandle, filter)
|
|
export const getquality = appRx.get(API_GETQUALITY, errorCatcher, errorHandle, filter)
|
|
// 换客户
|
|
// 换客户
|
|
export const changeCustomer = appRx.post(API_POST_CUSTOMER, errorCatcher, errorHandle, filter)
|
|
export const changeCustomer = appRx.post(API_POST_CUSTOMER, errorCatcher, errorHandle, filter)
|
|
|
|
+// 查询仓库新
|
|
|
|
+export const getwarehouse = appRx.get(API_GET_WAREHOUSE, errorCatcher, errorHandle, filter)
|