|
|
@@ -22,9 +22,9 @@ const financeApi = (axiosInstance: ApiInstance) => ({
|
|
|
commissionInvoicing: (data: any) => axiosInstance.post('/receivable/commissionInvoicing', data), // 开票
|
|
|
// 结算
|
|
|
settlement: (data: any) => axiosInstance.post('/receivable/settlement', data),
|
|
|
- // 非车险验收
|
|
|
+ // 非车险应收
|
|
|
exportSuperviseJyExcel: (data: any) => axiosInstance.post('/receivable/exportSuperviseJyExcel', data, {responseType: 'blob'}),
|
|
|
- // 非车险验收导出
|
|
|
+ // 非车险应收导出
|
|
|
getJyCommissionReceivableList: (data: any) => axiosInstance.post('/receivable/getJyCommissionReceivableList', data),
|
|
|
// 获取保险公司
|
|
|
getReceivableCompany: (data: any) => axiosInstance.post('/receivable/getReceivableCompany', data),
|