@gizone/rrs-client 4.2.9-alpha.659 → 4.2.9-alpha.661
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 +1 -1
- package/apis/reimbursement-bill-api.ts +18 -5
- package/dist/apis/reimbursement-bill-api.d.ts +10 -2
- package/dist/apis/reimbursement-bill-api.js +10 -5
- package/dist/esm/apis/reimbursement-bill-api.d.ts +10 -2
- package/dist/esm/apis/reimbursement-bill-api.js +10 -5
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/dist/esm/models/payment-method-enum.d.ts +1 -2
- package/dist/esm/models/payment-method-enum.js +2 -3
- package/dist/esm/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/esm/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +1 -10
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +49 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +49 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/dist/esm/models/reimbursement-status-enum.d.ts +4 -2
- package/dist/esm/models/reimbursement-status-enum.js +5 -3
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.js +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +4 -4
- package/dist/models/payment-method-enum.d.ts +1 -2
- package/dist/models/payment-method-enum.js +2 -3
- package/dist/models/reimbursement-bill-cover-info.d.ts +84 -0
- package/dist/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js} +0 -11
- package/dist/models/reimbursement-bill-details-vo.d.ts +49 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +12 -0
- package/dist/models/reimbursement-bill-list-vo.d.ts +49 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +5 -6
- package/dist/models/reimbursement-bill-submit-dto.d.ts +12 -0
- package/dist/models/reimbursement-status-enum.d.ts +4 -2
- package/dist/models/reimbursement-status-enum.js +5 -3
- package/models/index.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +4 -4
- package/models/payment-method-enum.ts +2 -3
- package/models/reimbursement-bill-cover-info.ts +90 -0
- package/models/reimbursement-bill-details-vo.ts +51 -0
- package/models/reimbursement-bill-draft-dto.ts +12 -0
- package/models/reimbursement-bill-list-vo.ts +51 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +5 -10
- package/models/reimbursement-bill-submit-dto.ts +12 -0
- package/models/reimbursement-status-enum.ts +5 -3
- package/ossutil.log +1194 -1188
- package/package.json +1 -1
- package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +0 -22
- package/dist/models/reimbursement-bill-process-type-enum.d.ts +0 -22
- package/models/reimbursement-bill-process-type-enum.ts +0 -32
package/.openapi-generator/FILES
CHANGED
|
@@ -529,6 +529,7 @@ models/privacy-update-state-dto.ts
|
|
|
529
529
|
models/process-network-monitor-repair-vo.ts
|
|
530
530
|
models/process-work-order-vo.ts
|
|
531
531
|
models/register-body.ts
|
|
532
|
+
models/reimbursement-bill-cover-info.ts
|
|
532
533
|
models/reimbursement-bill-details-vo.ts
|
|
533
534
|
models/reimbursement-bill-draft-dto.ts
|
|
534
535
|
models/reimbursement-bill-handle-info-add-dto.ts
|
|
@@ -536,7 +537,6 @@ models/reimbursement-bill-handle-info-vo.ts
|
|
|
536
537
|
models/reimbursement-bill-list-vo.ts
|
|
537
538
|
models/reimbursement-bill-payer-vo.ts
|
|
538
539
|
models/reimbursement-bill-process-record-list-vo.ts
|
|
539
|
-
models/reimbursement-bill-process-type-enum.ts
|
|
540
540
|
models/reimbursement-bill-submit-dto.ts
|
|
541
541
|
models/reimbursement-create-result-dto.ts
|
|
542
542
|
models/reimbursement-platform-status-dto.ts
|
|
@@ -297,10 +297,11 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
297
297
|
* @param {number} [pageSize] 每页条数
|
|
298
298
|
* @param {string} [searchValue] 关键词
|
|
299
299
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
300
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
300
301
|
* @param {*} [options] Override http request option.
|
|
301
302
|
* @throws {RequiredError}
|
|
302
303
|
*/
|
|
303
|
-
reimbursementBillSelectList: async (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
304
|
+
reimbursementBillSelectList: async (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
304
305
|
const localVarPath = `/gizone/reimbursement-bill`;
|
|
305
306
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
306
307
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -353,6 +354,10 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration?: C
|
|
|
353
354
|
localVarQueryParameter['reimbursementStatuses'] = reimbursementStatuses;
|
|
354
355
|
}
|
|
355
356
|
|
|
357
|
+
if (scenarioAllocated !== undefined) {
|
|
358
|
+
localVarQueryParameter['scenarioAllocated'] = scenarioAllocated;
|
|
359
|
+
}
|
|
360
|
+
|
|
356
361
|
|
|
357
362
|
|
|
358
363
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -774,11 +779,12 @@ export const ReimbursementBillApiFp = function(configuration?: Configuration) {
|
|
|
774
779
|
* @param {number} [pageSize] 每页条数
|
|
775
780
|
* @param {string} [searchValue] 关键词
|
|
776
781
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
782
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
777
783
|
* @param {*} [options] Override http request option.
|
|
778
784
|
* @throws {RequiredError}
|
|
779
785
|
*/
|
|
780
|
-
async reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>> {
|
|
781
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, options);
|
|
786
|
+
async reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>> {
|
|
787
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options);
|
|
782
788
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
783
789
|
const localVarOperationServerBasePath = operationServerMap['ReimbursementBillApi.reimbursementBillSelectList']?.[localVarOperationServerIndex]?.url;
|
|
784
790
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -955,7 +961,7 @@ export const ReimbursementBillApiFactory = function (configuration?: Configurati
|
|
|
955
961
|
* @throws {RequiredError}
|
|
956
962
|
*/
|
|
957
963
|
reimbursementBillSelectList(requestParameters: ReimbursementBillApiReimbursementBillSelectListRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoReimbursementBillListVo> {
|
|
958
|
-
return localVarFp.reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, options).then((request) => request(axios, basePath));
|
|
964
|
+
return localVarFp.reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, requestParameters.scenarioAllocated, options).then((request) => request(axios, basePath));
|
|
959
965
|
},
|
|
960
966
|
/**
|
|
961
967
|
* 提交报账单
|
|
@@ -1211,6 +1217,13 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
|
|
|
1211
1217
|
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
1212
1218
|
*/
|
|
1213
1219
|
readonly reimbursementStatuses?: Array<ReimbursementStatusEnum>
|
|
1220
|
+
|
|
1221
|
+
/**
|
|
1222
|
+
* 是否已进行场景分摊
|
|
1223
|
+
* @type {string}
|
|
1224
|
+
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
1225
|
+
*/
|
|
1226
|
+
readonly scenarioAllocated?: string
|
|
1214
1227
|
}
|
|
1215
1228
|
|
|
1216
1229
|
/**
|
|
@@ -1387,7 +1400,7 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
1387
1400
|
* @memberof ReimbursementBillApi
|
|
1388
1401
|
*/
|
|
1389
1402
|
public reimbursementBillSelectList(requestParameters: ReimbursementBillApiReimbursementBillSelectListRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1390
|
-
return ReimbursementBillApiFp(this.configuration).reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, options).then((request) => request(this.axios, this.basePath));
|
|
1403
|
+
return ReimbursementBillApiFp(this.configuration).reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, requestParameters.scenarioAllocated, options).then((request) => request(this.axios, this.basePath));
|
|
1391
1404
|
}
|
|
1392
1405
|
|
|
1393
1406
|
/**
|
|
@@ -90,10 +90,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
90
90
|
* @param {number} [pageSize] 每页条数
|
|
91
91
|
* @param {string} [searchValue] 关键词
|
|
92
92
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
93
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
93
94
|
* @param {*} [options] Override http request option.
|
|
94
95
|
* @throws {RequiredError}
|
|
95
96
|
*/
|
|
96
|
-
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
|
+
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
98
|
/**
|
|
98
99
|
* 提交报账单
|
|
99
100
|
* @summary 提交报账单
|
|
@@ -221,10 +222,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
221
222
|
* @param {number} [pageSize] 每页条数
|
|
222
223
|
* @param {string} [searchValue] 关键词
|
|
223
224
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
225
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
224
226
|
* @param {*} [options] Override http request option.
|
|
225
227
|
* @throws {RequiredError}
|
|
226
228
|
*/
|
|
227
|
-
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
|
|
229
|
+
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
|
|
228
230
|
/**
|
|
229
231
|
* 提交报账单
|
|
230
232
|
* @summary 提交报账单
|
|
@@ -561,6 +563,12 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
|
|
|
561
563
|
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
562
564
|
*/
|
|
563
565
|
readonly reimbursementStatuses?: Array<ReimbursementStatusEnum>;
|
|
566
|
+
/**
|
|
567
|
+
* 是否已进行场景分摊
|
|
568
|
+
* @type {string}
|
|
569
|
+
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
570
|
+
*/
|
|
571
|
+
readonly scenarioAllocated?: string;
|
|
564
572
|
}
|
|
565
573
|
/**
|
|
566
574
|
* Request parameters for reimbursementBillSubmit operation in ReimbursementBillApi.
|
|
@@ -235,10 +235,11 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
235
235
|
* @param {number} [pageSize] 每页条数
|
|
236
236
|
* @param {string} [searchValue] 关键词
|
|
237
237
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
238
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
238
239
|
* @param {*} [options] Override http request option.
|
|
239
240
|
* @throws {RequiredError}
|
|
240
241
|
*/
|
|
241
|
-
reimbursementBillSelectList: (parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, ...args_1) => __awaiter(this, [parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, ...args_1], void 0, function* (parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, options = {}) {
|
|
242
|
+
reimbursementBillSelectList: (parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, scenarioAllocated_1, ...args_1) => __awaiter(this, [parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, scenarioAllocated_1, ...args_1], void 0, function* (parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options = {}) {
|
|
242
243
|
const localVarPath = `/gizone/reimbursement-bill`;
|
|
243
244
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
244
245
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -280,6 +281,9 @@ const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
280
281
|
if (reimbursementStatuses) {
|
|
281
282
|
localVarQueryParameter['reimbursementStatuses'] = reimbursementStatuses;
|
|
282
283
|
}
|
|
284
|
+
if (scenarioAllocated !== undefined) {
|
|
285
|
+
localVarQueryParameter['scenarioAllocated'] = scenarioAllocated;
|
|
286
|
+
}
|
|
283
287
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
284
288
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
285
289
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -659,13 +663,14 @@ const ReimbursementBillApiFp = function (configuration) {
|
|
|
659
663
|
* @param {number} [pageSize] 每页条数
|
|
660
664
|
* @param {string} [searchValue] 关键词
|
|
661
665
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
666
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
662
667
|
* @param {*} [options] Override http request option.
|
|
663
668
|
* @throws {RequiredError}
|
|
664
669
|
*/
|
|
665
|
-
reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, options) {
|
|
670
|
+
reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options) {
|
|
666
671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
667
672
|
var _a, _b, _c;
|
|
668
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, options);
|
|
673
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options);
|
|
669
674
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
670
675
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReimbursementBillApi.reimbursementBillSelectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
671
676
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -867,7 +872,7 @@ const ReimbursementBillApiFactory = function (configuration, basePath, axios) {
|
|
|
867
872
|
* @throws {RequiredError}
|
|
868
873
|
*/
|
|
869
874
|
reimbursementBillSelectList(requestParameters = {}, options) {
|
|
870
|
-
return localVarFp.reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, options).then((request) => request(axios, basePath));
|
|
875
|
+
return localVarFp.reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, requestParameters.scenarioAllocated, options).then((request) => request(axios, basePath));
|
|
871
876
|
},
|
|
872
877
|
/**
|
|
873
878
|
* 提交报账单
|
|
@@ -1021,7 +1026,7 @@ class ReimbursementBillApi extends base_1.BaseAPI {
|
|
|
1021
1026
|
* @memberof ReimbursementBillApi
|
|
1022
1027
|
*/
|
|
1023
1028
|
reimbursementBillSelectList(requestParameters = {}, options) {
|
|
1024
|
-
return (0, exports.ReimbursementBillApiFp)(this.configuration).reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, options).then((request) => request(this.axios, this.basePath));
|
|
1029
|
+
return (0, exports.ReimbursementBillApiFp)(this.configuration).reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, requestParameters.scenarioAllocated, options).then((request) => request(this.axios, this.basePath));
|
|
1025
1030
|
}
|
|
1026
1031
|
/**
|
|
1027
1032
|
* 提交报账单
|
|
@@ -90,10 +90,11 @@ export declare const ReimbursementBillApiAxiosParamCreator: (configuration?: Con
|
|
|
90
90
|
* @param {number} [pageSize] 每页条数
|
|
91
91
|
* @param {string} [searchValue] 关键词
|
|
92
92
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
93
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
93
94
|
* @param {*} [options] Override http request option.
|
|
94
95
|
* @throws {RequiredError}
|
|
95
96
|
*/
|
|
96
|
-
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
|
+
reimbursementBillSelectList: (parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
98
|
/**
|
|
98
99
|
* 提交报账单
|
|
99
100
|
* @summary 提交报账单
|
|
@@ -221,10 +222,11 @@ export declare const ReimbursementBillApiFp: (configuration?: Configuration) =>
|
|
|
221
222
|
* @param {number} [pageSize] 每页条数
|
|
222
223
|
* @param {string} [searchValue] 关键词
|
|
223
224
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
225
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
224
226
|
* @param {*} [options] Override http request option.
|
|
225
227
|
* @throws {RequiredError}
|
|
226
228
|
*/
|
|
227
|
-
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
|
|
229
|
+
reimbursementBillSelectList(parkId?: number, billCreateTimeStart?: string, billCreateTimeEnd?: string, expenseSubjects?: Array<ExpenseSubjectEnum>, page?: number, pageSize?: number, searchValue?: string, reimbursementStatuses?: Array<ReimbursementStatusEnum>, scenarioAllocated?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoReimbursementBillListVo>>;
|
|
228
230
|
/**
|
|
229
231
|
* 提交报账单
|
|
230
232
|
* @summary 提交报账单
|
|
@@ -561,6 +563,12 @@ export interface ReimbursementBillApiReimbursementBillSelectListRequest {
|
|
|
561
563
|
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
562
564
|
*/
|
|
563
565
|
readonly reimbursementStatuses?: Array<ReimbursementStatusEnum>;
|
|
566
|
+
/**
|
|
567
|
+
* 是否已进行场景分摊
|
|
568
|
+
* @type {string}
|
|
569
|
+
* @memberof ReimbursementBillApiReimbursementBillSelectList
|
|
570
|
+
*/
|
|
571
|
+
readonly scenarioAllocated?: string;
|
|
564
572
|
}
|
|
565
573
|
/**
|
|
566
574
|
* Request parameters for reimbursementBillSubmit operation in ReimbursementBillApi.
|
|
@@ -232,10 +232,11 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
232
232
|
* @param {number} [pageSize] 每页条数
|
|
233
233
|
* @param {string} [searchValue] 关键词
|
|
234
234
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
235
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
235
236
|
* @param {*} [options] Override http request option.
|
|
236
237
|
* @throws {RequiredError}
|
|
237
238
|
*/
|
|
238
|
-
reimbursementBillSelectList: (parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, ...args_1) => __awaiter(this, [parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, ...args_1], void 0, function* (parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, options = {}) {
|
|
239
|
+
reimbursementBillSelectList: (parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, scenarioAllocated_1, ...args_1) => __awaiter(this, [parkId_1, billCreateTimeStart_1, billCreateTimeEnd_1, expenseSubjects_1, page_1, pageSize_1, searchValue_1, reimbursementStatuses_1, scenarioAllocated_1, ...args_1], void 0, function* (parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options = {}) {
|
|
239
240
|
const localVarPath = `/gizone/reimbursement-bill`;
|
|
240
241
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
241
242
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -277,6 +278,9 @@ export const ReimbursementBillApiAxiosParamCreator = function (configuration) {
|
|
|
277
278
|
if (reimbursementStatuses) {
|
|
278
279
|
localVarQueryParameter['reimbursementStatuses'] = reimbursementStatuses;
|
|
279
280
|
}
|
|
281
|
+
if (scenarioAllocated !== undefined) {
|
|
282
|
+
localVarQueryParameter['scenarioAllocated'] = scenarioAllocated;
|
|
283
|
+
}
|
|
280
284
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
281
285
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
282
286
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -655,13 +659,14 @@ export const ReimbursementBillApiFp = function (configuration) {
|
|
|
655
659
|
* @param {number} [pageSize] 每页条数
|
|
656
660
|
* @param {string} [searchValue] 关键词
|
|
657
661
|
* @param {Array<ReimbursementStatusEnum>} [reimbursementStatuses] 账单状态
|
|
662
|
+
* @param {string} [scenarioAllocated] 是否已进行场景分摊
|
|
658
663
|
* @param {*} [options] Override http request option.
|
|
659
664
|
* @throws {RequiredError}
|
|
660
665
|
*/
|
|
661
|
-
reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, options) {
|
|
666
|
+
reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options) {
|
|
662
667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
663
668
|
var _a, _b, _c;
|
|
664
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, options);
|
|
669
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.reimbursementBillSelectList(parkId, billCreateTimeStart, billCreateTimeEnd, expenseSubjects, page, pageSize, searchValue, reimbursementStatuses, scenarioAllocated, options);
|
|
665
670
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
666
671
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReimbursementBillApi.reimbursementBillSelectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
667
672
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -862,7 +867,7 @@ export const ReimbursementBillApiFactory = function (configuration, basePath, ax
|
|
|
862
867
|
* @throws {RequiredError}
|
|
863
868
|
*/
|
|
864
869
|
reimbursementBillSelectList(requestParameters = {}, options) {
|
|
865
|
-
return localVarFp.reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, options).then((request) => request(axios, basePath));
|
|
870
|
+
return localVarFp.reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, requestParameters.scenarioAllocated, options).then((request) => request(axios, basePath));
|
|
866
871
|
},
|
|
867
872
|
/**
|
|
868
873
|
* 提交报账单
|
|
@@ -1015,7 +1020,7 @@ export class ReimbursementBillApi extends BaseAPI {
|
|
|
1015
1020
|
* @memberof ReimbursementBillApi
|
|
1016
1021
|
*/
|
|
1017
1022
|
reimbursementBillSelectList(requestParameters = {}, options) {
|
|
1018
|
-
return ReimbursementBillApiFp(this.configuration).reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, options).then((request) => request(this.axios, this.basePath));
|
|
1023
|
+
return ReimbursementBillApiFp(this.configuration).reimbursementBillSelectList(requestParameters.parkId, requestParameters.billCreateTimeStart, requestParameters.billCreateTimeEnd, requestParameters.expenseSubjects, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.reimbursementStatuses, requestParameters.scenarioAllocated, options).then((request) => request(this.axios, this.basePath));
|
|
1019
1024
|
}
|
|
1020
1025
|
/**
|
|
1021
1026
|
* 提交报账单
|
|
@@ -477,6 +477,7 @@ export * from './privacy-update-state-dto';
|
|
|
477
477
|
export * from './process-network-monitor-repair-vo';
|
|
478
478
|
export * from './process-work-order-vo';
|
|
479
479
|
export * from './register-body';
|
|
480
|
+
export * from './reimbursement-bill-cover-info';
|
|
480
481
|
export * from './reimbursement-bill-details-vo';
|
|
481
482
|
export * from './reimbursement-bill-draft-dto';
|
|
482
483
|
export * from './reimbursement-bill-handle-info-add-dto';
|
|
@@ -484,7 +485,6 @@ export * from './reimbursement-bill-handle-info-vo';
|
|
|
484
485
|
export * from './reimbursement-bill-list-vo';
|
|
485
486
|
export * from './reimbursement-bill-payer-vo';
|
|
486
487
|
export * from './reimbursement-bill-process-record-list-vo';
|
|
487
|
-
export * from './reimbursement-bill-process-type-enum';
|
|
488
488
|
export * from './reimbursement-bill-submit-dto';
|
|
489
489
|
export * from './reimbursement-create-result-dto';
|
|
490
490
|
export * from './reimbursement-platform-status-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -477,6 +477,7 @@ export * from './privacy-update-state-dto';
|
|
|
477
477
|
export * from './process-network-monitor-repair-vo';
|
|
478
478
|
export * from './process-work-order-vo';
|
|
479
479
|
export * from './register-body';
|
|
480
|
+
export * from './reimbursement-bill-cover-info';
|
|
480
481
|
export * from './reimbursement-bill-details-vo';
|
|
481
482
|
export * from './reimbursement-bill-draft-dto';
|
|
482
483
|
export * from './reimbursement-bill-handle-info-add-dto';
|
|
@@ -484,7 +485,6 @@ export * from './reimbursement-bill-handle-info-vo';
|
|
|
484
485
|
export * from './reimbursement-bill-list-vo';
|
|
485
486
|
export * from './reimbursement-bill-payer-vo';
|
|
486
487
|
export * from './reimbursement-bill-process-record-list-vo';
|
|
487
|
-
export * from './reimbursement-bill-process-type-enum';
|
|
488
488
|
export * from './reimbursement-bill-submit-dto';
|
|
489
489
|
export * from './reimbursement-create-result-dto';
|
|
490
490
|
export * from './reimbursement-platform-status-dto';
|
|
@@ -24,16 +24,16 @@ export interface IPageEnergyCostRecordInfoVO {
|
|
|
24
24
|
'total'?: number;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
|
-
* @type {
|
|
27
|
+
* @type {number}
|
|
28
28
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
29
29
|
*/
|
|
30
|
-
'
|
|
30
|
+
'current'?: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {
|
|
33
|
+
* @type {Array<EnergyCostRecordInfoVO>}
|
|
34
34
|
* @memberof IPageEnergyCostRecordInfoVO
|
|
35
35
|
*/
|
|
36
|
-
'
|
|
36
|
+
'records'?: Array<EnergyCostRecordInfoVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
39
|
* @type {number}
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export declare const PaymentMethodEnum: {
|
|
18
18
|
readonly OnlinePayment: "ONLINE_PAYMENT";
|
|
19
|
-
readonly
|
|
19
|
+
readonly DirectDeduction: "DIRECT_DEDUCTION";
|
|
20
20
|
readonly RecordOnly: "RECORD_ONLY";
|
|
21
|
-
readonly OfflineBank: "OFFLINE_BANK";
|
|
22
21
|
};
|
|
23
22
|
export type PaymentMethodEnum = typeof PaymentMethodEnum[keyof typeof PaymentMethodEnum];
|
|
@@ -0,0 +1,84 @@
|
|
|
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 ReimbursementBillCoverInfo
|
|
16
|
+
*/
|
|
17
|
+
export interface ReimbursementBillCoverInfo {
|
|
18
|
+
/**
|
|
19
|
+
* 业务编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ReimbursementBillCoverInfo
|
|
22
|
+
*/
|
|
23
|
+
'busCode'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 业务域
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ReimbursementBillCoverInfo
|
|
28
|
+
*/
|
|
29
|
+
'buDomain'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 节点类型
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ReimbursementBillCoverInfo
|
|
34
|
+
*/
|
|
35
|
+
'nodeType'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 业务结算账单号
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof ReimbursementBillCoverInfo
|
|
40
|
+
*/
|
|
41
|
+
'billCode'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* 财智云报账申请单号
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof ReimbursementBillCoverInfo
|
|
46
|
+
*/
|
|
47
|
+
'fdcNo'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 报账单号
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ReimbursementBillCoverInfo
|
|
52
|
+
*/
|
|
53
|
+
'reimNo'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 单据经办人账号
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ReimbursementBillCoverInfo
|
|
58
|
+
*/
|
|
59
|
+
'handlerId'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 单据经办人姓名
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof ReimbursementBillCoverInfo
|
|
64
|
+
*/
|
|
65
|
+
'handlerName'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 业务场景
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof ReimbursementBillCoverInfo
|
|
70
|
+
*/
|
|
71
|
+
'srcInfo'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 文件名
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof ReimbursementBillCoverInfo
|
|
76
|
+
*/
|
|
77
|
+
'fileName'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 文件地址
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof ReimbursementBillCoverInfo
|
|
82
|
+
*/
|
|
83
|
+
'fileUrl'?: string;
|
|
84
|
+
}
|
package/dist/esm/models/{reimbursement-bill-process-type-enum.js → reimbursement-bill-cover-info.js}
RENAMED
|
@@ -11,13 +11,4 @@
|
|
|
11
11
|
* https://openapi-generator.tech
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
* 过程类型
|
|
16
|
-
* @export
|
|
17
|
-
* @enum {string}
|
|
18
|
-
*/
|
|
19
|
-
export const ReimbursementBillProcessTypeEnum = {
|
|
20
|
-
Initiate: 'INITIATE',
|
|
21
|
-
Submit: 'SUBMIT',
|
|
22
|
-
Withdraw: 'WITHDRAW'
|
|
23
|
-
};
|
|
14
|
+
export {};
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
13
13
|
import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
14
14
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
15
|
+
import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
|
|
15
16
|
import type { ReimbursementBillHandleInfoVo } from './reimbursement-bill-handle-info-vo';
|
|
16
17
|
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
17
18
|
/**
|
|
@@ -92,6 +93,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
92
93
|
* @memberof ReimbursementBillDetailsVo
|
|
93
94
|
*/
|
|
94
95
|
'paymentMethod'?: PaymentMethodEnum;
|
|
96
|
+
/**
|
|
97
|
+
* 付款类型
|
|
98
|
+
* @type {number}
|
|
99
|
+
* @memberof ReimbursementBillDetailsVo
|
|
100
|
+
*/
|
|
101
|
+
'payType'?: number;
|
|
95
102
|
/**
|
|
96
103
|
* 付款日期
|
|
97
104
|
* @type {string}
|
|
@@ -134,6 +141,12 @@ export interface ReimbursementBillDetailsVo {
|
|
|
134
141
|
* @memberof ReimbursementBillDetailsVo
|
|
135
142
|
*/
|
|
136
143
|
'invoiceType'?: InvoiceTypeEnum;
|
|
144
|
+
/**
|
|
145
|
+
* 是否有纸质发票
|
|
146
|
+
* @type {boolean}
|
|
147
|
+
* @memberof ReimbursementBillDetailsVo
|
|
148
|
+
*/
|
|
149
|
+
'hasPaperInvoice'?: boolean;
|
|
137
150
|
/**
|
|
138
151
|
* 是否有合同
|
|
139
152
|
* @type {boolean}
|
|
@@ -236,6 +249,42 @@ export interface ReimbursementBillDetailsVo {
|
|
|
236
249
|
* @memberof ReimbursementBillDetailsVo
|
|
237
250
|
*/
|
|
238
251
|
'reimbursementStatus'?: ReimbursementStatusEnum;
|
|
252
|
+
/**
|
|
253
|
+
* 是否已进行场景分摊
|
|
254
|
+
* @type {boolean}
|
|
255
|
+
* @memberof ReimbursementBillDetailsVo
|
|
256
|
+
*/
|
|
257
|
+
'scenarioAllocated'?: boolean;
|
|
258
|
+
/**
|
|
259
|
+
* 明细单号
|
|
260
|
+
* @type {string}
|
|
261
|
+
* @memberof ReimbursementBillDetailsVo
|
|
262
|
+
*/
|
|
263
|
+
'detailedOrderNo'?: string;
|
|
264
|
+
/**
|
|
265
|
+
* 财智云返回预算占用单号
|
|
266
|
+
* @type {string}
|
|
267
|
+
* @memberof ReimbursementBillDetailsVo
|
|
268
|
+
*/
|
|
269
|
+
'occupyNo'?: string;
|
|
270
|
+
/**
|
|
271
|
+
* 财智云报账申请单号
|
|
272
|
+
* @type {string}
|
|
273
|
+
* @memberof ReimbursementBillDetailsVo
|
|
274
|
+
*/
|
|
275
|
+
'fdcNo'?: string;
|
|
276
|
+
/**
|
|
277
|
+
* 报账平台BZD单号
|
|
278
|
+
* @type {string}
|
|
279
|
+
* @memberof ReimbursementBillDetailsVo
|
|
280
|
+
*/
|
|
281
|
+
'reimNo'?: string;
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
* @type {ReimbursementBillCoverInfo}
|
|
285
|
+
* @memberof ReimbursementBillDetailsVo
|
|
286
|
+
*/
|
|
287
|
+
'billCover'?: ReimbursementBillCoverInfo;
|
|
239
288
|
}
|
|
240
289
|
export declare const ReimbursementBillDetailsVoTaxTypeEnum: {
|
|
241
290
|
readonly Tax13Product: "TAX_13_PRODUCT";
|
|
@@ -85,6 +85,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
85
85
|
* @memberof ReimbursementBillDraftDto
|
|
86
86
|
*/
|
|
87
87
|
'paymentMethod'?: PaymentMethodEnum;
|
|
88
|
+
/**
|
|
89
|
+
* 付款类型
|
|
90
|
+
* @type {number}
|
|
91
|
+
* @memberof ReimbursementBillDraftDto
|
|
92
|
+
*/
|
|
93
|
+
'payType'?: number;
|
|
88
94
|
/**
|
|
89
95
|
* 付款日期
|
|
90
96
|
* @type {string}
|
|
@@ -133,6 +139,12 @@ export interface ReimbursementBillDraftDto {
|
|
|
133
139
|
* @memberof ReimbursementBillDraftDto
|
|
134
140
|
*/
|
|
135
141
|
'invoiceType'?: InvoiceTypeEnum;
|
|
142
|
+
/**
|
|
143
|
+
* 是否有纸质发票
|
|
144
|
+
* @type {boolean}
|
|
145
|
+
* @memberof ReimbursementBillDraftDto
|
|
146
|
+
*/
|
|
147
|
+
'hasPaperInvoice'?: boolean;
|
|
136
148
|
/**
|
|
137
149
|
* 是否有合同
|
|
138
150
|
* @type {boolean}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { ExpenseSubjectEnum } from './expense-subject-enum';
|
|
13
13
|
import type { InvoiceTypeEnum } from './invoice-type-enum';
|
|
14
14
|
import type { PaymentMethodEnum } from './payment-method-enum';
|
|
15
|
+
import type { ReimbursementBillCoverInfo } from './reimbursement-bill-cover-info';
|
|
15
16
|
import type { ReimbursementStatusEnum } from './reimbursement-status-enum';
|
|
16
17
|
/**
|
|
17
18
|
* 报账单列表
|
|
@@ -103,6 +104,12 @@ export interface ReimbursementBillListVo {
|
|
|
103
104
|
* @memberof ReimbursementBillListVo
|
|
104
105
|
*/
|
|
105
106
|
'paymentMethod'?: PaymentMethodEnum;
|
|
107
|
+
/**
|
|
108
|
+
* 付款类型
|
|
109
|
+
* @type {number}
|
|
110
|
+
* @memberof ReimbursementBillListVo
|
|
111
|
+
*/
|
|
112
|
+
'payType'?: number;
|
|
106
113
|
/**
|
|
107
114
|
* 付款方(编码)
|
|
108
115
|
* @type {string}
|
|
@@ -115,6 +122,12 @@ export interface ReimbursementBillListVo {
|
|
|
115
122
|
* @memberof ReimbursementBillListVo
|
|
116
123
|
*/
|
|
117
124
|
'invoiceType'?: InvoiceTypeEnum;
|
|
125
|
+
/**
|
|
126
|
+
* 是否有纸质发票
|
|
127
|
+
* @type {boolean}
|
|
128
|
+
* @memberof ReimbursementBillListVo
|
|
129
|
+
*/
|
|
130
|
+
'hasPaperInvoice'?: boolean;
|
|
118
131
|
/**
|
|
119
132
|
* 付款日期
|
|
120
133
|
* @type {string}
|
|
@@ -139,4 +152,40 @@ export interface ReimbursementBillListVo {
|
|
|
139
152
|
* @memberof ReimbursementBillListVo
|
|
140
153
|
*/
|
|
141
154
|
'handlerUserId'?: number;
|
|
155
|
+
/**
|
|
156
|
+
* 是否已进行场景分摊
|
|
157
|
+
* @type {boolean}
|
|
158
|
+
* @memberof ReimbursementBillListVo
|
|
159
|
+
*/
|
|
160
|
+
'scenarioAllocated'?: boolean;
|
|
161
|
+
/**
|
|
162
|
+
* 明细单号
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof ReimbursementBillListVo
|
|
165
|
+
*/
|
|
166
|
+
'detailedOrderNo'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* 财智云返回预算占用单号
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof ReimbursementBillListVo
|
|
171
|
+
*/
|
|
172
|
+
'occupyNo'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 财智云报账申请单号
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof ReimbursementBillListVo
|
|
177
|
+
*/
|
|
178
|
+
'fdcNo'?: string;
|
|
179
|
+
/**
|
|
180
|
+
* 报账平台BZD单号
|
|
181
|
+
* @type {string}
|
|
182
|
+
* @memberof ReimbursementBillListVo
|
|
183
|
+
*/
|
|
184
|
+
'reimNo'?: string;
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @type {ReimbursementBillCoverInfo}
|
|
188
|
+
* @memberof ReimbursementBillListVo
|
|
189
|
+
*/
|
|
190
|
+
'billCover'?: ReimbursementBillCoverInfo;
|
|
142
191
|
}
|