|
@@ -73,7 +73,8 @@ import {
|
|
API_POST_GETOKEN,
|
|
API_POST_GETOKEN,
|
|
API_POST_GEROM,
|
|
API_POST_GEROM,
|
|
API_GETQUALITY,
|
|
API_GETQUALITY,
|
|
- API_POST_UPLOADSELF
|
|
|
|
|
|
+ API_POST_UPLOADSELF,
|
|
|
|
+ API_GET_INSPECT_GETCUSTOMER_NEW
|
|
} 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)
|
|
@@ -111,6 +112,8 @@ export const inspectAdd = appRx.post(API_POST_INSPECT_ADD, errorCatcher, errorHa
|
|
export const getbinNumber = appRx.get(API_GET_INSPECT_GETBINNUMBER, errorCatcher, errorHandle, filter)
|
|
export const getbinNumber = appRx.get(API_GET_INSPECT_GETBINNUMBER, errorCatcher, errorHandle, filter)
|
|
//客户下拉
|
|
//客户下拉
|
|
export const getcustomer = appRx.get(API_GET_INSPECT_GETCUSTOMER, errorCatcher, errorHandle, filter)
|
|
export const getcustomer = appRx.get(API_GET_INSPECT_GETCUSTOMER, errorCatcher, errorHandle, filter)
|
|
|
|
+ //客户下拉新
|
|
|
|
+ export const getcustomernew = appRx.get(API_GET_INSPECT_GETCUSTOMER_NEW, errorCatcher, errorHandle, filter)
|
|
//获取二维码
|
|
//获取二维码
|
|
export const getQRCode = appRx.get(API_GET_INSPECT_GETQRCODE, errorCatcher, errorHandle, filter)
|
|
export const getQRCode = appRx.get(API_GET_INSPECT_GETQRCODE, errorCatcher, errorHandle, filter)
|
|
//质检列表
|
|
//质检列表
|