@gizone/rrs-client 4.2.9-alpha.855 → 4.2.9-alpha.856
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/ipage-energy-cost-record-info-vo.d.ts +3 -3
- 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/ipage-energy-cost-record-info-vo.d.ts +3 -3
- 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/ipage-energy-cost-record-info-vo.ts +3 -3
- 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
|
@@ -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-获取供应商信息
|
|
@@ -32,6 +32,40 @@ import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
|
32
32
|
*/
|
|
33
33
|
export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @summary 通过场景编码查询付款方列表
|
|
38
|
+
* @param {string} scenarioCode
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
payerListByScenarioCode: (scenarioCode_1, ...args_1) => __awaiter(this, [scenarioCode_1, ...args_1], void 0, function* (scenarioCode, options = {}) {
|
|
43
|
+
// verify required parameter 'scenarioCode' is not null or undefined
|
|
44
|
+
assertParamExists('payerListByScenarioCode', 'scenarioCode', scenarioCode);
|
|
45
|
+
const localVarPath = `/gizone/reimbursement-bill/third/payer/list`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
53
|
+
const localVarHeaderParameter = {};
|
|
54
|
+
const localVarQueryParameter = {};
|
|
55
|
+
// authentication tokenScheme required
|
|
56
|
+
// http bearer authentication required
|
|
57
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
58
|
+
if (scenarioCode !== undefined) {
|
|
59
|
+
localVarQueryParameter['scenarioCode'] = scenarioCode;
|
|
60
|
+
}
|
|
61
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
62
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
63
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
64
|
+
return {
|
|
65
|
+
url: toPathString(localVarUrlObj),
|
|
66
|
+
options: localVarRequestOptions,
|
|
67
|
+
};
|
|
68
|
+
}),
|
|
35
69
|
/**
|
|
36
70
|
* 删除报账单信息
|
|
37
71
|
* @summary 删除报账单
|
|
@@ -562,6 +596,38 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
562
596
|
options: localVarRequestOptions,
|
|
563
597
|
};
|
|
564
598
|
}),
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
* @summary MDM-获取法人公司银行信息
|
|
602
|
+
* @param {string} [companyCode]
|
|
603
|
+
* @param {*} [options] Override http request option.
|
|
604
|
+
* @throws {RequiredError}
|
|
605
|
+
*/
|
|
606
|
+
thirdMdmLegalEntityBankAccounts: (companyCode_1, ...args_1) => __awaiter(this, [companyCode_1, ...args_1], void 0, function* (companyCode, options = {}) {
|
|
607
|
+
const localVarPath = `/gizone/reimbursement-bill/third/legal-entity/bank-accounts`;
|
|
608
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
609
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
610
|
+
let baseOptions;
|
|
611
|
+
if (configuration) {
|
|
612
|
+
baseOptions = configuration.baseOptions;
|
|
613
|
+
}
|
|
614
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
615
|
+
const localVarHeaderParameter = {};
|
|
616
|
+
const localVarQueryParameter = {};
|
|
617
|
+
// authentication tokenScheme required
|
|
618
|
+
// http bearer authentication required
|
|
619
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
620
|
+
if (companyCode !== undefined) {
|
|
621
|
+
localVarQueryParameter['companyCode'] = companyCode;
|
|
622
|
+
}
|
|
623
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
624
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
625
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
626
|
+
return {
|
|
627
|
+
url: toPathString(localVarUrlObj),
|
|
628
|
+
options: localVarRequestOptions,
|
|
629
|
+
};
|
|
630
|
+
}),
|
|
565
631
|
/**
|
|
566
632
|
*
|
|
567
633
|
* @summary MDM-获取供应商信息
|
|
@@ -700,6 +766,22 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
700
766
|
export const ReimbursementBillApiFp = function (configuration) {
|
|
701
767
|
const localVarAxiosParamCreator = ReimbursementBillApiAxiosParamCreator(configuration);
|
|
702
768
|
return {
|
|
769
|
+
/**
|
|
770
|
+
*
|
|
771
|
+
* @summary 通过场景编码查询付款方列表
|
|
772
|
+
* @param {string} scenarioCode
|
|
773
|
+
* @param {*} [options] Override http request option.
|
|
774
|
+
* @throws {RequiredError}
|
|
775
|
+
*/
|
|
776
|
+
payerListByScenarioCode(scenarioCode, options) {
|
|
777
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
778
|
+
var _a, _b, _c;
|
|
779
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.payerListByScenarioCode(scenarioCode, options);
|
|
780
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
781
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.payerListByScenarioCode']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
782
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
783
|
+
});
|
|
784
|
+
},
|
|
703
785
|
/**
|
|
704
786
|
* 删除报账单信息
|
|
705
787
|
* @summary 删除报账单
|
|
@@ -929,6 +1011,22 @@ export const ReimbursementBillApiFp = function (configuration) {
|
|
|
929
1011
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
930
1012
|
});
|
|
931
1013
|
},
|
|
1014
|
+
/**
|
|
1015
|
+
*
|
|
1016
|
+
* @summary MDM-获取法人公司银行信息
|
|
1017
|
+
* @param {string} [companyCode]
|
|
1018
|
+
* @param {*} [options] Override http request option.
|
|
1019
|
+
* @throws {RequiredError}
|
|
1020
|
+
*/
|
|
1021
|
+
thirdMdmLegalEntityBankAccounts(companyCode, options) {
|
|
1022
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1023
|
+
var _a, _b, _c;
|
|
1024
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdMdmLegalEntityBankAccounts(companyCode, options);
|
|
1025
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1026
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdMdmLegalEntityBankAccounts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1027
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1028
|
+
});
|
|
1029
|
+
},
|
|
932
1030
|
/**
|
|
933
1031
|
*
|
|
934
1032
|
* @summary MDM-获取供应商信息
|
|
@@ -1002,6 +1100,16 @@ export const ReimbursementBillApiFp = function (configuration) {
|
|
|
1002
1100
|
export const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
1003
1101
|
const localVarFp = ReimbursementBillApiFp(configuration);
|
|
1004
1102
|
return {
|
|
1103
|
+
/**
|
|
1104
|
+
*
|
|
1105
|
+
* @summary 通过场景编码查询付款方列表
|
|
1106
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
1107
|
+
* @param {*} [options] Override http request option.
|
|
1108
|
+
* @throws {RequiredError}
|
|
1109
|
+
*/
|
|
1110
|
+
payerListByScenarioCode(requestParameters, options) {
|
|
1111
|
+
return localVarFp.payerListByScenarioCode(requestParameters.scenarioCode, options).then((request) => request(axios, basePath));
|
|
1112
|
+
},
|
|
1005
1113
|
/**
|
|
1006
1114
|
* 删除报账单信息
|
|
1007
1115
|
* @summary 删除报账单
|
|
@@ -1132,6 +1240,16 @@ export const ReimbursementBillApiFactory = function (configuration, basePath, ax
|
|
|
1132
1240
|
thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
|
|
1133
1241
|
return localVarFp.thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(axios, basePath));
|
|
1134
1242
|
},
|
|
1243
|
+
/**
|
|
1244
|
+
*
|
|
1245
|
+
* @summary MDM-获取法人公司银行信息
|
|
1246
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
1247
|
+
* @param {*} [options] Override http request option.
|
|
1248
|
+
* @throws {RequiredError}
|
|
1249
|
+
*/
|
|
1250
|
+
thirdMdmLegalEntityBankAccounts(requestParameters = {}, options) {
|
|
1251
|
+
return localVarFp.thirdMdmLegalEntityBankAccounts(requestParameters.companyCode, options).then((request) => request(axios, basePath));
|
|
1252
|
+
},
|
|
1135
1253
|
/**
|
|
1136
1254
|
*
|
|
1137
1255
|
* @summary MDM-获取供应商信息
|
|
@@ -1180,6 +1298,17 @@ export const ReimbursementBillApiFactory = function (configuration, basePath, ax
|
|
|
1180
1298
|
* @extends {BaseAPI}
|
|
1181
1299
|
*/
|
|
1182
1300
|
export class ReimbursementBillApi extends BaseAPI {
|
|
1301
|
+
/**
|
|
1302
|
+
*
|
|
1303
|
+
* @summary 通过场景编码查询付款方列表
|
|
1304
|
+
* @param {ReimbursementBillApiPayerListByScenarioCodeRequest} requestParameters Request parameters.
|
|
1305
|
+
* @param {*} [options] Override http request option.
|
|
1306
|
+
* @throws {RequiredError}
|
|
1307
|
+
* @memberof ReimbursementBillApi
|
|
1308
|
+
*/
|
|
1309
|
+
payerListByScenarioCode(requestParameters, options) {
|
|
1310
|
+
return ReimbursementBillApiFp(this.configuration).payerListByScenarioCode(requestParameters.scenarioCode, options).then((request) => request(this.axios, this.basePath));
|
|
1311
|
+
}
|
|
1183
1312
|
/**
|
|
1184
1313
|
* 删除报账单信息
|
|
1185
1314
|
* @summary 删除报账单
|
|
@@ -1323,6 +1452,17 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
1323
1452
|
thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
|
|
1324
1453
|
return ReimbursementBillApiFp(this.configuration).thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(this.axios, this.basePath));
|
|
1325
1454
|
}
|
|
1455
|
+
/**
|
|
1456
|
+
*
|
|
1457
|
+
* @summary MDM-获取法人公司银行信息
|
|
1458
|
+
* @param {ReimbursementBillApiThirdMdmLegalEntityBankAccountsRequest} requestParameters Request parameters.
|
|
1459
|
+
* @param {*} [options] Override http request option.
|
|
1460
|
+
* @throws {RequiredError}
|
|
1461
|
+
* @memberof ReimbursementBillApi
|
|
1462
|
+
*/
|
|
1463
|
+
thirdMdmLegalEntityBankAccounts(requestParameters = {}, options) {
|
|
1464
|
+
return ReimbursementBillApiFp(this.configuration).thirdMdmLegalEntityBankAccounts(requestParameters.companyCode, options).then((request) => request(this.axios, this.basePath));
|
|
1465
|
+
}
|
|
1326
1466
|
/**
|
|
1327
1467
|
*
|
|
1328
1468
|
* @summary MDM-获取供应商信息
|
|
@@ -331,11 +331,13 @@ export * from './json-result-list-maintenance-order-process-record-list-vo';
|
|
|
331
331
|
export * from './json-result-list-maintenance-standard-entity';
|
|
332
332
|
export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
|
|
333
333
|
export * from './json-result-list-mdm-increment-vendors-vo';
|
|
334
|
+
export * from './json-result-list-mdm-legal-entity-bank-accounts-vo';
|
|
334
335
|
export * from './json-result-list-park-list-dto';
|
|
335
336
|
export * from './json-result-list-park-select-vo';
|
|
336
337
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
337
338
|
export * from './json-result-list-plan-calendar-vo';
|
|
338
339
|
export * from './json-result-list-plan-entity';
|
|
340
|
+
export * from './json-result-list-reimbursement-bill-payer-entity';
|
|
339
341
|
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
340
342
|
export * from './json-result-list-reimbursement-bill-process-record-list-vo';
|
|
341
343
|
export * from './json-result-list-space-image-detail-dto';
|
|
@@ -452,6 +454,7 @@ export * from './maintenance-standard-import-dto';
|
|
|
452
454
|
export * from './material-confirmation-info';
|
|
453
455
|
export * from './mdm-increment-vendor-bank-accounts-vo';
|
|
454
456
|
export * from './mdm-increment-vendors-vo';
|
|
457
|
+
export * from './mdm-legal-entity-bank-accounts-vo';
|
|
455
458
|
export * from './media-dto';
|
|
456
459
|
export * from './message-push-log-search-list-bo';
|
|
457
460
|
export * from './monitoring-coverage-alert-info';
|
|
@@ -536,6 +539,7 @@ export * from './reimbursement-bill-draft-dto';
|
|
|
536
539
|
export * from './reimbursement-bill-handle-info-add-dto';
|
|
537
540
|
export * from './reimbursement-bill-handle-info-vo';
|
|
538
541
|
export * from './reimbursement-bill-list-vo';
|
|
542
|
+
export * from './reimbursement-bill-payer-entity';
|
|
539
543
|
export * from './reimbursement-bill-payer-vo';
|
|
540
544
|
export * from './reimbursement-bill-process-record-list-vo';
|
|
541
545
|
export * from './reimbursement-bill-submit-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -331,11 +331,13 @@ export * from './json-result-list-maintenance-order-process-record-list-vo';
|
|
|
331
331
|
export * from './json-result-list-maintenance-standard-entity';
|
|
332
332
|
export * from './json-result-list-mdm-increment-vendor-bank-accounts-vo';
|
|
333
333
|
export * from './json-result-list-mdm-increment-vendors-vo';
|
|
334
|
+
export * from './json-result-list-mdm-legal-entity-bank-accounts-vo';
|
|
334
335
|
export * from './json-result-list-park-list-dto';
|
|
335
336
|
export * from './json-result-list-park-select-vo';
|
|
336
337
|
export * from './json-result-list-plan-calendar-list-vo';
|
|
337
338
|
export * from './json-result-list-plan-calendar-vo';
|
|
338
339
|
export * from './json-result-list-plan-entity';
|
|
340
|
+
export * from './json-result-list-reimbursement-bill-payer-entity';
|
|
339
341
|
export * from './json-result-list-reimbursement-bill-payer-vo';
|
|
340
342
|
export * from './json-result-list-reimbursement-bill-process-record-list-vo';
|
|
341
343
|
export * from './json-result-list-space-image-detail-dto';
|
|
@@ -452,6 +454,7 @@ export * from './maintenance-standard-import-dto';
|
|
|
452
454
|
export * from './material-confirmation-info';
|
|
453
455
|
export * from './mdm-increment-vendor-bank-accounts-vo';
|
|
454
456
|
export * from './mdm-increment-vendors-vo';
|
|
457
|
+
export * from './mdm-legal-entity-bank-accounts-vo';
|
|
455
458
|
export * from './media-dto';
|
|
456
459
|
export * from './message-push-log-search-list-bo';
|
|
457
460
|
export * from './monitoring-coverage-alert-info';
|
|
@@ -536,6 +539,7 @@ export * from './reimbursement-bill-draft-dto';
|
|
|
536
539
|
export * from './reimbursement-bill-handle-info-add-dto';
|
|
537
540
|
export * from './reimbursement-bill-handle-info-vo';
|
|
538
541
|
export * from './reimbursement-bill-list-vo';
|
|
542
|
+
export * from './reimbursement-bill-payer-entity';
|
|
539
543
|
export * from './reimbursement-bill-payer-vo';
|
|
540
544
|
export * from './reimbursement-bill-process-record-list-vo';
|
|
541
545
|
export * from './reimbursement-bill-submit-dto';
|
|
@@ -20,15 +20,15 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
20
20
|
*
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
23
|
-
* @deprecated
|
|
24
23
|
*/
|
|
25
|
-
'
|
|
24
|
+
'current'?: number;
|
|
26
25
|
/**
|
|
27
26
|
*
|
|
28
27
|
* @type {number}
|
|
29
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
|
+
* @deprecated
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'pages'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
34
|
* @type {Array<EnergyCostRecordInfoVO>}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { MdmLegalEntityBankAccountsVo } from './mdm-legal-entity-bank-accounts-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListMdmLegalEntityBankAccountsVo
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListMdmLegalEntityBankAccountsVo {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<MdmLegalEntityBankAccountsVo>}
|
|
41
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<MdmLegalEntityBankAccountsVo>;
|
|
44
|
+
/**
|
|
45
|
+
* 错误数据
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListMdmLegalEntityBankAccountsVo
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { ReimbursementBillPayerEntity } from './reimbursement-bill-payer-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListReimbursementBillPayerEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListReimbursementBillPayerEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<ReimbursementBillPayerEntity>}
|
|
41
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<ReimbursementBillPayerEntity>;
|
|
44
|
+
/**
|
|
45
|
+
* 错误数据
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListReimbursementBillPayerEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string;
|
|
62
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|