|
@@ -43,7 +43,7 @@ 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_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)
|
|
@@ -130,4 +130,4 @@ export const getDryGrainPrice = appRx.get(API_GET_INSPECT_GETDRYGRAINPRICE, erro
|
|
//付款权限查询
|
|
//付款权限查询
|
|
export const getJurisdiction = appRx.get(API_GET_INSPECT_GETJURISDICTION, errorCatcher, errorHandle, filter)
|
|
export const getJurisdiction = appRx.get(API_GET_INSPECT_GETJURISDICTION, errorCatcher, errorHandle, filter)
|
|
//财务开票
|
|
//财务开票
|
|
-export const invoicing = appRx.post(API_POST_INVOICING, errorCatcher, errorHandle, filter)
|
|
|
|
|
|
+export const invoicing = appRx.get(API_GET_INVOICING, errorCatcher, errorHandle, filter)
|