|
@@ -43,7 +43,8 @@ import {
|
|
API_GET_CUSTOMER_CODEJY,
|
|
API_GET_CUSTOMER_CODEJY,
|
|
API_GET_INSPECT_GETDRYGRAINPRICE,
|
|
API_GET_INSPECT_GETDRYGRAINPRICE,
|
|
API_GET_INSPECT_GETJURISDICTION,
|
|
API_GET_INSPECT_GETJURISDICTION,
|
|
- API_POST_INVOICING
|
|
|
|
|
|
+ API_POST_INVOICING,
|
|
|
|
+ API_GET_INVOICING
|
|
} 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)
|
|
@@ -133,4 +134,4 @@ export const getJurisdiction = appRx.get(API_GET_INSPECT_GETJURISDICTION, error
|
|
// export const invoicing = appRx.get(API_GET_INVOICING, errorCatcher, errorHandle, filter)
|
|
// export const invoicing = appRx.get(API_GET_INVOICING, errorCatcher, errorHandle, filter)
|
|
//财务开票post
|
|
//财务开票post
|
|
export const invoicing = appRx.post(API_GET_INVOICING, errorCatcher, errorHandle, filter)
|
|
export const invoicing = appRx.post(API_GET_INVOICING, errorCatcher, errorHandle, filter)
|
|
-
|
|
|
|
|
|
+ API_GET_INVOICING
|