@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.
Files changed (94) hide show
  1. package/.openapi-generator/FILES +12 -1
  2. package/api.ts +0 -1
  3. package/apis/reimbursement-bill-api.ts +536 -6
  4. package/dist/api.d.ts +0 -1
  5. package/dist/api.js +0 -1
  6. package/dist/apis/reimbursement-bill-api.d.ts +272 -7
  7. package/dist/apis/reimbursement-bill-api.js +421 -4
  8. package/dist/esm/api.d.ts +0 -1
  9. package/dist/esm/api.js +0 -1
  10. package/dist/esm/apis/reimbursement-bill-api.d.ts +272 -7
  11. package/dist/esm/apis/reimbursement-bill-api.js +421 -4
  12. package/dist/esm/models/budget-balance-query-dto.d.ts +54 -0
  13. package/dist/esm/models/budget-balance-query-dto.js +14 -0
  14. package/dist/esm/models/budget-object.d.ts +30 -0
  15. package/dist/esm/models/budget-object.js +14 -0
  16. package/dist/esm/models/czy-budget-balance-vo.d.ts +48 -0
  17. package/dist/esm/models/czy-budget-balance-vo.js +14 -0
  18. package/dist/esm/models/czy-organization-cost-vo.d.ts +109 -0
  19. package/dist/esm/models/czy-organization-cost-vo.js +14 -0
  20. package/dist/esm/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  21. package/dist/esm/models/czy-system-organization-member-detail-vo.js +14 -0
  22. package/dist/esm/models/index.d.ts +12 -0
  23. package/dist/esm/models/index.js +12 -0
  24. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  25. package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  26. package/dist/esm/models/json-result-czy-budget-balance-vo.js +14 -0
  27. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  28. package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.js +14 -0
  29. package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  30. package/dist/esm/models/json-result-list-czy-organization-cost-vo.js +14 -0
  31. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  32. package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.js +14 -0
  33. package/dist/esm/models/organization-object.d.ts +30 -0
  34. package/dist/esm/models/organization-object.js +14 -0
  35. package/dist/esm/models/perform-object.d.ts +30 -0
  36. package/dist/esm/models/perform-object.js +14 -0
  37. package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
  38. package/dist/esm/models/reimbursement-bill-payer-vo.d.ts +30 -0
  39. package/dist/esm/models/reimbursement-bill-payer-vo.js +14 -0
  40. package/dist/esm/models/reimbursement-status-enum.d.ts +1 -0
  41. package/dist/esm/models/reimbursement-status-enum.js +1 -0
  42. package/dist/models/budget-balance-query-dto.d.ts +54 -0
  43. package/dist/models/budget-balance-query-dto.js +15 -0
  44. package/dist/models/budget-object.d.ts +30 -0
  45. package/dist/models/budget-object.js +15 -0
  46. package/dist/models/czy-budget-balance-vo.d.ts +48 -0
  47. package/dist/models/czy-budget-balance-vo.js +15 -0
  48. package/dist/models/czy-organization-cost-vo.d.ts +109 -0
  49. package/dist/models/czy-organization-cost-vo.js +15 -0
  50. package/dist/models/czy-system-organization-member-detail-vo.d.ts +176 -0
  51. package/dist/models/czy-system-organization-member-detail-vo.js +15 -0
  52. package/dist/models/index.d.ts +12 -0
  53. package/dist/models/index.js +12 -0
  54. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +8 -8
  55. package/dist/models/json-result-czy-budget-balance-vo.d.ts +62 -0
  56. package/dist/models/json-result-czy-budget-balance-vo.js +15 -0
  57. package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +62 -0
  58. package/dist/models/json-result-czy-system-organization-member-detail-vo.js +15 -0
  59. package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +62 -0
  60. package/dist/models/json-result-list-czy-organization-cost-vo.js +15 -0
  61. package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +62 -0
  62. package/dist/models/json-result-list-reimbursement-bill-payer-vo.js +15 -0
  63. package/dist/models/organization-object.d.ts +30 -0
  64. package/dist/models/organization-object.js +15 -0
  65. package/dist/models/perform-object.d.ts +30 -0
  66. package/dist/models/perform-object.js +15 -0
  67. package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
  68. package/dist/models/reimbursement-bill-payer-vo.d.ts +30 -0
  69. package/dist/models/reimbursement-bill-payer-vo.js +15 -0
  70. package/dist/models/reimbursement-status-enum.d.ts +1 -0
  71. package/dist/models/reimbursement-status-enum.js +1 -0
  72. package/models/budget-balance-query-dto.ts +60 -0
  73. package/models/budget-object.ts +36 -0
  74. package/models/czy-budget-balance-vo.ts +54 -0
  75. package/models/czy-organization-cost-vo.ts +117 -0
  76. package/models/czy-system-organization-member-detail-vo.ts +186 -0
  77. package/models/index.ts +12 -0
  78. package/models/ipage-energy-cost-record-info-vo.ts +8 -8
  79. package/models/json-result-czy-budget-balance-vo.ts +72 -0
  80. package/models/json-result-czy-system-organization-member-detail-vo.ts +72 -0
  81. package/models/json-result-list-czy-organization-cost-vo.ts +72 -0
  82. package/models/json-result-list-reimbursement-bill-payer-vo.ts +72 -0
  83. package/models/organization-object.ts +36 -0
  84. package/models/perform-object.ts +36 -0
  85. package/models/reimbursement-bill-draft-dto.ts +6 -0
  86. package/models/reimbursement-bill-payer-vo.ts +36 -0
  87. package/models/reimbursement-status-enum.ts +1 -0
  88. package/ossutil.log +1170 -1170
  89. package/package.json +1 -1
  90. package/apis/mdmapi.ts +0 -217
  91. package/dist/apis/mdmapi.d.ts +0 -117
  92. package/dist/apis/mdmapi.js +0 -200
  93. package/dist/esm/apis/mdmapi.d.ts +0 -117
  94. package/dist/esm/apis/mdmapi.js +0 -193
@@ -199,7 +199,7 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
199
199
  };
200
200
  }),
201
201
  /**
202
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
202
+ * 撤回报账单,账单不是已完成状态都可以撤回
203
203
  * @summary 撤回报账单
204
204
  * @param {number} id
205
205
  * @param {*} [options] Override http request option.
@@ -230,6 +230,205 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
230
230
  options: localVarRequestOptions,
231
231
  };
232
232
  }),
233
+ /**
234
+ *
235
+ * @summary 预算可用余额
236
+ * @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
237
+ * @param {*} [options] Override http request option.
238
+ * @throws {RequiredError}
239
+ */
240
+ thirdBudgetBalance: (budgetBalanceQueryDto_1, ...args_1) => __awaiter(this, [budgetBalanceQueryDto_1, ...args_1], void 0, function* (budgetBalanceQueryDto, options = {}) {
241
+ // verify required parameter 'budgetBalanceQueryDto' is not null or undefined
242
+ assertParamExists('thirdBudgetBalance', 'budgetBalanceQueryDto', budgetBalanceQueryDto);
243
+ const localVarPath = `/gizone/reimbursement-bill/third/budgetBalance`;
244
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
245
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
246
+ let baseOptions;
247
+ if (configuration) {
248
+ baseOptions = configuration.baseOptions;
249
+ }
250
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
251
+ const localVarHeaderParameter = {};
252
+ const localVarQueryParameter = {};
253
+ // authentication tokenScheme required
254
+ // http bearer authentication required
255
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
256
+ localVarHeaderParameter['Content-Type'] = 'application/json';
257
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
258
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
259
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
260
+ localVarRequestOptions.data = serializeDataIfNeeded(budgetBalanceQueryDto, localVarRequestOptions, configuration);
261
+ return {
262
+ url: toPathString(localVarUrlObj),
263
+ options: localVarRequestOptions,
264
+ };
265
+ }),
266
+ /**
267
+ *
268
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
269
+ * @param {string} userNo
270
+ * @param {*} [options] Override http request option.
271
+ * @throws {RequiredError}
272
+ */
273
+ thirdCzySystemOrganizationQueryMemberDetail: (userNo_1, ...args_1) => __awaiter(this, [userNo_1, ...args_1], void 0, function* (userNo, options = {}) {
274
+ // verify required parameter 'userNo' is not null or undefined
275
+ assertParamExists('thirdCzySystemOrganizationQueryMemberDetail', 'userNo', userNo);
276
+ const localVarPath = `/gizone/reimbursement-bill/third/czy/system/organization/queryMemberDetail`;
277
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
278
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
279
+ let baseOptions;
280
+ if (configuration) {
281
+ baseOptions = configuration.baseOptions;
282
+ }
283
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
284
+ const localVarHeaderParameter = {};
285
+ const localVarQueryParameter = {};
286
+ // authentication tokenScheme required
287
+ // http bearer authentication required
288
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
289
+ if (userNo !== undefined) {
290
+ localVarQueryParameter['userNo'] = userNo;
291
+ }
292
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
293
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
294
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
295
+ return {
296
+ url: toPathString(localVarUrlObj),
297
+ options: localVarRequestOptions,
298
+ };
299
+ }),
300
+ /**
301
+ *
302
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
303
+ * @param {string} performCode
304
+ * @param {string} costItemCode
305
+ * @param {string} [budgetOrgCode]
306
+ * @param {*} [options] Override http request option.
307
+ * @throws {RequiredError}
308
+ */
309
+ thirdCzySystemOrganizationQueryMemberDetail1: (performCode_1, costItemCode_1, budgetOrgCode_1, ...args_1) => __awaiter(this, [performCode_1, costItemCode_1, budgetOrgCode_1, ...args_1], void 0, function* (performCode, costItemCode, budgetOrgCode, options = {}) {
310
+ // verify required parameter 'performCode' is not null or undefined
311
+ assertParamExists('thirdCzySystemOrganizationQueryMemberDetail1', 'performCode', performCode);
312
+ // verify required parameter 'costItemCode' is not null or undefined
313
+ assertParamExists('thirdCzySystemOrganizationQueryMemberDetail1', 'costItemCode', costItemCode);
314
+ const localVarPath = `/gizone/reimbursement-bill/third/czy/system/organization/queryFinancialUnificationHandleConfig`;
315
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
316
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
317
+ let baseOptions;
318
+ if (configuration) {
319
+ baseOptions = configuration.baseOptions;
320
+ }
321
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
322
+ const localVarHeaderParameter = {};
323
+ const localVarQueryParameter = {};
324
+ // authentication tokenScheme required
325
+ // http bearer authentication required
326
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
327
+ if (budgetOrgCode !== undefined) {
328
+ localVarQueryParameter['budgetOrgCode'] = budgetOrgCode;
329
+ }
330
+ if (performCode !== undefined) {
331
+ localVarQueryParameter['performCode'] = performCode;
332
+ }
333
+ if (costItemCode !== undefined) {
334
+ localVarQueryParameter['costItemCode'] = costItemCode;
335
+ }
336
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
337
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
338
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
339
+ return {
340
+ url: toPathString(localVarUrlObj),
341
+ options: localVarRequestOptions,
342
+ };
343
+ }),
344
+ /**
345
+ *
346
+ * @summary MDM-获取供应商信息
347
+ * @param {*} [options] Override http request option.
348
+ * @throws {RequiredError}
349
+ */
350
+ thirdMdmVendors: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
351
+ const localVarPath = `/gizone/reimbursement-bill/third/vendors`;
352
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
353
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
354
+ let baseOptions;
355
+ if (configuration) {
356
+ baseOptions = configuration.baseOptions;
357
+ }
358
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
359
+ const localVarHeaderParameter = {};
360
+ const localVarQueryParameter = {};
361
+ // authentication tokenScheme required
362
+ // http bearer authentication required
363
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
364
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
365
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
366
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
367
+ return {
368
+ url: toPathString(localVarUrlObj),
369
+ options: localVarRequestOptions,
370
+ };
371
+ }),
372
+ /**
373
+ *
374
+ * @summary MDM-通过供应商id获取供应商银行信息
375
+ * @param {string} vendorId
376
+ * @param {*} [options] Override http request option.
377
+ * @throws {RequiredError}
378
+ */
379
+ thirdMdmVendorsBankAccounts: (vendorId_1, ...args_1) => __awaiter(this, [vendorId_1, ...args_1], void 0, function* (vendorId, options = {}) {
380
+ // verify required parameter 'vendorId' is not null or undefined
381
+ assertParamExists('thirdMdmVendorsBankAccounts', 'vendorId', vendorId);
382
+ const localVarPath = `/gizone/reimbursement-bill/third/vendors/{vendorId}/bank-accounts`
383
+ .replace(`{${"vendorId"}}`, encodeURIComponent(String(vendorId)));
384
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
385
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
386
+ let baseOptions;
387
+ if (configuration) {
388
+ baseOptions = configuration.baseOptions;
389
+ }
390
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
391
+ const localVarHeaderParameter = {};
392
+ const localVarQueryParameter = {};
393
+ // authentication tokenScheme required
394
+ // http bearer authentication required
395
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
396
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
397
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
398
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
399
+ return {
400
+ url: toPathString(localVarUrlObj),
401
+ options: localVarRequestOptions,
402
+ };
403
+ }),
404
+ /**
405
+ *
406
+ * @summary 付款方
407
+ * @param {*} [options] Override http request option.
408
+ * @throws {RequiredError}
409
+ */
410
+ thirdPayer: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
411
+ const localVarPath = `/gizone/reimbursement-bill/third/payer`;
412
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
413
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
414
+ let baseOptions;
415
+ if (configuration) {
416
+ baseOptions = configuration.baseOptions;
417
+ }
418
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
419
+ const localVarHeaderParameter = {};
420
+ const localVarQueryParameter = {};
421
+ // authentication tokenScheme required
422
+ // http bearer authentication required
423
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
424
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
425
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
426
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
427
+ return {
428
+ url: toPathString(localVarUrlObj),
429
+ options: localVarRequestOptions,
430
+ };
431
+ }),
233
432
  };
234
433
  };
235
434
  /**
@@ -320,7 +519,7 @@ export const ReimbursementBillApiFp = function (configuration) {
320
519
  });
321
520
  },
322
521
  /**
323
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
522
+ * 撤回报账单,账单不是已完成状态都可以撤回
324
523
  * @summary 撤回报账单
325
524
  * @param {number} id
326
525
  * @param {*} [options] Override http request option.
@@ -335,6 +534,102 @@ export const ReimbursementBillApiFp = function (configuration) {
335
534
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
336
535
  });
337
536
  },
537
+ /**
538
+ *
539
+ * @summary 预算可用余额
540
+ * @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
541
+ * @param {*} [options] Override http request option.
542
+ * @throws {RequiredError}
543
+ */
544
+ thirdBudgetBalance(budgetBalanceQueryDto, options) {
545
+ return __awaiter(this, void 0, void 0, function* () {
546
+ var _a, _b, _c;
547
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdBudgetBalance(budgetBalanceQueryDto, options);
548
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
549
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdBudgetBalance']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
550
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
551
+ });
552
+ },
553
+ /**
554
+ *
555
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
556
+ * @param {string} userNo
557
+ * @param {*} [options] Override http request option.
558
+ * @throws {RequiredError}
559
+ */
560
+ thirdCzySystemOrganizationQueryMemberDetail(userNo, options) {
561
+ return __awaiter(this, void 0, void 0, function* () {
562
+ var _a, _b, _c;
563
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdCzySystemOrganizationQueryMemberDetail(userNo, options);
564
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
565
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
566
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
567
+ });
568
+ },
569
+ /**
570
+ *
571
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
572
+ * @param {string} performCode
573
+ * @param {string} costItemCode
574
+ * @param {string} [budgetOrgCode]
575
+ * @param {*} [options] Override http request option.
576
+ * @throws {RequiredError}
577
+ */
578
+ thirdCzySystemOrganizationQueryMemberDetail1(performCode, costItemCode, budgetOrgCode, options) {
579
+ return __awaiter(this, void 0, void 0, function* () {
580
+ var _a, _b, _c;
581
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdCzySystemOrganizationQueryMemberDetail1(performCode, costItemCode, budgetOrgCode, options);
582
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
583
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
584
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
585
+ });
586
+ },
587
+ /**
588
+ *
589
+ * @summary MDM-获取供应商信息
590
+ * @param {*} [options] Override http request option.
591
+ * @throws {RequiredError}
592
+ */
593
+ thirdMdmVendors(options) {
594
+ return __awaiter(this, void 0, void 0, function* () {
595
+ var _a, _b, _c;
596
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdMdmVendors(options);
597
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
598
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdMdmVendors']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
599
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
600
+ });
601
+ },
602
+ /**
603
+ *
604
+ * @summary MDM-通过供应商id获取供应商银行信息
605
+ * @param {string} vendorId
606
+ * @param {*} [options] Override http request option.
607
+ * @throws {RequiredError}
608
+ */
609
+ thirdMdmVendorsBankAccounts(vendorId, options) {
610
+ return __awaiter(this, void 0, void 0, function* () {
611
+ var _a, _b, _c;
612
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdMdmVendorsBankAccounts(vendorId, options);
613
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
614
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdMdmVendorsBankAccounts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
615
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
616
+ });
617
+ },
618
+ /**
619
+ *
620
+ * @summary 付款方
621
+ * @param {*} [options] Override http request option.
622
+ * @throws {RequiredError}
623
+ */
624
+ thirdPayer(options) {
625
+ return __awaiter(this, void 0, void 0, function* () {
626
+ var _a, _b, _c;
627
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdPayer(options);
628
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
629
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.thirdPayer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
630
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
631
+ });
632
+ },
338
633
  };
339
634
  };
340
635
  /**
@@ -395,7 +690,7 @@ export const ReimbursementBillApiFactory = function (configuration, basePath, ax
395
690
  return localVarFp.reimbursementBillSubmit(requestParameters.reimbursementBillSubmitDto, options).then((request) => request(axios, basePath));
396
691
  },
397
692
  /**
398
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
693
+ * 撤回报账单,账单不是已完成状态都可以撤回
399
694
  * @summary 撤回报账单
400
695
  * @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
401
696
  * @param {*} [options] Override http request option.
@@ -404,6 +699,64 @@ export const ReimbursementBillApiFactory = function (configuration, basePath, ax
404
699
  reimbursementBillWithdraw(requestParameters, options) {
405
700
  return localVarFp.reimbursementBillWithdraw(requestParameters.id, options).then((request) => request(axios, basePath));
406
701
  },
702
+ /**
703
+ *
704
+ * @summary 预算可用余额
705
+ * @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
706
+ * @param {*} [options] Override http request option.
707
+ * @throws {RequiredError}
708
+ */
709
+ thirdBudgetBalance(requestParameters, options) {
710
+ return localVarFp.thirdBudgetBalance(requestParameters.budgetBalanceQueryDto, options).then((request) => request(axios, basePath));
711
+ },
712
+ /**
713
+ *
714
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
715
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
716
+ * @param {*} [options] Override http request option.
717
+ * @throws {RequiredError}
718
+ */
719
+ thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
720
+ return localVarFp.thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(axios, basePath));
721
+ },
722
+ /**
723
+ *
724
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
725
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
726
+ * @param {*} [options] Override http request option.
727
+ * @throws {RequiredError}
728
+ */
729
+ thirdCzySystemOrganizationQueryMemberDetail1(requestParameters, options) {
730
+ return localVarFp.thirdCzySystemOrganizationQueryMemberDetail1(requestParameters.performCode, requestParameters.costItemCode, requestParameters.budgetOrgCode, options).then((request) => request(axios, basePath));
731
+ },
732
+ /**
733
+ *
734
+ * @summary MDM-获取供应商信息
735
+ * @param {*} [options] Override http request option.
736
+ * @throws {RequiredError}
737
+ */
738
+ thirdMdmVendors(options) {
739
+ return localVarFp.thirdMdmVendors(options).then((request) => request(axios, basePath));
740
+ },
741
+ /**
742
+ *
743
+ * @summary MDM-通过供应商id获取供应商银行信息
744
+ * @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
745
+ * @param {*} [options] Override http request option.
746
+ * @throws {RequiredError}
747
+ */
748
+ thirdMdmVendorsBankAccounts(requestParameters, options) {
749
+ return localVarFp.thirdMdmVendorsBankAccounts(requestParameters.vendorId, options).then((request) => request(axios, basePath));
750
+ },
751
+ /**
752
+ *
753
+ * @summary 付款方
754
+ * @param {*} [options] Override http request option.
755
+ * @throws {RequiredError}
756
+ */
757
+ thirdPayer(options) {
758
+ return localVarFp.thirdPayer(options).then((request) => request(axios, basePath));
759
+ },
407
760
  };
408
761
  };
409
762
  /**
@@ -469,7 +822,7 @@ export class ReimbursementBillApi extends BaseAPI {
469
822
  return ReimbursementBillApiFp(this.configuration).reimbursementBillSubmit(requestParameters.reimbursementBillSubmitDto, options).then((request) => request(this.axios, this.basePath));
470
823
  }
471
824
  /**
472
- * 撤回报账单,账单不是已完成状态都可以撤回,撤回后变草稿状态
825
+ * 撤回报账单,账单不是已完成状态都可以撤回
473
826
  * @summary 撤回报账单
474
827
  * @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
475
828
  * @param {*} [options] Override http request option.
@@ -479,4 +832,68 @@ export class ReimbursementBillApi extends BaseAPI {
479
832
  reimbursementBillWithdraw(requestParameters, options) {
480
833
  return ReimbursementBillApiFp(this.configuration).reimbursementBillWithdraw(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
481
834
  }
835
+ /**
836
+ *
837
+ * @summary 预算可用余额
838
+ * @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
839
+ * @param {*} [options] Override http request option.
840
+ * @throws {RequiredError}
841
+ * @memberof ReimbursementBillApi
842
+ */
843
+ thirdBudgetBalance(requestParameters, options) {
844
+ return ReimbursementBillApiFp(this.configuration).thirdBudgetBalance(requestParameters.budgetBalanceQueryDto, options).then((request) => request(this.axios, this.basePath));
845
+ }
846
+ /**
847
+ *
848
+ * @summary 系统组织-根据工号查询人员预算执行组织信息
849
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
850
+ * @param {*} [options] Override http request option.
851
+ * @throws {RequiredError}
852
+ * @memberof ReimbursementBillApi
853
+ */
854
+ thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
855
+ return ReimbursementBillApiFp(this.configuration).thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(this.axios, this.basePath));
856
+ }
857
+ /**
858
+ *
859
+ * @summary 系统组织-根据组织编码查询统一经办配置列表
860
+ * @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
861
+ * @param {*} [options] Override http request option.
862
+ * @throws {RequiredError}
863
+ * @memberof ReimbursementBillApi
864
+ */
865
+ thirdCzySystemOrganizationQueryMemberDetail1(requestParameters, options) {
866
+ return ReimbursementBillApiFp(this.configuration).thirdCzySystemOrganizationQueryMemberDetail1(requestParameters.performCode, requestParameters.costItemCode, requestParameters.budgetOrgCode, options).then((request) => request(this.axios, this.basePath));
867
+ }
868
+ /**
869
+ *
870
+ * @summary MDM-获取供应商信息
871
+ * @param {*} [options] Override http request option.
872
+ * @throws {RequiredError}
873
+ * @memberof ReimbursementBillApi
874
+ */
875
+ thirdMdmVendors(options) {
876
+ return ReimbursementBillApiFp(this.configuration).thirdMdmVendors(options).then((request) => request(this.axios, this.basePath));
877
+ }
878
+ /**
879
+ *
880
+ * @summary MDM-通过供应商id获取供应商银行信息
881
+ * @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
882
+ * @param {*} [options] Override http request option.
883
+ * @throws {RequiredError}
884
+ * @memberof ReimbursementBillApi
885
+ */
886
+ thirdMdmVendorsBankAccounts(requestParameters, options) {
887
+ return ReimbursementBillApiFp(this.configuration).thirdMdmVendorsBankAccounts(requestParameters.vendorId, options).then((request) => request(this.axios, this.basePath));
888
+ }
889
+ /**
890
+ *
891
+ * @summary 付款方
892
+ * @param {*} [options] Override http request option.
893
+ * @throws {RequiredError}
894
+ * @memberof ReimbursementBillApi
895
+ */
896
+ thirdPayer(options) {
897
+ return ReimbursementBillApiFp(this.configuration).thirdPayer(options).then((request) => request(this.axios, this.basePath));
898
+ }
482
899
  }
@@ -0,0 +1,54 @@
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
+ /**
13
+ * 查询预算余额
14
+ * @export
15
+ * @interface BudgetBalanceQueryDto
16
+ */
17
+ export interface BudgetBalanceQueryDto {
18
+ /**
19
+ * 节点类型 默认1
20
+ * @type {number}
21
+ * @memberof BudgetBalanceQueryDto
22
+ */
23
+ 'configType'?: number;
24
+ /**
25
+ * 预算年度
26
+ * @type {number}
27
+ * @memberof BudgetBalanceQueryDto
28
+ */
29
+ 'budgetYear'?: number;
30
+ /**
31
+ * 预算月份(1-12)
32
+ * @type {number}
33
+ * @memberof BudgetBalanceQueryDto
34
+ */
35
+ 'budgetMonth'?: number;
36
+ /**
37
+ * 预算部门编码
38
+ * @type {string}
39
+ * @memberof BudgetBalanceQueryDto
40
+ */
41
+ 'budgeterCode'?: string;
42
+ /**
43
+ * 费用项目编码
44
+ * @type {string}
45
+ * @memberof BudgetBalanceQueryDto
46
+ */
47
+ 'outlayCode'?: string;
48
+ /**
49
+ * 法人组织编码
50
+ * @type {string}
51
+ * @memberof BudgetBalanceQueryDto
52
+ */
53
+ 'companyCode'?: string;
54
+ }
@@ -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,30 @@
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
+ /**
13
+ * 预算对象
14
+ * @export
15
+ * @interface BudgetObject
16
+ */
17
+ export interface BudgetObject {
18
+ /**
19
+ * 预算对象编码
20
+ * @type {string}
21
+ * @memberof BudgetObject
22
+ */
23
+ 'objectCode'?: string;
24
+ /**
25
+ * 预算对象名称
26
+ * @type {string}
27
+ * @memberof BudgetObject
28
+ */
29
+ 'objectName'?: string;
30
+ }
@@ -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,48 @@
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
+ /**
13
+ * 预算可用余额
14
+ * @export
15
+ * @interface CzyBudgetBalanceVo
16
+ */
17
+ export interface CzyBudgetBalanceVo {
18
+ /**
19
+ * 0:预算锁定 1:预算占用
20
+ * @type {number}
21
+ * @memberof CzyBudgetBalanceVo
22
+ */
23
+ 'configType'?: number;
24
+ /**
25
+ * 管理策略编码
26
+ * @type {string}
27
+ * @memberof CzyBudgetBalanceVo
28
+ */
29
+ 'managePolicyNo'?: string;
30
+ /**
31
+ * 可用预算金额
32
+ * @type {number}
33
+ * @memberof CzyBudgetBalanceVo
34
+ */
35
+ 'amount'?: number;
36
+ /**
37
+ * 1-月度 2-月度累计 3-季度 4-半年 5-年度
38
+ * @type {number}
39
+ * @memberof CzyBudgetBalanceVo
40
+ */
41
+ 'controlCycle'?: number;
42
+ /**
43
+ * 预算控制时间
44
+ * @type {number}
45
+ * @memberof CzyBudgetBalanceVo
46
+ */
47
+ 'controlTime'?: number;
48
+ }
@@ -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 {};