@gizone/rrs-client 4.2.9-alpha.637 → 4.2.9-alpha.638
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 +12 -1
- package/api.ts +0 -1
- package/apis/reimbursement-bill-api.ts +536 -6
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/reimbursement-bill-api.d.ts +272 -7
- package/dist/apis/reimbursement-bill-api.js +421 -4
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/reimbursement-bill-api.d.ts +272 -7
- package/dist/esm/apis/reimbursement-bill-api.js +421 -4
- package/dist/esm/models/budget-balance-query-dto.d.ts +54 -0
- package/dist/esm/models/budget-balance-query-dto.js +14 -0
- package/dist/esm/models/budget-object.d.ts +30 -0
- package/dist/esm/models/budget-object.js +14 -0
- package/dist/esm/models/czy-budget-balance-vo.d.ts +48 -0
- package/dist/esm/models/czy-budget-balance-vo.js +14 -0
- package/dist/esm/models/czy-organization-cost-vo.d.ts +109 -0
- package/dist/esm/models/czy-organization-cost-vo.js +14 -0
- package/dist/esm/models/czy-system-organization-member-detail-vo.d.ts +176 -0
- package/dist/esm/models/czy-system-organization-member-detail-vo.js +14 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +62 -0
- package/dist/esm/models/json-result-czy-budget-balance-vo.js +14 -0
- package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
- package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.js +14 -0
- package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-czy-organization-cost-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.js +14 -0
- package/dist/esm/models/organization-object.d.ts +30 -0
- package/dist/esm/models/organization-object.js +14 -0
- package/dist/esm/models/perform-object.d.ts +30 -0
- package/dist/esm/models/perform-object.js +14 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-payer-vo.d.ts +30 -0
- package/dist/esm/models/reimbursement-bill-payer-vo.js +14 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +1 -0
- package/dist/esm/models/reimbursement-status-enum.js +1 -0
- package/dist/models/budget-balance-query-dto.d.ts +54 -0
- package/dist/models/budget-balance-query-dto.js +15 -0
- package/dist/models/budget-object.d.ts +30 -0
- package/dist/models/budget-object.js +15 -0
- package/dist/models/czy-budget-balance-vo.d.ts +48 -0
- package/dist/models/czy-budget-balance-vo.js +15 -0
- package/dist/models/czy-organization-cost-vo.d.ts +109 -0
- package/dist/models/czy-organization-cost-vo.js +15 -0
- package/dist/models/czy-system-organization-member-detail-vo.d.ts +176 -0
- package/dist/models/czy-system-organization-member-detail-vo.js +15 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
- package/dist/models/json-result-czy-budget-balance-vo.d.ts +62 -0
- package/dist/models/json-result-czy-budget-balance-vo.js +15 -0
- package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
- package/dist/models/json-result-czy-system-organization-member-detail-vo.js +15 -0
- package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
- package/dist/models/json-result-list-czy-organization-cost-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-vo.js +15 -0
- package/dist/models/organization-object.d.ts +30 -0
- package/dist/models/organization-object.js +15 -0
- package/dist/models/perform-object.d.ts +30 -0
- package/dist/models/perform-object.js +15 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-payer-vo.d.ts +30 -0
- package/dist/models/reimbursement-bill-payer-vo.js +15 -0
- package/dist/models/reimbursement-status-enum.d.ts +1 -0
- package/dist/models/reimbursement-status-enum.js +1 -0
- package/models/budget-balance-query-dto.ts +60 -0
- package/models/budget-object.ts +36 -0
- package/models/czy-budget-balance-vo.ts +54 -0
- package/models/czy-organization-cost-vo.ts +117 -0
- package/models/czy-system-organization-member-detail-vo.ts +186 -0
- package/models/index.ts +12 -0
- package/models/ipage-energy-cost-record-info-vo.ts +8 -8
- package/models/json-result-czy-budget-balance-vo.ts +72 -0
- package/models/json-result-czy-system-organization-member-detail-vo.ts +72 -0
- package/models/json-result-list-czy-organization-cost-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-payer-vo.ts +72 -0
- package/models/organization-object.ts +36 -0
- package/models/perform-object.ts +36 -0
- package/models/reimbursement-bill-draft-dto.ts +6 -0
- package/models/reimbursement-bill-payer-vo.ts +36 -0
- package/models/reimbursement-status-enum.ts +1 -0
- package/ossutil.log +1170 -1170
- package/package.json +1 -1
- package/apis/mdmapi.ts +0 -217
- package/dist/apis/mdmapi.d.ts +0 -117
- package/dist/apis/mdmapi.js +0 -200
- package/dist/esm/apis/mdmapi.d.ts +0 -117
- package/dist/esm/apis/mdmapi.js +0 -193
|
@@ -22,10 +22,24 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
|
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
24
|
// @ts-ignore
|
|
25
|
+
import type { BudgetBalanceQueryDto } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
25
27
|
import type { JsonResultBoolean } from '../models';
|
|
26
28
|
// @ts-ignore
|
|
29
|
+
import type { JsonResultCzyBudgetBalanceVo } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { JsonResultCzySystemOrganizationMemberDetailVo } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
27
33
|
import type { JsonResultInteger } from '../models';
|
|
28
34
|
// @ts-ignore
|
|
35
|
+
import type { JsonResultListCzyOrganizationCostVo } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
37
|
+
import type { JsonResultListMdmIncrementVendorBankAccountsVo } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { JsonResultListMdmIncrementVendorsVo } from '../models';
|
|
40
|
+
// @ts-ignore
|
|
41
|
+
import type { JsonResultListReimbursementBillPayerVo } from '../models';
|
|
42
|
+
// @ts-ignore
|
|
29
43
|
import type { JsonResultPageDtoReimbursementBillListVo } from '../models';
|
|
30
44
|
// @ts-ignore
|
|
31
45
|
import type { JsonResultReimbursementBillDetailsVo } from '../models';
|
|
@@ -241,7 +255,7 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
241
255
|
};
|
|
242
256
|
},
|
|
243
257
|
/**
|
|
244
|
-
*
|
|
258
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
245
259
|
* @summary 撤回报账单
|
|
246
260
|
* @param {number} id
|
|
247
261
|
* @param {*} [options] Override http request option.
|
|
@@ -269,6 +283,246 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
269
283
|
|
|
270
284
|
|
|
271
285
|
|
|
286
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
287
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
288
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
289
|
+
|
|
290
|
+
return {
|
|
291
|
+
url: toPathString(localVarUrlObj),
|
|
292
|
+
options: localVarRequestOptions,
|
|
293
|
+
};
|
|
294
|
+
},
|
|
295
|
+
/**
|
|
296
|
+
*
|
|
297
|
+
* @summary 预算可用余额
|
|
298
|
+
* @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
|
|
299
|
+
* @param {*} [options] Override http request option.
|
|
300
|
+
* @throws {RequiredError}
|
|
301
|
+
*/
|
|
302
|
+
thirdBudgetBalance: async (budgetBalanceQueryDto: BudgetBalanceQueryDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
303
|
+
// verify required parameter 'budgetBalanceQueryDto' is not null or undefined
|
|
304
|
+
assertParamExists('thirdBudgetBalance', 'budgetBalanceQueryDto', budgetBalanceQueryDto)
|
|
305
|
+
const localVarPath = `/gizone/reimbursement-bill/third/budgetBalance`;
|
|
306
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
307
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
308
|
+
let baseOptions;
|
|
309
|
+
if (configuration) {
|
|
310
|
+
baseOptions = configuration.baseOptions;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
314
|
+
const localVarHeaderParameter = {} as any;
|
|
315
|
+
const localVarQueryParameter = {} as any;
|
|
316
|
+
|
|
317
|
+
// authentication tokenScheme required
|
|
318
|
+
// http bearer authentication required
|
|
319
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
324
|
+
|
|
325
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
326
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
327
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
328
|
+
localVarRequestOptions.data = serializeDataIfNeeded(budgetBalanceQueryDto, localVarRequestOptions, configuration)
|
|
329
|
+
|
|
330
|
+
return {
|
|
331
|
+
url: toPathString(localVarUrlObj),
|
|
332
|
+
options: localVarRequestOptions,
|
|
333
|
+
};
|
|
334
|
+
},
|
|
335
|
+
/**
|
|
336
|
+
*
|
|
337
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
338
|
+
* @param {string} userNo
|
|
339
|
+
* @param {*} [options] Override http request option.
|
|
340
|
+
* @throws {RequiredError}
|
|
341
|
+
*/
|
|
342
|
+
thirdCzySystemOrganizationQueryMemberDetail: async (userNo: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
343
|
+
// verify required parameter 'userNo' is not null or undefined
|
|
344
|
+
assertParamExists('thirdCzySystemOrganizationQueryMemberDetail', 'userNo', userNo)
|
|
345
|
+
const localVarPath = `/gizone/reimbursement-bill/third/czy/system/organization/queryMemberDetail`;
|
|
346
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
347
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
348
|
+
let baseOptions;
|
|
349
|
+
if (configuration) {
|
|
350
|
+
baseOptions = configuration.baseOptions;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
354
|
+
const localVarHeaderParameter = {} as any;
|
|
355
|
+
const localVarQueryParameter = {} as any;
|
|
356
|
+
|
|
357
|
+
// authentication tokenScheme required
|
|
358
|
+
// http bearer authentication required
|
|
359
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
360
|
+
|
|
361
|
+
if (userNo !== undefined) {
|
|
362
|
+
localVarQueryParameter['userNo'] = userNo;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
368
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
369
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
370
|
+
|
|
371
|
+
return {
|
|
372
|
+
url: toPathString(localVarUrlObj),
|
|
373
|
+
options: localVarRequestOptions,
|
|
374
|
+
};
|
|
375
|
+
},
|
|
376
|
+
/**
|
|
377
|
+
*
|
|
378
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
379
|
+
* @param {string} performCode
|
|
380
|
+
* @param {string} costItemCode
|
|
381
|
+
* @param {string} [budgetOrgCode]
|
|
382
|
+
* @param {*} [options] Override http request option.
|
|
383
|
+
* @throws {RequiredError}
|
|
384
|
+
*/
|
|
385
|
+
thirdCzySystemOrganizationQueryMemberDetail1: async (performCode: string, costItemCode: string, budgetOrgCode?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
386
|
+
// verify required parameter 'performCode' is not null or undefined
|
|
387
|
+
assertParamExists('thirdCzySystemOrganizationQueryMemberDetail1', 'performCode', performCode)
|
|
388
|
+
// verify required parameter 'costItemCode' is not null or undefined
|
|
389
|
+
assertParamExists('thirdCzySystemOrganizationQueryMemberDetail1', 'costItemCode', costItemCode)
|
|
390
|
+
const localVarPath = `/gizone/reimbursement-bill/third/czy/system/organization/queryFinancialUnificationHandleConfig`;
|
|
391
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
392
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
393
|
+
let baseOptions;
|
|
394
|
+
if (configuration) {
|
|
395
|
+
baseOptions = configuration.baseOptions;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
399
|
+
const localVarHeaderParameter = {} as any;
|
|
400
|
+
const localVarQueryParameter = {} as any;
|
|
401
|
+
|
|
402
|
+
// authentication tokenScheme required
|
|
403
|
+
// http bearer authentication required
|
|
404
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
405
|
+
|
|
406
|
+
if (budgetOrgCode !== undefined) {
|
|
407
|
+
localVarQueryParameter['budgetOrgCode'] = budgetOrgCode;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
if (performCode !== undefined) {
|
|
411
|
+
localVarQueryParameter['performCode'] = performCode;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
if (costItemCode !== undefined) {
|
|
415
|
+
localVarQueryParameter['costItemCode'] = costItemCode;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
421
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
422
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
423
|
+
|
|
424
|
+
return {
|
|
425
|
+
url: toPathString(localVarUrlObj),
|
|
426
|
+
options: localVarRequestOptions,
|
|
427
|
+
};
|
|
428
|
+
},
|
|
429
|
+
/**
|
|
430
|
+
*
|
|
431
|
+
* @summary MDM-获取供应商信息
|
|
432
|
+
* @param {*} [options] Override http request option.
|
|
433
|
+
* @throws {RequiredError}
|
|
434
|
+
*/
|
|
435
|
+
thirdMdmVendors: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
436
|
+
const localVarPath = `/gizone/reimbursement-bill/third/vendors`;
|
|
437
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
438
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
439
|
+
let baseOptions;
|
|
440
|
+
if (configuration) {
|
|
441
|
+
baseOptions = configuration.baseOptions;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
445
|
+
const localVarHeaderParameter = {} as any;
|
|
446
|
+
const localVarQueryParameter = {} as any;
|
|
447
|
+
|
|
448
|
+
// authentication tokenScheme required
|
|
449
|
+
// http bearer authentication required
|
|
450
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
455
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
456
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
457
|
+
|
|
458
|
+
return {
|
|
459
|
+
url: toPathString(localVarUrlObj),
|
|
460
|
+
options: localVarRequestOptions,
|
|
461
|
+
};
|
|
462
|
+
},
|
|
463
|
+
/**
|
|
464
|
+
*
|
|
465
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
466
|
+
* @param {string} vendorId
|
|
467
|
+
* @param {*} [options] Override http request option.
|
|
468
|
+
* @throws {RequiredError}
|
|
469
|
+
*/
|
|
470
|
+
thirdMdmVendorsBankAccounts: async (vendorId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
471
|
+
// verify required parameter 'vendorId' is not null or undefined
|
|
472
|
+
assertParamExists('thirdMdmVendorsBankAccounts', 'vendorId', vendorId)
|
|
473
|
+
const localVarPath = `/gizone/reimbursement-bill/third/vendors/{vendorId}/bank-accounts`
|
|
474
|
+
.replace(`{${"vendorId"}}`, encodeURIComponent(String(vendorId)));
|
|
475
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
476
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
477
|
+
let baseOptions;
|
|
478
|
+
if (configuration) {
|
|
479
|
+
baseOptions = configuration.baseOptions;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
483
|
+
const localVarHeaderParameter = {} as any;
|
|
484
|
+
const localVarQueryParameter = {} as any;
|
|
485
|
+
|
|
486
|
+
// authentication tokenScheme required
|
|
487
|
+
// http bearer authentication required
|
|
488
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
493
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
494
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
495
|
+
|
|
496
|
+
return {
|
|
497
|
+
url: toPathString(localVarUrlObj),
|
|
498
|
+
options: localVarRequestOptions,
|
|
499
|
+
};
|
|
500
|
+
},
|
|
501
|
+
/**
|
|
502
|
+
*
|
|
503
|
+
* @summary 付款方
|
|
504
|
+
* @param {*} [options] Override http request option.
|
|
505
|
+
* @throws {RequiredError}
|
|
506
|
+
*/
|
|
507
|
+
thirdPayer: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
508
|
+
const localVarPath = `/gizone/reimbursement-bill/third/payer`;
|
|
509
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
510
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
511
|
+
let baseOptions;
|
|
512
|
+
if (configuration) {
|
|
513
|
+
baseOptions = configuration.baseOptions;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
517
|
+
const localVarHeaderParameter = {} as any;
|
|
518
|
+
const localVarQueryParameter = {} as any;
|
|
519
|
+
|
|
520
|
+
// authentication tokenScheme required
|
|
521
|
+
// http bearer authentication required
|
|
522
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
272
526
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
273
527
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
274
528
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -354,18 +608,96 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
|
354
608
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
355
609
|
},
|
|
356
610
|
/**
|
|
357
|
-
*
|
|
611
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
358
612
|
* @summary 撤回报账单
|
|
359
613
|
* @param {number} id
|
|
360
614
|
* @param {*} [options] Override http request option.
|
|
361
615
|
* @throws {RequiredError}
|
|
362
616
|
*/
|
|
363
|
-
async reimbursementBillWithdraw(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
617
|
+
async reimbursementBillWithdraw(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInteger>> {
|
|
364
618
|
const localVarAxiosArgs = await localVarAxiosParamCreator.reimbursementBillWithdraw(id, options);
|
|
365
619
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
366
620
|
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.reimbursementBillWithdraw']?.[localVarOperationServerIndex]?.url;
|
|
367
621
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
368
622
|
},
|
|
623
|
+
/**
|
|
624
|
+
*
|
|
625
|
+
* @summary 预算可用余额
|
|
626
|
+
* @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
|
|
627
|
+
* @param {*} [options] Override http request option.
|
|
628
|
+
* @throws {RequiredError}
|
|
629
|
+
*/
|
|
630
|
+
async thirdBudgetBalance(budgetBalanceQueryDto: BudgetBalanceQueryDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultCzyBudgetBalanceVo>> {
|
|
631
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdBudgetBalance(budgetBalanceQueryDto, options);
|
|
632
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
633
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdBudgetBalance']?.[localVarOperationServerIndex]?.url;
|
|
634
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
635
|
+
},
|
|
636
|
+
/**
|
|
637
|
+
*
|
|
638
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
639
|
+
* @param {string} userNo
|
|
640
|
+
* @param {*} [options] Override http request option.
|
|
641
|
+
* @throws {RequiredError}
|
|
642
|
+
*/
|
|
643
|
+
async thirdCzySystemOrganizationQueryMemberDetail(userNo: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultCzySystemOrganizationMemberDetailVo>> {
|
|
644
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdCzySystemOrganizationQueryMemberDetail(userNo, options);
|
|
645
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
646
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail']?.[localVarOperationServerIndex]?.url;
|
|
647
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
648
|
+
},
|
|
649
|
+
/**
|
|
650
|
+
*
|
|
651
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
652
|
+
* @param {string} performCode
|
|
653
|
+
* @param {string} costItemCode
|
|
654
|
+
* @param {string} [budgetOrgCode]
|
|
655
|
+
* @param {*} [options] Override http request option.
|
|
656
|
+
* @throws {RequiredError}
|
|
657
|
+
*/
|
|
658
|
+
async thirdCzySystemOrganizationQueryMemberDetail1(performCode: string, costItemCode: string, budgetOrgCode?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListCzyOrganizationCostVo>> {
|
|
659
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdCzySystemOrganizationQueryMemberDetail1(performCode, costItemCode, budgetOrgCode, options);
|
|
660
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
661
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail1']?.[localVarOperationServerIndex]?.url;
|
|
662
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
663
|
+
},
|
|
664
|
+
/**
|
|
665
|
+
*
|
|
666
|
+
* @summary MDM-获取供应商信息
|
|
667
|
+
* @param {*} [options] Override http request option.
|
|
668
|
+
* @throws {RequiredError}
|
|
669
|
+
*/
|
|
670
|
+
async thirdMdmVendors(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmIncrementVendorsVo>> {
|
|
671
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdMdmVendors(options);
|
|
672
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
673
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdMdmVendors']?.[localVarOperationServerIndex]?.url;
|
|
674
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
675
|
+
},
|
|
676
|
+
/**
|
|
677
|
+
*
|
|
678
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
679
|
+
* @param {string} vendorId
|
|
680
|
+
* @param {*} [options] Override http request option.
|
|
681
|
+
* @throws {RequiredError}
|
|
682
|
+
*/
|
|
683
|
+
async thirdMdmVendorsBankAccounts(vendorId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMdmIncrementVendorBankAccountsVo>> {
|
|
684
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdMdmVendorsBankAccounts(vendorId, options);
|
|
685
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
686
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdMdmVendorsBankAccounts']?.[localVarOperationServerIndex]?.url;
|
|
687
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
688
|
+
},
|
|
689
|
+
/**
|
|
690
|
+
*
|
|
691
|
+
* @summary 付款方
|
|
692
|
+
* @param {*} [options] Override http request option.
|
|
693
|
+
* @throws {RequiredError}
|
|
694
|
+
*/
|
|
695
|
+
async thirdPayer(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListReimbursementBillPayerVo>> {
|
|
696
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.thirdPayer(options);
|
|
697
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
698
|
+
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.thirdPayer']?.[localVarOperationServerIndex]?.url;
|
|
699
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
700
|
+
},
|
|
369
701
|
}
|
|
370
702
|
};
|
|
371
703
|
|
|
@@ -427,15 +759,73 @@ export const ReimbursementBillApiFactory = function (configuration?: Configurati
|
|
|
427
759
|
return localVarFp.reimbursementBillSubmit(requestParameters.reimbursementBillSubmitDto, options).then((request) => request(axios, basePath));
|
|
428
760
|
},
|
|
429
761
|
/**
|
|
430
|
-
*
|
|
762
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
431
763
|
* @summary 撤回报账单
|
|
432
764
|
* @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
|
|
433
765
|
* @param {*} [options] Override http request option.
|
|
434
766
|
* @throws {RequiredError}
|
|
435
767
|
*/
|
|
436
|
-
reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
768
|
+
reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInteger> {
|
|
437
769
|
return localVarFp.reimbursementBillWithdraw(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
438
770
|
},
|
|
771
|
+
/**
|
|
772
|
+
*
|
|
773
|
+
* @summary 预算可用余额
|
|
774
|
+
* @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
|
|
775
|
+
* @param {*} [options] Override http request option.
|
|
776
|
+
* @throws {RequiredError}
|
|
777
|
+
*/
|
|
778
|
+
thirdBudgetBalance(requestParameters: ReimbursementBillApiThirdBudgetBalanceRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultCzyBudgetBalanceVo> {
|
|
779
|
+
return localVarFp.thirdBudgetBalance(requestParameters.budgetBalanceQueryDto, options).then((request) => request(axios, basePath));
|
|
780
|
+
},
|
|
781
|
+
/**
|
|
782
|
+
*
|
|
783
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
784
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
|
|
785
|
+
* @param {*} [options] Override http request option.
|
|
786
|
+
* @throws {RequiredError}
|
|
787
|
+
*/
|
|
788
|
+
thirdCzySystemOrganizationQueryMemberDetail(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultCzySystemOrganizationMemberDetailVo> {
|
|
789
|
+
return localVarFp.thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(axios, basePath));
|
|
790
|
+
},
|
|
791
|
+
/**
|
|
792
|
+
*
|
|
793
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
794
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
|
|
795
|
+
* @param {*} [options] Override http request option.
|
|
796
|
+
* @throws {RequiredError}
|
|
797
|
+
*/
|
|
798
|
+
thirdCzySystemOrganizationQueryMemberDetail1(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListCzyOrganizationCostVo> {
|
|
799
|
+
return localVarFp.thirdCzySystemOrganizationQueryMemberDetail1(requestParameters.performCode, requestParameters.costItemCode, requestParameters.budgetOrgCode, options).then((request) => request(axios, basePath));
|
|
800
|
+
},
|
|
801
|
+
/**
|
|
802
|
+
*
|
|
803
|
+
* @summary MDM-获取供应商信息
|
|
804
|
+
* @param {*} [options] Override http request option.
|
|
805
|
+
* @throws {RequiredError}
|
|
806
|
+
*/
|
|
807
|
+
thirdMdmVendors(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmIncrementVendorsVo> {
|
|
808
|
+
return localVarFp.thirdMdmVendors(options).then((request) => request(axios, basePath));
|
|
809
|
+
},
|
|
810
|
+
/**
|
|
811
|
+
*
|
|
812
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
813
|
+
* @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
|
|
814
|
+
* @param {*} [options] Override http request option.
|
|
815
|
+
* @throws {RequiredError}
|
|
816
|
+
*/
|
|
817
|
+
thirdMdmVendorsBankAccounts(requestParameters: ReimbursementBillApiThirdMdmVendorsBankAccountsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMdmIncrementVendorBankAccountsVo> {
|
|
818
|
+
return localVarFp.thirdMdmVendorsBankAccounts(requestParameters.vendorId, options).then((request) => request(axios, basePath));
|
|
819
|
+
},
|
|
820
|
+
/**
|
|
821
|
+
*
|
|
822
|
+
* @summary 付款方
|
|
823
|
+
* @param {*} [options] Override http request option.
|
|
824
|
+
* @throws {RequiredError}
|
|
825
|
+
*/
|
|
826
|
+
thirdPayer(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListReimbursementBillPayerVo> {
|
|
827
|
+
return localVarFp.thirdPayer(options).then((request) => request(axios, basePath));
|
|
828
|
+
},
|
|
439
829
|
};
|
|
440
830
|
};
|
|
441
831
|
|
|
@@ -523,6 +913,76 @@ export interface ReimbursementBillApiReimbursementBillWithdrawRequest {
|
|
|
523
913
|
readonly id: number
|
|
524
914
|
}
|
|
525
915
|
|
|
916
|
+
/**
|
|
917
|
+
* Request parameters for thirdBudgetBalance operation in ReimbursementBillApi.
|
|
918
|
+
* @export
|
|
919
|
+
* @interface ReimbursementBillApiThirdBudgetBalanceRequest
|
|
920
|
+
*/
|
|
921
|
+
export interface ReimbursementBillApiThirdBudgetBalanceRequest {
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
* @type {BudgetBalanceQueryDto}
|
|
925
|
+
* @memberof ReimbursementBillApiThirdBudgetBalance
|
|
926
|
+
*/
|
|
927
|
+
readonly budgetBalanceQueryDto: BudgetBalanceQueryDto
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* Request parameters for thirdCzySystemOrganizationQueryMemberDetail operation in ReimbursementBillApi.
|
|
932
|
+
* @export
|
|
933
|
+
* @interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest
|
|
934
|
+
*/
|
|
935
|
+
export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest {
|
|
936
|
+
/**
|
|
937
|
+
*
|
|
938
|
+
* @type {string}
|
|
939
|
+
* @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail
|
|
940
|
+
*/
|
|
941
|
+
readonly userNo: string
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* Request parameters for thirdCzySystemOrganizationQueryMemberDetail1 operation in ReimbursementBillApi.
|
|
946
|
+
* @export
|
|
947
|
+
* @interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request
|
|
948
|
+
*/
|
|
949
|
+
export interface ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request {
|
|
950
|
+
/**
|
|
951
|
+
*
|
|
952
|
+
* @type {string}
|
|
953
|
+
* @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
|
|
954
|
+
*/
|
|
955
|
+
readonly performCode: string
|
|
956
|
+
|
|
957
|
+
/**
|
|
958
|
+
*
|
|
959
|
+
* @type {string}
|
|
960
|
+
* @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
|
|
961
|
+
*/
|
|
962
|
+
readonly costItemCode: string
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
*
|
|
966
|
+
* @type {string}
|
|
967
|
+
* @memberof ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1
|
|
968
|
+
*/
|
|
969
|
+
readonly budgetOrgCode?: string
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
/**
|
|
973
|
+
* Request parameters for thirdMdmVendorsBankAccounts operation in ReimbursementBillApi.
|
|
974
|
+
* @export
|
|
975
|
+
* @interface ReimbursementBillApiThirdMdmVendorsBankAccountsRequest
|
|
976
|
+
*/
|
|
977
|
+
export interface ReimbursementBillApiThirdMdmVendorsBankAccountsRequest {
|
|
978
|
+
/**
|
|
979
|
+
*
|
|
980
|
+
* @type {string}
|
|
981
|
+
* @memberof ReimbursementBillApiThirdMdmVendorsBankAccounts
|
|
982
|
+
*/
|
|
983
|
+
readonly vendorId: string
|
|
984
|
+
}
|
|
985
|
+
|
|
526
986
|
/**
|
|
527
987
|
* ReimbursementBillApi - object-oriented interface
|
|
528
988
|
* @export
|
|
@@ -591,7 +1051,7 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
591
1051
|
}
|
|
592
1052
|
|
|
593
1053
|
/**
|
|
594
|
-
*
|
|
1054
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
595
1055
|
* @summary 撤回报账单
|
|
596
1056
|
* @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
|
|
597
1057
|
* @param {*} [options] Override http request option.
|
|
@@ -601,5 +1061,75 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
601
1061
|
public reimbursementBillWithdraw(requestParameters: ReimbursementBillApiReimbursementBillWithdrawRequest, options?: RawAxiosRequestConfig) {
|
|
602
1062
|
return ReimbursementBillApiFp(this.configuration).reimbursementBillWithdraw(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
603
1063
|
}
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
*
|
|
1067
|
+
* @summary 预算可用余额
|
|
1068
|
+
* @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
|
|
1069
|
+
* @param {*} [options] Override http request option.
|
|
1070
|
+
* @throws {RequiredError}
|
|
1071
|
+
* @memberof ReimbursementBillApi
|
|
1072
|
+
*/
|
|
1073
|
+
public thirdBudgetBalance(requestParameters: ReimbursementBillApiThirdBudgetBalanceRequest, options?: RawAxiosRequestConfig) {
|
|
1074
|
+
return ReimbursementBillApiFp(this.configuration).thirdBudgetBalance(requestParameters.budgetBalanceQueryDto, options).then((request) => request(this.axios, this.basePath));
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
/**
|
|
1078
|
+
*
|
|
1079
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
1080
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
|
|
1081
|
+
* @param {*} [options] Override http request option.
|
|
1082
|
+
* @throws {RequiredError}
|
|
1083
|
+
* @memberof ReimbursementBillApi
|
|
1084
|
+
*/
|
|
1085
|
+
public thirdCzySystemOrganizationQueryMemberDetail(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest, options?: RawAxiosRequestConfig) {
|
|
1086
|
+
return ReimbursementBillApiFp(this.configuration).thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(this.axios, this.basePath));
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
/**
|
|
1090
|
+
*
|
|
1091
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
1092
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
|
|
1093
|
+
* @param {*} [options] Override http request option.
|
|
1094
|
+
* @throws {RequiredError}
|
|
1095
|
+
* @memberof ReimbursementBillApi
|
|
1096
|
+
*/
|
|
1097
|
+
public thirdCzySystemOrganizationQueryMemberDetail1(requestParameters: ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request, options?: RawAxiosRequestConfig) {
|
|
1098
|
+
return ReimbursementBillApiFp(this.configuration).thirdCzySystemOrganizationQueryMemberDetail1(requestParameters.performCode, requestParameters.costItemCode, requestParameters.budgetOrgCode, options).then((request) => request(this.axios, this.basePath));
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
*
|
|
1103
|
+
* @summary MDM-获取供应商信息
|
|
1104
|
+
* @param {*} [options] Override http request option.
|
|
1105
|
+
* @throws {RequiredError}
|
|
1106
|
+
* @memberof ReimbursementBillApi
|
|
1107
|
+
*/
|
|
1108
|
+
public thirdMdmVendors(options?: RawAxiosRequestConfig) {
|
|
1109
|
+
return ReimbursementBillApiFp(this.configuration).thirdMdmVendors(options).then((request) => request(this.axios, this.basePath));
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
/**
|
|
1113
|
+
*
|
|
1114
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
1115
|
+
* @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
|
|
1116
|
+
* @param {*} [options] Override http request option.
|
|
1117
|
+
* @throws {RequiredError}
|
|
1118
|
+
* @memberof ReimbursementBillApi
|
|
1119
|
+
*/
|
|
1120
|
+
public thirdMdmVendorsBankAccounts(requestParameters: ReimbursementBillApiThirdMdmVendorsBankAccountsRequest, options?: RawAxiosRequestConfig) {
|
|
1121
|
+
return ReimbursementBillApiFp(this.configuration).thirdMdmVendorsBankAccounts(requestParameters.vendorId, options).then((request) => request(this.axios, this.basePath));
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
/**
|
|
1125
|
+
*
|
|
1126
|
+
* @summary 付款方
|
|
1127
|
+
* @param {*} [options] Override http request option.
|
|
1128
|
+
* @throws {RequiredError}
|
|
1129
|
+
* @memberof ReimbursementBillApi
|
|
1130
|
+
*/
|
|
1131
|
+
public thirdPayer(options?: RawAxiosRequestConfig) {
|
|
1132
|
+
return ReimbursementBillApiFp(this.configuration).thirdPayer(options).then((request) => request(this.axios, this.basePath));
|
|
1133
|
+
}
|
|
604
1134
|
}
|
|
605
1135
|
|
package/dist/api.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ export * from './apis/hwork-api';
|
|
|
28
28
|
export * from './apis/inspection-standard-api';
|
|
29
29
|
export * from './apis/internal-api';
|
|
30
30
|
export * from './apis/jwt-api';
|
|
31
|
-
export * from './apis/mdmapi';
|
|
32
31
|
export * from './apis/maintenance-standard-api';
|
|
33
32
|
export * from './apis/message-api';
|
|
34
33
|
export * from './apis/notification-api';
|
package/dist/api.js
CHANGED
|
@@ -46,7 +46,6 @@ __exportStar(require("./apis/hwork-api"), exports);
|
|
|
46
46
|
__exportStar(require("./apis/inspection-standard-api"), exports);
|
|
47
47
|
__exportStar(require("./apis/internal-api"), exports);
|
|
48
48
|
__exportStar(require("./apis/jwt-api"), exports);
|
|
49
|
-
__exportStar(require("./apis/mdmapi"), exports);
|
|
50
49
|
__exportStar(require("./apis/maintenance-standard-api"), exports);
|
|
51
50
|
__exportStar(require("./apis/message-api"), exports);
|
|
52
51
|
__exportStar(require("./apis/notification-api"), exports);
|