@gizone/rrs-client 4.2.9-alpha.636 → 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 +5 -5
- 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/esm/models/sys-user.d.ts +4 -4
- 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 +5 -5
- 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/dist/models/sys-user.d.ts +4 -4
- 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 +5 -5
- 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/models/sys-user.ts +4 -4
- 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
|
@@ -202,7 +202,7 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
202
202
|
};
|
|
203
203
|
}),
|
|
204
204
|
/**
|
|
205
|
-
*
|
|
205
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
206
206
|
* @summary 撤回报账单
|
|
207
207
|
* @param {number} id
|
|
208
208
|
* @param {*} [options] Override http request option.
|
|
@@ -233,6 +233,205 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
233
233
|
options: localVarRequestOptions,
|
|
234
234
|
};
|
|
235
235
|
}),
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
* @summary 预算可用余额
|
|
239
|
+
* @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
thirdBudgetBalance: (budgetBalanceQueryDto_1, ...args_1) => __awaiter(this, [budgetBalanceQueryDto_1, ...args_1], void 0, function* (budgetBalanceQueryDto, options = {}) {
|
|
244
|
+
// verify required parameter 'budgetBalanceQueryDto' is not null or undefined
|
|
245
|
+
(0, common_1.assertParamExists)('thirdBudgetBalance', 'budgetBalanceQueryDto', budgetBalanceQueryDto);
|
|
246
|
+
const localVarPath = `/gizone/reimbursement-bill/third/budgetBalance`;
|
|
247
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
248
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
249
|
+
let baseOptions;
|
|
250
|
+
if (configuration) {
|
|
251
|
+
baseOptions = configuration.baseOptions;
|
|
252
|
+
}
|
|
253
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
254
|
+
const localVarHeaderParameter = {};
|
|
255
|
+
const localVarQueryParameter = {};
|
|
256
|
+
// authentication tokenScheme required
|
|
257
|
+
// http bearer authentication required
|
|
258
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
259
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
260
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
261
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
262
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
263
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(budgetBalanceQueryDto, localVarRequestOptions, configuration);
|
|
264
|
+
return {
|
|
265
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
266
|
+
options: localVarRequestOptions,
|
|
267
|
+
};
|
|
268
|
+
}),
|
|
269
|
+
/**
|
|
270
|
+
*
|
|
271
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
272
|
+
* @param {string} userNo
|
|
273
|
+
* @param {*} [options] Override http request option.
|
|
274
|
+
* @throws {RequiredError}
|
|
275
|
+
*/
|
|
276
|
+
thirdCzySystemOrganizationQueryMemberDetail: (userNo_1, ...args_1) => __awaiter(this, [userNo_1, ...args_1], void 0, function* (userNo, options = {}) {
|
|
277
|
+
// verify required parameter 'userNo' is not null or undefined
|
|
278
|
+
(0, common_1.assertParamExists)('thirdCzySystemOrganizationQueryMemberDetail', 'userNo', userNo);
|
|
279
|
+
const localVarPath = `/gizone/reimbursement-bill/third/czy/system/organization/queryMemberDetail`;
|
|
280
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
281
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
282
|
+
let baseOptions;
|
|
283
|
+
if (configuration) {
|
|
284
|
+
baseOptions = configuration.baseOptions;
|
|
285
|
+
}
|
|
286
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
287
|
+
const localVarHeaderParameter = {};
|
|
288
|
+
const localVarQueryParameter = {};
|
|
289
|
+
// authentication tokenScheme required
|
|
290
|
+
// http bearer authentication required
|
|
291
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
292
|
+
if (userNo !== undefined) {
|
|
293
|
+
localVarQueryParameter['userNo'] = userNo;
|
|
294
|
+
}
|
|
295
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
296
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
297
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
298
|
+
return {
|
|
299
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
300
|
+
options: localVarRequestOptions,
|
|
301
|
+
};
|
|
302
|
+
}),
|
|
303
|
+
/**
|
|
304
|
+
*
|
|
305
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
306
|
+
* @param {string} performCode
|
|
307
|
+
* @param {string} costItemCode
|
|
308
|
+
* @param {string} [budgetOrgCode]
|
|
309
|
+
* @param {*} [options] Override http request option.
|
|
310
|
+
* @throws {RequiredError}
|
|
311
|
+
*/
|
|
312
|
+
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 = {}) {
|
|
313
|
+
// verify required parameter 'performCode' is not null or undefined
|
|
314
|
+
(0, common_1.assertParamExists)('thirdCzySystemOrganizationQueryMemberDetail1', 'performCode', performCode);
|
|
315
|
+
// verify required parameter 'costItemCode' is not null or undefined
|
|
316
|
+
(0, common_1.assertParamExists)('thirdCzySystemOrganizationQueryMemberDetail1', 'costItemCode', costItemCode);
|
|
317
|
+
const localVarPath = `/gizone/reimbursement-bill/third/czy/system/organization/queryFinancialUnificationHandleConfig`;
|
|
318
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
319
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
320
|
+
let baseOptions;
|
|
321
|
+
if (configuration) {
|
|
322
|
+
baseOptions = configuration.baseOptions;
|
|
323
|
+
}
|
|
324
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
325
|
+
const localVarHeaderParameter = {};
|
|
326
|
+
const localVarQueryParameter = {};
|
|
327
|
+
// authentication tokenScheme required
|
|
328
|
+
// http bearer authentication required
|
|
329
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
330
|
+
if (budgetOrgCode !== undefined) {
|
|
331
|
+
localVarQueryParameter['budgetOrgCode'] = budgetOrgCode;
|
|
332
|
+
}
|
|
333
|
+
if (performCode !== undefined) {
|
|
334
|
+
localVarQueryParameter['performCode'] = performCode;
|
|
335
|
+
}
|
|
336
|
+
if (costItemCode !== undefined) {
|
|
337
|
+
localVarQueryParameter['costItemCode'] = costItemCode;
|
|
338
|
+
}
|
|
339
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
340
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
341
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
342
|
+
return {
|
|
343
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
344
|
+
options: localVarRequestOptions,
|
|
345
|
+
};
|
|
346
|
+
}),
|
|
347
|
+
/**
|
|
348
|
+
*
|
|
349
|
+
* @summary MDM-获取供应商信息
|
|
350
|
+
* @param {*} [options] Override http request option.
|
|
351
|
+
* @throws {RequiredError}
|
|
352
|
+
*/
|
|
353
|
+
thirdMdmVendors: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
354
|
+
const localVarPath = `/gizone/reimbursement-bill/third/vendors`;
|
|
355
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
356
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
357
|
+
let baseOptions;
|
|
358
|
+
if (configuration) {
|
|
359
|
+
baseOptions = configuration.baseOptions;
|
|
360
|
+
}
|
|
361
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
362
|
+
const localVarHeaderParameter = {};
|
|
363
|
+
const localVarQueryParameter = {};
|
|
364
|
+
// authentication tokenScheme required
|
|
365
|
+
// http bearer authentication required
|
|
366
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
367
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
368
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
369
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
370
|
+
return {
|
|
371
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
372
|
+
options: localVarRequestOptions,
|
|
373
|
+
};
|
|
374
|
+
}),
|
|
375
|
+
/**
|
|
376
|
+
*
|
|
377
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
378
|
+
* @param {string} vendorId
|
|
379
|
+
* @param {*} [options] Override http request option.
|
|
380
|
+
* @throws {RequiredError}
|
|
381
|
+
*/
|
|
382
|
+
thirdMdmVendorsBankAccounts: (vendorId_1, ...args_1) => __awaiter(this, [vendorId_1, ...args_1], void 0, function* (vendorId, options = {}) {
|
|
383
|
+
// verify required parameter 'vendorId' is not null or undefined
|
|
384
|
+
(0, common_1.assertParamExists)('thirdMdmVendorsBankAccounts', 'vendorId', vendorId);
|
|
385
|
+
const localVarPath = `/gizone/reimbursement-bill/third/vendors/{vendorId}/bank-accounts`
|
|
386
|
+
.replace(`{${"vendorId"}}`, encodeURIComponent(String(vendorId)));
|
|
387
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
388
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
389
|
+
let baseOptions;
|
|
390
|
+
if (configuration) {
|
|
391
|
+
baseOptions = configuration.baseOptions;
|
|
392
|
+
}
|
|
393
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
394
|
+
const localVarHeaderParameter = {};
|
|
395
|
+
const localVarQueryParameter = {};
|
|
396
|
+
// authentication tokenScheme required
|
|
397
|
+
// http bearer authentication required
|
|
398
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
399
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
400
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
401
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
402
|
+
return {
|
|
403
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
404
|
+
options: localVarRequestOptions,
|
|
405
|
+
};
|
|
406
|
+
}),
|
|
407
|
+
/**
|
|
408
|
+
*
|
|
409
|
+
* @summary 付款方
|
|
410
|
+
* @param {*} [options] Override http request option.
|
|
411
|
+
* @throws {RequiredError}
|
|
412
|
+
*/
|
|
413
|
+
thirdPayer: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
414
|
+
const localVarPath = `/gizone/reimbursement-bill/third/payer`;
|
|
415
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
416
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
417
|
+
let baseOptions;
|
|
418
|
+
if (configuration) {
|
|
419
|
+
baseOptions = configuration.baseOptions;
|
|
420
|
+
}
|
|
421
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
422
|
+
const localVarHeaderParameter = {};
|
|
423
|
+
const localVarQueryParameter = {};
|
|
424
|
+
// authentication tokenScheme required
|
|
425
|
+
// http bearer authentication required
|
|
426
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
427
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
428
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
429
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
430
|
+
return {
|
|
431
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
432
|
+
options: localVarRequestOptions,
|
|
433
|
+
};
|
|
434
|
+
}),
|
|
236
435
|
};
|
|
237
436
|
};
|
|
238
437
|
exports.ReimbursementBillApiAxiosParamCreator = ReimbursementBillApiAxiosParamCreator;
|
|
@@ -324,7 +523,7 @@ const ReimbursementBillApiFp = function (configuration) {
|
|
|
324
523
|
});
|
|
325
524
|
},
|
|
326
525
|
/**
|
|
327
|
-
*
|
|
526
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
328
527
|
* @summary 撤回报账单
|
|
329
528
|
* @param {number} id
|
|
330
529
|
* @param {*} [options] Override http request option.
|
|
@@ -339,6 +538,102 @@ const ReimbursementBillApiFp = function (configuration) {
|
|
|
339
538
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
340
539
|
});
|
|
341
540
|
},
|
|
541
|
+
/**
|
|
542
|
+
*
|
|
543
|
+
* @summary 预算可用余额
|
|
544
|
+
* @param {BudgetBalanceQueryDto} budgetBalanceQueryDto
|
|
545
|
+
* @param {*} [options] Override http request option.
|
|
546
|
+
* @throws {RequiredError}
|
|
547
|
+
*/
|
|
548
|
+
thirdBudgetBalance(budgetBalanceQueryDto, options) {
|
|
549
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
550
|
+
var _a, _b, _c;
|
|
551
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdBudgetBalance(budgetBalanceQueryDto, options);
|
|
552
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
553
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdBudgetBalance']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
554
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
555
|
+
});
|
|
556
|
+
},
|
|
557
|
+
/**
|
|
558
|
+
*
|
|
559
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
560
|
+
* @param {string} userNo
|
|
561
|
+
* @param {*} [options] Override http request option.
|
|
562
|
+
* @throws {RequiredError}
|
|
563
|
+
*/
|
|
564
|
+
thirdCzySystemOrganizationQueryMemberDetail(userNo, options) {
|
|
565
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
566
|
+
var _a, _b, _c;
|
|
567
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdCzySystemOrganizationQueryMemberDetail(userNo, options);
|
|
568
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
569
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
570
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
571
|
+
});
|
|
572
|
+
},
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
576
|
+
* @param {string} performCode
|
|
577
|
+
* @param {string} costItemCode
|
|
578
|
+
* @param {string} [budgetOrgCode]
|
|
579
|
+
* @param {*} [options] Override http request option.
|
|
580
|
+
* @throws {RequiredError}
|
|
581
|
+
*/
|
|
582
|
+
thirdCzySystemOrganizationQueryMemberDetail1(performCode, costItemCode, budgetOrgCode, options) {
|
|
583
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
584
|
+
var _a, _b, _c;
|
|
585
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdCzySystemOrganizationQueryMemberDetail1(performCode, costItemCode, budgetOrgCode, options);
|
|
586
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
587
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdCzySystemOrganizationQueryMemberDetail1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
588
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
589
|
+
});
|
|
590
|
+
},
|
|
591
|
+
/**
|
|
592
|
+
*
|
|
593
|
+
* @summary MDM-获取供应商信息
|
|
594
|
+
* @param {*} [options] Override http request option.
|
|
595
|
+
* @throws {RequiredError}
|
|
596
|
+
*/
|
|
597
|
+
thirdMdmVendors(options) {
|
|
598
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
599
|
+
var _a, _b, _c;
|
|
600
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdMdmVendors(options);
|
|
601
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
602
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdMdmVendors']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
603
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
604
|
+
});
|
|
605
|
+
},
|
|
606
|
+
/**
|
|
607
|
+
*
|
|
608
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
609
|
+
* @param {string} vendorId
|
|
610
|
+
* @param {*} [options] Override http request option.
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
*/
|
|
613
|
+
thirdMdmVendorsBankAccounts(vendorId, options) {
|
|
614
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
615
|
+
var _a, _b, _c;
|
|
616
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdMdmVendorsBankAccounts(vendorId, options);
|
|
617
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
618
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdMdmVendorsBankAccounts']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
619
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
620
|
+
});
|
|
621
|
+
},
|
|
622
|
+
/**
|
|
623
|
+
*
|
|
624
|
+
* @summary 付款方
|
|
625
|
+
* @param {*} [options] Override http request option.
|
|
626
|
+
* @throws {RequiredError}
|
|
627
|
+
*/
|
|
628
|
+
thirdPayer(options) {
|
|
629
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
630
|
+
var _a, _b, _c;
|
|
631
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.thirdPayer(options);
|
|
632
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
633
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.thirdPayer']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
634
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
635
|
+
});
|
|
636
|
+
},
|
|
342
637
|
};
|
|
343
638
|
};
|
|
344
639
|
exports.ReimbursementBillApiFp = ReimbursementBillApiFp;
|
|
@@ -400,7 +695,7 @@ const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
|
400
695
|
return localVarFp.reimbursementBillSubmit(requestParameters.reimbursementBillSubmitDto, options).then((request) => request(axios, basePath));
|
|
401
696
|
},
|
|
402
697
|
/**
|
|
403
|
-
*
|
|
698
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
404
699
|
* @summary 撤回报账单
|
|
405
700
|
* @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
|
|
406
701
|
* @param {*} [options] Override http request option.
|
|
@@ -409,6 +704,64 @@ const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
|
409
704
|
reimbursementBillWithdraw(requestParameters, options) {
|
|
410
705
|
return localVarFp.reimbursementBillWithdraw(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
411
706
|
},
|
|
707
|
+
/**
|
|
708
|
+
*
|
|
709
|
+
* @summary 预算可用余额
|
|
710
|
+
* @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
|
|
711
|
+
* @param {*} [options] Override http request option.
|
|
712
|
+
* @throws {RequiredError}
|
|
713
|
+
*/
|
|
714
|
+
thirdBudgetBalance(requestParameters, options) {
|
|
715
|
+
return localVarFp.thirdBudgetBalance(requestParameters.budgetBalanceQueryDto, options).then((request) => request(axios, basePath));
|
|
716
|
+
},
|
|
717
|
+
/**
|
|
718
|
+
*
|
|
719
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
720
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
|
|
721
|
+
* @param {*} [options] Override http request option.
|
|
722
|
+
* @throws {RequiredError}
|
|
723
|
+
*/
|
|
724
|
+
thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
|
|
725
|
+
return localVarFp.thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(axios, basePath));
|
|
726
|
+
},
|
|
727
|
+
/**
|
|
728
|
+
*
|
|
729
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
730
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
|
|
731
|
+
* @param {*} [options] Override http request option.
|
|
732
|
+
* @throws {RequiredError}
|
|
733
|
+
*/
|
|
734
|
+
thirdCzySystemOrganizationQueryMemberDetail1(requestParameters, options) {
|
|
735
|
+
return localVarFp.thirdCzySystemOrganizationQueryMemberDetail1(requestParameters.performCode, requestParameters.costItemCode, requestParameters.budgetOrgCode, options).then((request) => request(axios, basePath));
|
|
736
|
+
},
|
|
737
|
+
/**
|
|
738
|
+
*
|
|
739
|
+
* @summary MDM-获取供应商信息
|
|
740
|
+
* @param {*} [options] Override http request option.
|
|
741
|
+
* @throws {RequiredError}
|
|
742
|
+
*/
|
|
743
|
+
thirdMdmVendors(options) {
|
|
744
|
+
return localVarFp.thirdMdmVendors(options).then((request) => request(axios, basePath));
|
|
745
|
+
},
|
|
746
|
+
/**
|
|
747
|
+
*
|
|
748
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
749
|
+
* @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
|
|
750
|
+
* @param {*} [options] Override http request option.
|
|
751
|
+
* @throws {RequiredError}
|
|
752
|
+
*/
|
|
753
|
+
thirdMdmVendorsBankAccounts(requestParameters, options) {
|
|
754
|
+
return localVarFp.thirdMdmVendorsBankAccounts(requestParameters.vendorId, options).then((request) => request(axios, basePath));
|
|
755
|
+
},
|
|
756
|
+
/**
|
|
757
|
+
*
|
|
758
|
+
* @summary 付款方
|
|
759
|
+
* @param {*} [options] Override http request option.
|
|
760
|
+
* @throws {RequiredError}
|
|
761
|
+
*/
|
|
762
|
+
thirdPayer(options) {
|
|
763
|
+
return localVarFp.thirdPayer(options).then((request) => request(axios, basePath));
|
|
764
|
+
},
|
|
412
765
|
};
|
|
413
766
|
};
|
|
414
767
|
exports.ReimbursementBillApiFactory = ReimbursementBillApiFactory;
|
|
@@ -475,7 +828,7 @@ class ReimbursementBillApi extends base_1.BaseAPI {
|
|
|
475
828
|
return (0, exports.ReimbursementBillApiFp)(this.configuration).reimbursementBillSubmit(requestParameters.reimbursementBillSubmitDto, options).then((request) => request(this.axios, this.basePath));
|
|
476
829
|
}
|
|
477
830
|
/**
|
|
478
|
-
*
|
|
831
|
+
* 撤回报账单,账单不是已完成状态都可以撤回
|
|
479
832
|
* @summary 撤回报账单
|
|
480
833
|
* @param {ReimbursementBillApiReimbursementBillWithdrawRequest} requestParameters Request parameters.
|
|
481
834
|
* @param {*} [options] Override http request option.
|
|
@@ -485,5 +838,69 @@ class ReimbursementBillApi extends base_1.BaseAPI {
|
|
|
485
838
|
reimbursementBillWithdraw(requestParameters, options) {
|
|
486
839
|
return (0, exports.ReimbursementBillApiFp)(this.configuration).reimbursementBillWithdraw(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
487
840
|
}
|
|
841
|
+
/**
|
|
842
|
+
*
|
|
843
|
+
* @summary 预算可用余额
|
|
844
|
+
* @param {ReimbursementBillApiThirdBudgetBalanceRequest} requestParameters Request parameters.
|
|
845
|
+
* @param {*} [options] Override http request option.
|
|
846
|
+
* @throws {RequiredError}
|
|
847
|
+
* @memberof ReimbursementBillApi
|
|
848
|
+
*/
|
|
849
|
+
thirdBudgetBalance(requestParameters, options) {
|
|
850
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdBudgetBalance(requestParameters.budgetBalanceQueryDto, options).then((request) => request(this.axios, this.basePath));
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
*
|
|
854
|
+
* @summary 系统组织-根据工号查询人员预算执行组织信息
|
|
855
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetailRequest} requestParameters Request parameters.
|
|
856
|
+
* @param {*} [options] Override http request option.
|
|
857
|
+
* @throws {RequiredError}
|
|
858
|
+
* @memberof ReimbursementBillApi
|
|
859
|
+
*/
|
|
860
|
+
thirdCzySystemOrganizationQueryMemberDetail(requestParameters, options) {
|
|
861
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdCzySystemOrganizationQueryMemberDetail(requestParameters.userNo, options).then((request) => request(this.axios, this.basePath));
|
|
862
|
+
}
|
|
863
|
+
/**
|
|
864
|
+
*
|
|
865
|
+
* @summary 系统组织-根据组织编码查询统一经办配置列表
|
|
866
|
+
* @param {ReimbursementBillApiThirdCzySystemOrganizationQueryMemberDetail1Request} requestParameters Request parameters.
|
|
867
|
+
* @param {*} [options] Override http request option.
|
|
868
|
+
* @throws {RequiredError}
|
|
869
|
+
* @memberof ReimbursementBillApi
|
|
870
|
+
*/
|
|
871
|
+
thirdCzySystemOrganizationQueryMemberDetail1(requestParameters, options) {
|
|
872
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdCzySystemOrganizationQueryMemberDetail1(requestParameters.performCode, requestParameters.costItemCode, requestParameters.budgetOrgCode, options).then((request) => request(this.axios, this.basePath));
|
|
873
|
+
}
|
|
874
|
+
/**
|
|
875
|
+
*
|
|
876
|
+
* @summary MDM-获取供应商信息
|
|
877
|
+
* @param {*} [options] Override http request option.
|
|
878
|
+
* @throws {RequiredError}
|
|
879
|
+
* @memberof ReimbursementBillApi
|
|
880
|
+
*/
|
|
881
|
+
thirdMdmVendors(options) {
|
|
882
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdMdmVendors(options).then((request) => request(this.axios, this.basePath));
|
|
883
|
+
}
|
|
884
|
+
/**
|
|
885
|
+
*
|
|
886
|
+
* @summary MDM-通过供应商id获取供应商银行信息
|
|
887
|
+
* @param {ReimbursementBillApiThirdMdmVendorsBankAccountsRequest} requestParameters Request parameters.
|
|
888
|
+
* @param {*} [options] Override http request option.
|
|
889
|
+
* @throws {RequiredError}
|
|
890
|
+
* @memberof ReimbursementBillApi
|
|
891
|
+
*/
|
|
892
|
+
thirdMdmVendorsBankAccounts(requestParameters, options) {
|
|
893
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdMdmVendorsBankAccounts(requestParameters.vendorId, options).then((request) => request(this.axios, this.basePath));
|
|
894
|
+
}
|
|
895
|
+
/**
|
|
896
|
+
*
|
|
897
|
+
* @summary 付款方
|
|
898
|
+
* @param {*} [options] Override http request option.
|
|
899
|
+
* @throws {RequiredError}
|
|
900
|
+
* @memberof ReimbursementBillApi
|
|
901
|
+
*/
|
|
902
|
+
thirdPayer(options) {
|
|
903
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).thirdPayer(options).then((request) => request(this.axios, this.basePath));
|
|
904
|
+
}
|
|
488
905
|
}
|
|
489
906
|
exports.ReimbursementBillApi = ReimbursementBillApi;
|
package/dist/esm/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/esm/api.js
CHANGED
|
@@ -30,7 +30,6 @@ export * from './apis/hwork-api';
|
|
|
30
30
|
export * from './apis/inspection-standard-api';
|
|
31
31
|
export * from './apis/internal-api';
|
|
32
32
|
export * from './apis/jwt-api';
|
|
33
|
-
export * from './apis/mdmapi';
|
|
34
33
|
export * from './apis/maintenance-standard-api';
|
|
35
34
|
export * from './apis/message-api';
|
|
36
35
|
export * from './apis/notification-api';
|