@gizone/rrs-client 4.2.9-alpha.855 → 4.2.9-alpha.857
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +4 -0
- package/apis/reimbursement-bill-api.ts +182 -0
- package/dist/apis/reimbursement-bill-api.d.ts +94 -0
- package/dist/apis/reimbursement-bill-api.js +140 -0
- package/dist/esm/apis/reimbursement-bill-api.d.ts +94 -0
- package/dist/esm/apis/reimbursement-bill-api.js +140 -0
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/json-result-list-mdm-legal-entity-bank-accounts-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-legal-entity-bank-accounts-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-entity.js +14 -0
- package/dist/esm/models/mdm-legal-entity-bank-accounts-vo.d.ts +96 -0
- package/dist/esm/models/mdm-legal-entity-bank-accounts-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-payer-entity.d.ts +108 -0
- package/dist/esm/models/reimbursement-bill-payer-entity.js +14 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/json-result-list-mdm-legal-entity-bank-accounts-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-legal-entity-bank-accounts-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-entity.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-entity.js +15 -0
- package/dist/models/mdm-legal-entity-bank-accounts-vo.d.ts +96 -0
- package/dist/models/mdm-legal-entity-bank-accounts-vo.js +15 -0
- package/dist/models/reimbursement-bill-details-vo.d.ts +12 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +12 -0
- package/dist/models/reimbursement-bill-payer-entity.d.ts +108 -0
- package/dist/models/reimbursement-bill-payer-entity.js +15 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/models/index.ts +4 -0
- package/models/json-result-list-mdm-legal-entity-bank-accounts-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-payer-entity.ts +72 -0
- package/models/mdm-legal-entity-bank-accounts-vo.ts +102 -0
- package/models/reimbursement-bill-details-vo.ts +12 -0
- package/models/reimbursement-bill-draft-dto.ts +12 -0
- package/models/reimbursement-bill-list-vo.ts +12 -0
- package/models/reimbursement-bill-payer-entity.ts +114 -0
- package/models/reimbursement-bill-submit-dto.ts +12 -0
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -384,11 +384,13 @@ models/json-result-list-maintenance-order-process-record-list-vo.ts
|
|
|
384
384
|
models/json-result-list-maintenance-standard-entity.ts
|
|
385
385
|
models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts
|
|
386
386
|
models/json-result-list-mdm-increment-vendors-vo.ts
|
|
387
|
+
models/json-result-list-mdm-legal-entity-bank-accounts-vo.ts
|
|
387
388
|
models/json-result-list-park-list-dto.ts
|
|
388
389
|
models/json-result-list-park-select-vo.ts
|
|
389
390
|
models/json-result-list-plan-calendar-list-vo.ts
|
|
390
391
|
models/json-result-list-plan-calendar-vo.ts
|
|
391
392
|
models/json-result-list-plan-entity.ts
|
|
393
|
+
models/json-result-list-reimbursement-bill-payer-entity.ts
|
|
392
394
|
models/json-result-list-reimbursement-bill-payer-vo.ts
|
|
393
395
|
models/json-result-list-reimbursement-bill-process-record-list-vo.ts
|
|
394
396
|
models/json-result-list-space-image-detail-dto.ts
|
|
@@ -506,6 +508,7 @@ models/maintenance-standard-import-dto.ts
|
|
|
506
508
|
models/material-confirmation-info.ts
|
|
507
509
|
models/mdm-increment-vendor-bank-accounts-vo.ts
|
|
508
510
|
models/mdm-increment-vendors-vo.ts
|
|
511
|
+
models/mdm-legal-entity-bank-accounts-vo.ts
|
|
509
512
|
models/media-dto.ts
|
|
510
513
|
models/message-push-log-search-list-bo.ts
|
|
511
514
|
models/monitoring-coverage-alert-info.ts
|
|
@@ -590,6 +593,7 @@ models/reimbursement-bill-draft-dto.ts
|
|
|
590
593
|
models/reimbursement-bill-handle-info-add-dto.ts
|
|
591
594
|
models/reimbursement-bill-handle-info-vo.ts
|
|
592
595
|
models/reimbursement-bill-list-vo.ts
|
|
596
|
+
models/reimbursement-bill-payer-entity.ts
|
|
593
597
|
models/reimbursement-bill-payer-vo.ts
|
|
594
598
|
models/reimbursement-bill-process-record-list-vo.ts
|
|
595
599
|
models/reimbursement-bill-submit-dto.ts
|
|
@@ -42,6 +42,10 @@ import type { JsonResultListMdmIncrementVendorBankAccountsVo } from '../models';
|
|
|
42
42
|
// @ts-ignore
|
|
43
43
|
import type { JsonResultListMdmIncrementVendorsVo } from '../models';
|
|
44
44
|
// @ts-ignore
|
|
45
|
+
import type { JsonResultListMdmLegalEntityBankAccountsVo } from '../models';
|
|
46
|
+
// @ts-ignore
|
|
47
|
+
import type { JsonResultListReimbursementBillPayerEntity } from '../models';
|
|
48
|
+
// @ts-ignore
|
|
45
49
|
import type { JsonResultListReimbursementBillPayerVo } from '../models';
|
|
46
50
|
// @ts-ignore
|
|
47
51
|
import type { JsonResultListReimbursementBillProcessRecordListVo } from '../models';
|
|
@@ -65,6 +69,47 @@ import type { ZjhtContractListSearchDto } from '../models';
|
|
|
65
69
|
*/
|
|
66
70
|
export const ReimbursementBillApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
67
71
|
return {
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @summary 通过场景编码查询付款方列表
|
|
75
|
+
* @param {string} scenarioCode
|
|
76
|
+
* @param {*} [options] Override http request option.
|
|
77
|
+
* @throws {RequiredError}
|
|
78
|
+
*/
|
|
79
|
+
payerListByScenarioCode: async (scenarioCode: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
80
|
+
// verify required parameter 'scenarioCode' is not null or undefined
|
|
81
|
+
assertParamExists('payerListByScenarioCode', 'scenarioCode', scenarioCode)
|
|
82
|
+
const localVarPath = `/gizone/reimbursement-bill/third/payer/list`;
|
|
83
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
84
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
85
|
+
let baseOptions;
|
|
86
|
+
if (configuration) {
|
|
87
|
+
baseOptions = configuration.baseOptions;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
91
|
+
const localVarHeaderParameter = {} as any;
|
|
92
|
+
const localVarQueryParameter = {} as any;
|
|
93
|
+
|
|
94
|
+
// authentication tokenScheme required
|
|
95
|
+
// http bearer authentication required
|
|
96
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
97
|
+
|
|
98
|
+
if (scenarioCode !== undefined) {
|
|
99
|
+
localVarQueryParameter['scenarioCode'] = scenarioCode;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
105
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
106
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
107
|
+
|
|
108
|
+
return {
|
|
109
|
+
url: toPathString(localVarUrlObj),
|
|
110
|
+
options: localVarRequestOptions,
|
|
111
|
+
};
|
|
112
|
+
},
|
|
68
113
|
/**
|
|
69
114
|
* 删除报账单信息
|
|
70
115
|
* @summary 删除报账单
|
|
@@ -695,6 +740,45 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
695
740
|
|
|
696
741
|
|
|
697
742
|
|
|
743
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
744
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
745
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
746
|
+
|
|
747
|
+
return {
|
|
748
|
+
url: toPathString(localVarUrlObj),
|
|
749
|
+
options: localVarRequestOptions,
|
|
750
|
+
};
|
|
751
|
+
},
|
|
752
|
+
/**
|
|
753
|
+
*
|
|
754
|
+
* @summary MDM-获取法人公司银行信息
|
|
755
|
+
* @param {string} [companyCode]
|
|
756
|
+
* @param {*} [options] Override http request option.
|
|
757
|
+
* @throws {RequiredError}
|
|
758
|
+
*/
|
|
759
|
+
thirdMdmLegalEntityBankAccounts: async (companyCode?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
760
|
+
const localVarPath = `/gizone/reimbursement-bill/third/legal-entity/bank-accounts`;
|
|
761
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
762
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
763
|
+
let baseOptions;
|
|
764
|
+
if (configuration) {
|
|
765
|
+
baseOptions = configuration.baseOptions;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
769
|
+
const localVarHeaderParameter = {} as any;
|
|
770
|
+
const localVarQueryParameter = {} as any;
|
|
771
|
+
|
|
772
|
+
// authentication tokenScheme required
|
|
773
|
+
// http bearer authentication required
|
|
774
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
775
|
+
|
|
776
|
+
if (companyCode !== undefined) {
|
|
777
|
+
localVarQueryParameter['companyCode'] = companyCode;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
698
782
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
699
783
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
700
784
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -870,6 +954,19 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
870
954
|
export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
871
955
|
const localVarAxiosParamCreator = ReimbursementBillApiAxiosParamCreator(configuration)
|
|
872
956
|
return {
|
|
957
|
+
/**
|
|
958
|
+
*
|
|
959
|
+
* @summary 通过场景编码查询付款方列表
|
|
960
|
+
* @param {string} scenarioCode
|
|
961
|
+
* @param {*} [options] Override http request option.
|
|
962
|
+
* @throws {RequiredError}
|
|
963
|
+
*/
|
|
964
|
+
async payerListByScenarioCode(scenarioCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListReimbursementBillPayerEntity>> {
|
|
965
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.payerListByScenarioCode(scenarioCode, options);
|
|
966
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
967
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.payerListByScenarioCode']?.[localVarOperationServerIndex]?.url;
|
|
968
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
969
|
+
},
|
|
873
970
|
/**
|
|
874
971
|
* 删除报账单信息
|
|
875
972
|
* @summary 删除报账单
|
|
@@ -1060,6 +1157,19 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
|
1060
1157
|
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail']?.[localVarOperationServerIndex]?.url;
|
|
1061
1158
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1062
1159
|
},
|
|
1160
|
+
/**
|
|
1161
|
+
*
|
|
1162
|
+
* @summary MDM-获取法人公司银行信息
|
|
1163
|
+
* @param {string} [companyCode]
|
|
1164
|
+
* @param {*} [options] Override http request option.
|
|
1165
|
+
* @throws {RequiredError}
|
|
1166
|
+
*/
|
|
1167
|
+
async thirdMdmLegalEntityBankAccounts(companyCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmLegalEntityBankAccountsVo>> {
|
|
1168
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdMdmLegalEntityBankAccounts(companyCode, options);
|
|
1169
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1170
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdMdmLegalEntityBankAccounts']?.[localVarOperationServerIndex]?.url;
|
|
1171
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1172
|
+
},
|
|
1063
1173
|
/**
|
|
1064
1174
|
*
|
|
1065
1175
|
* @summary MDM-获取供应商信息
|
|
@@ -1122,6 +1232,16 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
|
1122
1232
|
export const ReimbursementBillApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
1123
1233
|
const localVarFp = ReimbursementBillApiFp(configuration)
|
|
1124
1234
|
return {
|
|
1235
|
+
/**
|
|
1236
|
+
*
|
|
1237
|
+
* @summary 通过场景编码查询付款方列表
|
|
1238
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
1239
|
+
* @param {*} [options] Override http request option.
|
|
1240
|
+
* @throws {RequiredError}
|
|
1241
|
+
*/
|
|
1242
|
+
payerListByScenarioCode(requestParameters: ReimbursementBillApiPayerListByScenarioCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListReimbursementBillPayerEntity> {
|
|
1243
|
+
return localVarFp.payerListByScenarioCode(requestParameters.scenarioCode, options).then((request) => request(axios, basePath));
|
|
1244
|
+
},
|
|
1125
1245
|
/**
|
|
1126
1246
|
* 删除报账单信息
|
|
1127
1247
|
* @summary 删除报账单
|
|
@@ -1252,6 +1372,16 @@ export const ReimbursementBillApiFactory = function (configuration?: Configurati
|
|
|
1252
1372
|
thirdCzySystemOrganizationQueryMemberDetail(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultCzySystemOrganizationMemberDetailVo> {
|
|
1253
1373
|
return localVarFp.thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(axios, basePath));
|
|
1254
1374
|
},
|
|
1375
|
+
/**
|
|
1376
|
+
*
|
|
1377
|
+
* @summary MDM-获取法人公司银行信息
|
|
1378
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
1379
|
+
* @param {*} [options] Override http request option.
|
|
1380
|
+
* @throws {RequiredError}
|
|
1381
|
+
*/
|
|
1382
|
+
thirdMdmLegalEntityBankAccounts(requestParameters: ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmLegalEntityBankAccountsVo> {
|
|
1383
|
+
return localVarFp.thirdMdmLegalEntityBankAccounts(requestParameters.companyCode, options).then((request) => request(axios, basePath));
|
|
1384
|
+
},
|
|
1255
1385
|
/**
|
|
1256
1386
|
*
|
|
1257
1387
|
* @summary MDM-获取供应商信息
|
|
@@ -1294,6 +1424,20 @@ export const ReimbursementBillApiFactory = function (configuration?: Configurati
|
|
|
1294
1424
|
};
|
|
1295
1425
|
};
|
|
1296
1426
|
|
|
1427
|
+
/**
|
|
1428
|
+
* Request parameters for payerListByScenarioCode operation in ReimbursementBillApi.
|
|
1429
|
+
* @export
|
|
1430
|
+
* @interface ReimbursementBillApiPayerListByScenarioCodeRequest
|
|
1431
|
+
*/
|
|
1432
|
+
export interface ReimbursementBillApiPayerListByScenarioCodeRequest {
|
|
1433
|
+
/**
|
|
1434
|
+
*
|
|
1435
|
+
* @type {string}
|
|
1436
|
+
* @memberof ReimbursementBillApiPayerListByScenarioCode
|
|
1437
|
+
*/
|
|
1438
|
+
readonly scenarioCode: string
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1297
1441
|
/**
|
|
1298
1442
|
* Request parameters for reimbursementBillDelete operation in ReimbursementBillApi.
|
|
1299
1443
|
* @export
|
|
@@ -1623,6 +1767,20 @@ export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail
|
|
|
1623
1767
|
readonly userNo: string
|
|
1624
1768
|
}
|
|
1625
1769
|
|
|
1770
|
+
/**
|
|
1771
|
+
* Request parameters for thirdMdmLegalEntityBankAccounts operation in ReimbursementBillApi.
|
|
1772
|
+
* @export
|
|
1773
|
+
* @interface ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest
|
|
1774
|
+
*/
|
|
1775
|
+
export interface ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest {
|
|
1776
|
+
/**
|
|
1777
|
+
*
|
|
1778
|
+
* @type {string}
|
|
1779
|
+
* @memberof ReimbursementBillApiThirdMdmLegalEntityBankAccounts
|
|
1780
|
+
*/
|
|
1781
|
+
readonly companyCode?: string
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1626
1784
|
/**
|
|
1627
1785
|
* Request parameters for thirdMdmVendors operation in ReimbursementBillApi.
|
|
1628
1786
|
* @export
|
|
@@ -1679,6 +1837,18 @@ export interface ReimbursementBillApiThirdZjhtContractsSearchRequest {
|
|
|
1679
1837
|
* @extends {BaseAPI}
|
|
1680
1838
|
*/
|
|
1681
1839
|
export class ReimbursementBillApi extends BaseAPI {
|
|
1840
|
+
/**
|
|
1841
|
+
*
|
|
1842
|
+
* @summary 通过场景编码查询付款方列表
|
|
1843
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
1844
|
+
* @param {*} [options] Override http request option.
|
|
1845
|
+
* @throws {RequiredError}
|
|
1846
|
+
* @memberof ReimbursementBillApi
|
|
1847
|
+
*/
|
|
1848
|
+
public payerListByScenarioCode(requestParameters: ReimbursementBillApiPayerListByScenarioCodeRequest, options?: RawAxiosRequestConfig) {
|
|
1849
|
+
return ReimbursementBillApiFp(this.configuration).payerListByScenarioCode(requestParameters.scenarioCode, options).then((request) => request(this.axios, this.basePath));
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1682
1852
|
/**
|
|
1683
1853
|
* 删除报账单信息
|
|
1684
1854
|
* @summary 删除报账单
|
|
@@ -1835,6 +2005,18 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
1835
2005
|
return ReimbursementBillApiFp(this.configuration).thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(this.axios, this.basePath));
|
|
1836
2006
|
}
|
|
1837
2007
|
|
|
2008
|
+
/**
|
|
2009
|
+
*
|
|
2010
|
+
* @summary MDM-获取法人公司银行信息
|
|
2011
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
2012
|
+
* @param {*} [options] Override http request option.
|
|
2013
|
+
* @throws {RequiredError}
|
|
2014
|
+
* @memberof ReimbursementBillApi
|
|
2015
|
+
*/
|
|
2016
|
+
public thirdMdmLegalEntityBankAccounts(requestParameters: ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest = {}, options?: RawAxiosRequestConfig) {
|
|
2017
|
+
return ReimbursementBillApiFp(this.configuration).thirdMdmLegalEntityBankAccounts(requestParameters.companyCode, options).then((request) => request(this.axios, this.basePath));
|
|
2018
|
+
}
|
|
2019
|
+
|
|
1838
2020
|
/**
|
|
1839
2021
|
*
|
|
1840
2022
|
* @summary MDM-获取供应商信息
|
|
@@ -22,6 +22,8 @@ import type { JsonResultListCzyOrganizationCostVo } from '../models';
|
|
|
22
22
|
import type { JsonResultListCzyOrganizationObjectExportVo } from '../models';
|
|
23
23
|
import type { JsonResultListMdmIncrementVendorBankAccountsVo } from '../models';
|
|
24
24
|
import type { JsonResultListMdmIncrementVendorsVo } from '../models';
|
|
25
|
+
import type { JsonResultListMdmLegalEntityBankAccountsVo } from '../models';
|
|
26
|
+
import type { JsonResultListReimbursementBillPayerEntity } from '../models';
|
|
25
27
|
import type { JsonResultListReimbursementBillPayerVo } from '../models';
|
|
26
28
|
import type { JsonResultListReimbursementBillProcessRecordListVo } from '../models';
|
|
27
29
|
import type { JsonResultPageDtoReimbursementBillListVo } from '../models';
|
|
@@ -36,6 +38,14 @@ import type { ZjhtContractListSearchDto } from '../models';
|
|
|
36
38
|
* @export
|
|
37
39
|
*/
|
|
38
40
|
export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @summary 通过场景编码查询付款方列表
|
|
44
|
+
* @param {string} scenarioCode
|
|
45
|
+
* @param {*} [options] Override http request option.
|
|
46
|
+
* @throws {RequiredError}
|
|
47
|
+
*/
|
|
48
|
+
payerListByScenarioCode: (scenarioCode: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
49
|
/**
|
|
40
50
|
* 删除报账单信息
|
|
41
51
|
* @summary 删除报账单
|
|
@@ -161,6 +171,14 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
161
171
|
* @throws {RequiredError}
|
|
162
172
|
*/
|
|
163
173
|
thirdCzySystemOrganizationQueryMemberDetail: (userNo: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @summary MDM-获取法人公司银行信息
|
|
177
|
+
* @param {string} [companyCode]
|
|
178
|
+
* @param {*} [options] Override http request option.
|
|
179
|
+
* @throws {RequiredError}
|
|
180
|
+
*/
|
|
181
|
+
thirdMdmLegalEntityBankAccounts: (companyCode?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
164
182
|
/**
|
|
165
183
|
*
|
|
166
184
|
* @summary MDM-获取供应商信息
|
|
@@ -199,6 +217,14 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
199
217
|
* @export
|
|
200
218
|
*/
|
|
201
219
|
export declare const ReimbursementBillApiFp: (configuration?: Configuration) => {
|
|
220
|
+
/**
|
|
221
|
+
*
|
|
222
|
+
* @summary 通过场景编码查询付款方列表
|
|
223
|
+
* @param {string} scenarioCode
|
|
224
|
+
* @param {*} [options] Override http request option.
|
|
225
|
+
* @throws {RequiredError}
|
|
226
|
+
*/
|
|
227
|
+
payerListByScenarioCode(scenarioCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListReimbursementBillPayerEntity>>;
|
|
202
228
|
/**
|
|
203
229
|
* 删除报账单信息
|
|
204
230
|
* @summary 删除报账单
|
|
@@ -324,6 +350,14 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
324
350
|
* @throws {RequiredError}
|
|
325
351
|
*/
|
|
326
352
|
thirdCzySystemOrganizationQueryMemberDetail(userNo: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultCzySystemOrganizationMemberDetailVo>>;
|
|
353
|
+
/**
|
|
354
|
+
*
|
|
355
|
+
* @summary MDM-获取法人公司银行信息
|
|
356
|
+
* @param {string} [companyCode]
|
|
357
|
+
* @param {*} [options] Override http request option.
|
|
358
|
+
* @throws {RequiredError}
|
|
359
|
+
*/
|
|
360
|
+
thirdMdmLegalEntityBankAccounts(companyCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmLegalEntityBankAccountsVo>>;
|
|
327
361
|
/**
|
|
328
362
|
*
|
|
329
363
|
* @summary MDM-获取供应商信息
|
|
@@ -362,6 +396,14 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
362
396
|
* @export
|
|
363
397
|
*/
|
|
364
398
|
export declare const ReimbursementBillApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
399
|
+
/**
|
|
400
|
+
*
|
|
401
|
+
* @summary 通过场景编码查询付款方列表
|
|
402
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
*/
|
|
406
|
+
payerListByScenarioCode(requestParameters: ReimbursementBillApiPayerListByScenarioCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListReimbursementBillPayerEntity>;
|
|
365
407
|
/**
|
|
366
408
|
* 删除报账单信息
|
|
367
409
|
* @summary 删除报账单
|
|
@@ -466,6 +508,14 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
|
|
|
466
508
|
* @throws {RequiredError}
|
|
467
509
|
*/
|
|
468
510
|
thirdCzySystemOrganizationQueryMemberDetail(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultCzySystemOrganizationMemberDetailVo>;
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
* @summary MDM-获取法人公司银行信息
|
|
514
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
515
|
+
* @param {*} [options] Override http request option.
|
|
516
|
+
* @throws {RequiredError}
|
|
517
|
+
*/
|
|
518
|
+
thirdMdmLegalEntityBankAccounts(requestParameters?: ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmLegalEntityBankAccountsVo>;
|
|
469
519
|
/**
|
|
470
520
|
*
|
|
471
521
|
* @summary MDM-获取供应商信息
|
|
@@ -498,6 +548,19 @@ export declare const ReimbursementBillApiFactory: (configuration?: Configuration
|
|
|
498
548
|
*/
|
|
499
549
|
thirdZjhtContractsSearch(requestParameters: ReimbursementBillApiThirdZjhtContractsSearchRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultZjhtContractDataResult>;
|
|
500
550
|
};
|
|
551
|
+
/**
|
|
552
|
+
* Request parameters for payerListByScenarioCode operation in ReimbursementBillApi.
|
|
553
|
+
* @export
|
|
554
|
+
* @interface ReimbursementBillApiPayerListByScenarioCodeRequest
|
|
555
|
+
*/
|
|
556
|
+
export interface ReimbursementBillApiPayerListByScenarioCodeRequest {
|
|
557
|
+
/**
|
|
558
|
+
*
|
|
559
|
+
* @type {string}
|
|
560
|
+
* @memberof ReimbursementBillApiPayerListByScenarioCode
|
|
561
|
+
*/
|
|
562
|
+
readonly scenarioCode: string;
|
|
563
|
+
}
|
|
501
564
|
/**
|
|
502
565
|
* Request parameters for reimbursementBillDelete operation in ReimbursementBillApi.
|
|
503
566
|
* @export
|
|
@@ -793,6 +856,19 @@ export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail
|
|
|
793
856
|
*/
|
|
794
857
|
readonly userNo: string;
|
|
795
858
|
}
|
|
859
|
+
/**
|
|
860
|
+
* Request parameters for thirdMdmLegalEntityBankAccounts operation in ReimbursementBillApi.
|
|
861
|
+
* @export
|
|
862
|
+
* @interface ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest
|
|
863
|
+
*/
|
|
864
|
+
export interface ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest {
|
|
865
|
+
/**
|
|
866
|
+
*
|
|
867
|
+
* @type {string}
|
|
868
|
+
* @memberof ReimbursementBillApiThirdMdmLegalEntityBankAccounts
|
|
869
|
+
*/
|
|
870
|
+
readonly companyCode?: string;
|
|
871
|
+
}
|
|
796
872
|
/**
|
|
797
873
|
* Request parameters for thirdMdmVendors operation in ReimbursementBillApi.
|
|
798
874
|
* @export
|
|
@@ -845,6 +921,15 @@ export interface ReimbursementBillApiThirdZjhtContractsSearchRequest {
|
|
|
845
921
|
* @extends {BaseAPI}
|
|
846
922
|
*/
|
|
847
923
|
export declare class ReimbursementBillApi extends BaseAPI {
|
|
924
|
+
/**
|
|
925
|
+
*
|
|
926
|
+
* @summary 通过场景编码查询付款方列表
|
|
927
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
928
|
+
* @param {*} [options] Override http request option.
|
|
929
|
+
* @throws {RequiredError}
|
|
930
|
+
* @memberof ReimbursementBillApi
|
|
931
|
+
*/
|
|
932
|
+
payerListByScenarioCode(requestParameters: ReimbursementBillApiPayerListByScenarioCodeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListReimbursementBillPayerEntity, any, {}>>;
|
|
848
933
|
/**
|
|
849
934
|
* 删除报账单信息
|
|
850
935
|
* @summary 删除报账单
|
|
@@ -962,6 +1047,15 @@ export declare class ReimbursementBillApi extends BaseAPI {
|
|
|
962
1047
|
* @memberof ReimbursementBillApi
|
|
963
1048
|
*/
|
|
964
1049
|
thirdCzySystemOrganizationQueryMemberDetail(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultCzySystemOrganizationMemberDetailVo, any, {}>>;
|
|
1050
|
+
/**
|
|
1051
|
+
*
|
|
1052
|
+
* @summary MDM-获取法人公司银行信息
|
|
1053
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
1054
|
+
* @param {*} [options] Override http request option.
|
|
1055
|
+
* @throws {RequiredError}
|
|
1056
|
+
* @memberof ReimbursementBillApi
|
|
1057
|
+
*/
|
|
1058
|
+
thirdMdmLegalEntityBankAccounts(requestParameters?: ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListMdmLegalEntityBankAccountsVo, any, {}>>;
|
|
965
1059
|
/**
|
|
966
1060
|
*
|
|
967
1061
|
* @summary MDM-获取供应商信息
|
|
@@ -35,6 +35,40 @@ const base_1 = require("../base");
|
|
|
35
35
|
*/
|
|
36
36
|
const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @summary 通过场景编码查询付款方列表
|
|
41
|
+
* @param {string} scenarioCode
|
|
42
|
+
* @param {*} [options] Override http request option.
|
|
43
|
+
* @throws {RequiredError}
|
|
44
|
+
*/
|
|
45
|
+
payerListByScenarioCode: (scenarioCode_1, ...args_1) => __awaiter(this, [scenarioCode_1, ...args_1], void 0, function* (scenarioCode, options = {}) {
|
|
46
|
+
// verify required parameter 'scenarioCode' is not null or undefined
|
|
47
|
+
(0, common_1.assertParamExists)('payerListByScenarioCode', 'scenarioCode', scenarioCode);
|
|
48
|
+
const localVarPath = `/gizone/reimbursement-bill/third/payer/list`;
|
|
49
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
51
|
+
let baseOptions;
|
|
52
|
+
if (configuration) {
|
|
53
|
+
baseOptions = configuration.baseOptions;
|
|
54
|
+
}
|
|
55
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
56
|
+
const localVarHeaderParameter = {};
|
|
57
|
+
const localVarQueryParameter = {};
|
|
58
|
+
// authentication tokenScheme required
|
|
59
|
+
// http bearer authentication required
|
|
60
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
61
|
+
if (scenarioCode !== undefined) {
|
|
62
|
+
localVarQueryParameter['scenarioCode'] = scenarioCode;
|
|
63
|
+
}
|
|
64
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
65
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
66
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
67
|
+
return {
|
|
68
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
69
|
+
options: localVarRequestOptions,
|
|
70
|
+
};
|
|
71
|
+
}),
|
|
38
72
|
/**
|
|
39
73
|
* 删除报账单信息
|
|
40
74
|
* @summary 删除报账单
|
|
@@ -565,6 +599,38 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
565
599
|
options: localVarRequestOptions,
|
|
566
600
|
};
|
|
567
601
|
}),
|
|
602
|
+
/**
|
|
603
|
+
*
|
|
604
|
+
* @summary MDM-获取法人公司银行信息
|
|
605
|
+
* @param {string} [companyCode]
|
|
606
|
+
* @param {*} [options] Override http request option.
|
|
607
|
+
* @throws {RequiredError}
|
|
608
|
+
*/
|
|
609
|
+
thirdMdmLegalEntityBankAccounts: (companyCode_1, ...args_1) => __awaiter(this, [companyCode_1, ...args_1], void 0, function* (companyCode, options = {}) {
|
|
610
|
+
const localVarPath = `/gizone/reimbursement-bill/third/legal-entity/bank-accounts`;
|
|
611
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
612
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
613
|
+
let baseOptions;
|
|
614
|
+
if (configuration) {
|
|
615
|
+
baseOptions = configuration.baseOptions;
|
|
616
|
+
}
|
|
617
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
618
|
+
const localVarHeaderParameter = {};
|
|
619
|
+
const localVarQueryParameter = {};
|
|
620
|
+
// authentication tokenScheme required
|
|
621
|
+
// http bearer authentication required
|
|
622
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
623
|
+
if (companyCode !== undefined) {
|
|
624
|
+
localVarQueryParameter['companyCode'] = companyCode;
|
|
625
|
+
}
|
|
626
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
627
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
628
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
629
|
+
return {
|
|
630
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
631
|
+
options: localVarRequestOptions,
|
|
632
|
+
};
|
|
633
|
+
}),
|
|
568
634
|
/**
|
|
569
635
|
*
|
|
570
636
|
* @summary MDM-获取供应商信息
|
|
@@ -704,6 +770,22 @@ exports.ReimbursementBillApiAxiosParamCreator = ReimbursementBillApiAxiosParamCr
|
|
|
704
770
|
const ReimbursementBillApiFp = function (configuration) {
|
|
705
771
|
const localVarAxiosParamCreator = (0, exports.ReimbursementBillApiAxiosParamCreator)(configuration);
|
|
706
772
|
return {
|
|
773
|
+
/**
|
|
774
|
+
*
|
|
775
|
+
* @summary 通过场景编码查询付款方列表
|
|
776
|
+
* @param {string} scenarioCode
|
|
777
|
+
* @param {*} [options] Override http request option.
|
|
778
|
+
* @throws {RequiredError}
|
|
779
|
+
*/
|
|
780
|
+
payerListByScenarioCode(scenarioCode, options) {
|
|
781
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
782
|
+
var _a, _b, _c;
|
|
783
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.payerListByScenarioCode(scenarioCode, options);
|
|
784
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
785
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.payerListByScenarioCode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
786
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
787
|
+
});
|
|
788
|
+
},
|
|
707
789
|
/**
|
|
708
790
|
* 删除报账单信息
|
|
709
791
|
* @summary 删除报账单
|
|
@@ -933,6 +1015,22 @@ const ReimbursementBillApiFp = function (configuration) {
|
|
|
933
1015
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
934
1016
|
});
|
|
935
1017
|
},
|
|
1018
|
+
/**
|
|
1019
|
+
*
|
|
1020
|
+
* @summary MDM-获取法人公司银行信息
|
|
1021
|
+
* @param {string} [companyCode]
|
|
1022
|
+
* @param {*} [options] Override http request option.
|
|
1023
|
+
* @throws {RequiredError}
|
|
1024
|
+
*/
|
|
1025
|
+
thirdMdmLegalEntityBankAccounts(companyCode, options) {
|
|
1026
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1027
|
+
var _a, _b, _c;
|
|
1028
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdMdmLegalEntityBankAccounts(companyCode, options);
|
|
1029
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1030
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdMdmLegalEntityBankAccounts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1031
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1032
|
+
});
|
|
1033
|
+
},
|
|
936
1034
|
/**
|
|
937
1035
|
*
|
|
938
1036
|
* @summary MDM-获取供应商信息
|
|
@@ -1007,6 +1105,16 @@ exports.ReimbursementBillApiFp = ReimbursementBillApiFp;
|
|
|
1007
1105
|
const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
1008
1106
|
const localVarFp = (0, exports.ReimbursementBillApiFp)(configuration);
|
|
1009
1107
|
return {
|
|
1108
|
+
/**
|
|
1109
|
+
*
|
|
1110
|
+
* @summary 通过场景编码查询付款方列表
|
|
1111
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
1112
|
+
* @param {*} [options] Override http request option.
|
|
1113
|
+
* @throws {RequiredError}
|
|
1114
|
+
*/
|
|
1115
|
+
payerListByScenarioCode(requestParameters, options) {
|
|
1116
|
+
return localVarFp.payerListByScenarioCode(requestParameters.scenarioCode, options).then((request) => request(axios, basePath));
|
|
1117
|
+
},
|
|
1010
1118
|
/**
|
|
1011
1119
|
* 删除报账单信息
|
|
1012
1120
|
* @summary 删除报账单
|
|
@@ -1137,6 +1245,16 @@ const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
|
1137
1245
|
thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
|
|
1138
1246
|
return localVarFp.thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(axios, basePath));
|
|
1139
1247
|
},
|
|
1248
|
+
/**
|
|
1249
|
+
*
|
|
1250
|
+
* @summary MDM-获取法人公司银行信息
|
|
1251
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
1252
|
+
* @param {*} [options] Override http request option.
|
|
1253
|
+
* @throws {RequiredError}
|
|
1254
|
+
*/
|
|
1255
|
+
thirdMdmLegalEntityBankAccounts(requestParameters = {}, options) {
|
|
1256
|
+
return localVarFp.thirdMdmLegalEntityBankAccounts(requestParameters.companyCode, options).then((request) => request(axios, basePath));
|
|
1257
|
+
},
|
|
1140
1258
|
/**
|
|
1141
1259
|
*
|
|
1142
1260
|
* @summary MDM-获取供应商信息
|
|
@@ -1186,6 +1304,17 @@ exports.ReimbursementBillApiFactory = ReimbursementBillApiFactory;
|
|
|
1186
1304
|
* @extends {BaseAPI}
|
|
1187
1305
|
*/
|
|
1188
1306
|
class ReimbursementBillApi extends base_1.BaseAPI {
|
|
1307
|
+
/**
|
|
1308
|
+
*
|
|
1309
|
+
* @summary 通过场景编码查询付款方列表
|
|
1310
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
1311
|
+
* @param {*} [options] Override http request option.
|
|
1312
|
+
* @throws {RequiredError}
|
|
1313
|
+
* @memberof ReimbursementBillApi
|
|
1314
|
+
*/
|
|
1315
|
+
payerListByScenarioCode(requestParameters, options) {
|
|
1316
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).payerListByScenarioCode(requestParameters.scenarioCode, options).then((request) => request(this.axios, this.basePath));
|
|
1317
|
+
}
|
|
1189
1318
|
/**
|
|
1190
1319
|
* 删除报账单信息
|
|
1191
1320
|
* @summary 删除报账单
|
|
@@ -1329,6 +1458,17 @@ class ReimbursementBillApi extends base_1.BaseAPI {
|
|
|
1329
1458
|
thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
|
|
1330
1459
|
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(this.axios, this.basePath));
|
|
1331
1460
|
}
|
|
1461
|
+
/**
|
|
1462
|
+
*
|
|
1463
|
+
* @summary MDM-获取法人公司银行信息
|
|
1464
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
1465
|
+
* @param {*} [options] Override http request option.
|
|
1466
|
+
* @throws {RequiredError}
|
|
1467
|
+
* @memberof ReimbursementBillApi
|
|
1468
|
+
*/
|
|
1469
|
+
thirdMdmLegalEntityBankAccounts(requestParameters = {}, options) {
|
|
1470
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdMdmLegalEntityBankAccounts(requestParameters.companyCode, options).then((request) => request(this.axios, this.basePath));
|
|
1471
|
+
}
|
|
1332
1472
|
/**
|
|
1333
1473
|
*
|
|
1334
1474
|
* @summary MDM-获取供应商信息
|