@gizone/rrs-client 4.2.9-alpha.642 → 4.2.9-alpha.657
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 +26 -0
- package/apis/dashboard-api.ts +544 -0
- package/apis/device-api.ts +15 -15
- package/apis/hwork-api.ts +93 -0
- package/apis/maintenance-order-api.ts +383 -268
- package/apis/reimbursement-bill-api.ts +89 -0
- package/apis/web-hook-api.ts +364 -0
- package/dist/apis/dashboard-api.d.ts +281 -0
- package/dist/apis/dashboard-api.js +420 -0
- package/dist/apis/device-api.d.ts +10 -10
- package/dist/apis/device-api.js +11 -11
- package/dist/apis/hwork-api.d.ts +48 -0
- package/dist/apis/hwork-api.js +70 -0
- package/dist/apis/maintenance-order-api.d.ts +249 -186
- package/dist/apis/maintenance-order-api.js +269 -190
- package/dist/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/apis/reimbursement-bill-api.js +69 -0
- package/dist/apis/web-hook-api.d.ts +212 -0
- package/dist/apis/web-hook-api.js +280 -0
- package/dist/esm/apis/dashboard-api.d.ts +281 -0
- package/dist/esm/apis/dashboard-api.js +420 -0
- package/dist/esm/apis/device-api.d.ts +10 -10
- package/dist/esm/apis/device-api.js +11 -11
- package/dist/esm/apis/hwork-api.d.ts +48 -0
- package/dist/esm/apis/hwork-api.js +71 -1
- package/dist/esm/apis/maintenance-order-api.d.ts +249 -186
- package/dist/esm/apis/maintenance-order-api.js +269 -190
- package/dist/esm/apis/reimbursement-bill-api.d.ts +47 -0
- package/dist/esm/apis/reimbursement-bill-api.js +69 -0
- package/dist/esm/apis/web-hook-api.d.ts +212 -0
- package/dist/esm/apis/web-hook-api.js +280 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/esm/models/budget-interaction-result-detail-dto.js +14 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/esm/models/czy-budget-interaction-result-webhook-dto.js +14 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.js +14 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/esm/models/czycover-file-url-webhook-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
- package/dist/esm/models/dashboard-maintenance-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
- package/dist/esm/models/dashboard-maintenance-order-list-search-dto.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +90 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +85 -0
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
- package/dist/esm/models/dept.d.ts +36 -0
- package/dist/esm/models/dept.js +14 -0
- package/dist/esm/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/esm/models/hwork-notice-bpm-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/esm/models/hwork-user-list-req-dto.js +14 -0
- package/dist/esm/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/esm/models/hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/index.d.ts +26 -0
- package/dist/esm/models/index.js +26 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/esm/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/esm/models/json-result-hwork-user-list-result-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +14 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/esm/models/maintenance-order-list-vo.d.ts +6 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/esm/models/maintenance-order-process-record-list-vo.js +14 -0
- package/dist/esm/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/esm/models/maintenance-order-process-status-enum.js +31 -0
- package/dist/esm/models/maintenance-order-status-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-status-enum.js +1 -1
- package/dist/esm/models/maintenance-order-type-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-type-enum.js +1 -1
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/esm/models/payment-result-dto.d.ts +102 -0
- package/dist/esm/models/payment-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/esm/models/reimbursement-bill-process-record-list-vo.js +14 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/esm/models/reimbursement-bill-process-type-enum.js +23 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/esm/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/esm/models/reimbursement-create-result-dto.js +14 -0
- package/dist/esm/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/esm/models/reimbursement-platform-status-dto.js +14 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/esm/models/reimbursement-reverse-status-dto.js +14 -0
- package/dist/esm/models/user.d.ts +36 -0
- package/dist/esm/models/user.js +14 -0
- package/dist/models/budget-interaction-result-detail-dto.d.ts +48 -0
- package/dist/models/budget-interaction-result-detail-dto.js +15 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.d.ts +79 -0
- package/dist/models/czy-budget-interaction-result-webhook-dto.js +15 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.d.ts +57 -0
- package/dist/models/czy-settlement-interaction-webhook-dto.js +15 -0
- package/dist/models/czycover-file-url-webhook-dto.d.ts +84 -0
- package/dist/models/czycover-file-url-webhook-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-by-park-search-dto.d.ts +80 -0
- package/dist/models/dashboard-maintenance-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-list-search-dto.d.ts +98 -0
- package/dist/models/dashboard-maintenance-order-list-search-dto.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.d.ts +90 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +85 -0
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
- package/dist/models/dept.d.ts +36 -0
- package/dist/models/dept.js +15 -0
- package/dist/models/hwork-notice-bpm-dto.d.ts +60 -0
- package/dist/models/hwork-notice-bpm-dto.js +15 -0
- package/dist/models/hwork-user-list-req-dto.d.ts +30 -0
- package/dist/models/hwork-user-list-req-dto.js +15 -0
- package/dist/models/hwork-user-list-result-vo.d.ts +44 -0
- package/dist/models/hwork-user-list-result-vo.js +15 -0
- package/dist/models/index.d.ts +26 -0
- package/dist/models/index.js +26 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +3 -3
- package/dist/models/json-result-hwork-user-list-result-vo.d.ts +62 -0
- package/dist/models/json-result-hwork-user-list-result-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.js +15 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-approval-config-add-dto.d.ts +6 -0
- package/dist/models/maintenance-order-list-vo.d.ts +6 -0
- package/dist/models/maintenance-order-process-record-list-vo.d.ts +61 -0
- package/dist/models/maintenance-order-process-record-list-vo.js +15 -0
- package/dist/models/maintenance-order-process-status-enum.d.ts +30 -0
- package/dist/models/maintenance-order-process-status-enum.js +34 -0
- package/dist/models/maintenance-order-status-enum.d.ts +1 -1
- package/dist/models/maintenance-order-status-enum.js +1 -1
- package/dist/models/maintenance-order-type-enum.d.ts +1 -1
- package/dist/models/maintenance-order-type-enum.js +1 -1
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +9 -9
- package/dist/models/mdm-increment-vendors-vo.d.ts +12 -12
- package/dist/models/payment-result-dto.d.ts +102 -0
- package/dist/models/payment-result-dto.js +15 -0
- package/dist/models/reimbursement-bill-draft-dto.d.ts +6 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.d.ts +55 -0
- package/dist/models/reimbursement-bill-process-record-list-vo.js +15 -0
- package/dist/models/reimbursement-bill-process-type-enum.d.ts +22 -0
- package/dist/models/reimbursement-bill-process-type-enum.js +26 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +7 -1
- package/dist/models/reimbursement-create-result-dto.d.ts +48 -0
- package/dist/models/reimbursement-create-result-dto.js +15 -0
- package/dist/models/reimbursement-platform-status-dto.d.ts +169 -0
- package/dist/models/reimbursement-platform-status-dto.js +15 -0
- package/dist/models/reimbursement-reverse-status-dto.d.ts +60 -0
- package/dist/models/reimbursement-reverse-status-dto.js +15 -0
- package/dist/models/user.d.ts +36 -0
- package/dist/models/user.js +15 -0
- package/models/budget-interaction-result-detail-dto.ts +54 -0
- package/models/czy-budget-interaction-result-webhook-dto.ts +87 -0
- package/models/czy-settlement-interaction-webhook-dto.ts +69 -0
- package/models/czycover-file-url-webhook-dto.ts +90 -0
- package/models/dashboard-maintenance-order-by-park-search-dto.ts +90 -0
- package/models/dashboard-maintenance-order-list-search-dto.ts +108 -0
- package/models/dashboard-maintenance-order-statistics-by-park-vo.ts +96 -0
- package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +95 -0
- package/models/dept.ts +42 -0
- package/models/hwork-notice-bpm-dto.ts +66 -0
- package/models/hwork-user-list-req-dto.ts +36 -0
- package/models/hwork-user-list-result-vo.ts +54 -0
- package/models/index.ts +26 -0
- package/models/ipage-energy-cost-record-info-vo.ts +3 -3
- package/models/json-result-hwork-user-list-result-vo.ts +72 -0
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.ts +72 -0
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.ts +72 -0
- package/models/json-result-list-maintenance-order-process-record-list-vo.ts +72 -0
- package/models/json-result-list-reimbursement-bill-process-record-list-vo.ts +72 -0
- package/models/maintenance-order-approval-config-add-dto.ts +6 -0
- package/models/maintenance-order-list-vo.ts +6 -0
- package/models/maintenance-order-process-record-list-vo.ts +71 -0
- package/models/maintenance-order-process-status-enum.ts +40 -0
- package/models/maintenance-order-status-enum.ts +1 -1
- package/models/maintenance-order-type-enum.ts +1 -1
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +9 -9
- package/models/mdm-increment-vendors-vo.ts +12 -12
- package/models/payment-result-dto.ts +108 -0
- package/models/reimbursement-bill-draft-dto.ts +6 -0
- package/models/reimbursement-bill-process-record-list-vo.ts +65 -0
- package/models/reimbursement-bill-process-type-enum.ts +32 -0
- package/models/reimbursement-bill-submit-dto.ts +7 -1
- package/models/reimbursement-create-result-dto.ts +54 -0
- package/models/reimbursement-platform-status-dto.ts +177 -0
- package/models/reimbursement-reverse-status-dto.ts +66 -0
- package/models/user.ts +42 -0
- package/ossutil.log +1182 -1176
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { AcceptanceNodeInfo } from '../models';
|
|
16
16
|
import type { JsonResultBoolean } from '../models';
|
|
17
|
+
import type { JsonResultListMaintenanceOrderProcessRecordListVo } from '../models';
|
|
17
18
|
import type { JsonResultMaintenanceOrderDetailsVo } from '../models';
|
|
18
19
|
import type { JsonResultPageDtoMaintenanceOrderListVo } from '../models';
|
|
19
20
|
import type { MaintenanceConstructionSchedulesDto } from '../models';
|
|
@@ -29,22 +30,23 @@ import type { MaterialConfirmationInfo } from '../models';
|
|
|
29
30
|
*/
|
|
30
31
|
export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
31
32
|
/**
|
|
32
|
-
*
|
|
33
|
-
* @summary
|
|
33
|
+
* 验收
|
|
34
|
+
* @summary 验收
|
|
34
35
|
* @param {number} id
|
|
36
|
+
* @param {MaintenanceOrderAcceptanceAddDto} maintenanceOrderAcceptanceAddDto
|
|
35
37
|
* @param {*} [options] Override http request option.
|
|
36
38
|
* @throws {RequiredError}
|
|
37
39
|
*/
|
|
38
|
-
|
|
40
|
+
maintenanceOrderAccept: (id: number, maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
41
|
/**
|
|
40
|
-
*
|
|
41
|
-
* @summary
|
|
42
|
+
* 编辑节点验收记录
|
|
43
|
+
* @summary 编辑节点验收记录
|
|
42
44
|
* @param {number} id
|
|
43
|
-
* @param {
|
|
45
|
+
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
44
46
|
* @param {*} [options] Override http request option.
|
|
45
47
|
* @throws {RequiredError}
|
|
46
48
|
*/
|
|
47
|
-
|
|
49
|
+
maintenanceOrderAcceptanceNodes: (id: number, acceptanceNodeInfo: Array<AcceptanceNodeInfo>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
50
|
/**
|
|
49
51
|
* 施工完成
|
|
50
52
|
* @summary 施工完成
|
|
@@ -52,7 +54,7 @@ export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Conf
|
|
|
52
54
|
* @param {*} [options] Override http request option.
|
|
53
55
|
* @throws {RequiredError}
|
|
54
56
|
*/
|
|
55
|
-
|
|
57
|
+
maintenanceOrderComplete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
58
|
/**
|
|
57
59
|
* 施工排期
|
|
58
60
|
* @summary 施工排期
|
|
@@ -61,25 +63,23 @@ export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Conf
|
|
|
61
63
|
* @param {*} [options] Override http request option.
|
|
62
64
|
* @throws {RequiredError}
|
|
63
65
|
*/
|
|
64
|
-
|
|
66
|
+
maintenanceOrderConstructionSchedules: (id: number, maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
67
|
/**
|
|
66
|
-
*
|
|
67
|
-
* @summary
|
|
68
|
+
* 删除修缮订单(逻辑删除)
|
|
69
|
+
* @summary 删除修缮订单
|
|
68
70
|
* @param {number} id
|
|
69
|
-
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
70
71
|
* @param {*} [options] Override http request option.
|
|
71
72
|
* @throws {RequiredError}
|
|
72
73
|
*/
|
|
73
|
-
|
|
74
|
+
maintenanceOrderDelete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
75
|
/**
|
|
75
|
-
*
|
|
76
|
-
* @summary
|
|
76
|
+
* 根据ID查询修缮订单详情
|
|
77
|
+
* @summary 查询修缮订单详情
|
|
77
78
|
* @param {number} id
|
|
78
|
-
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
79
79
|
* @param {*} [options] Override http request option.
|
|
80
80
|
* @throws {RequiredError}
|
|
81
81
|
*/
|
|
82
|
-
|
|
82
|
+
maintenanceOrderDetail: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
83
|
/**
|
|
84
84
|
* 导出
|
|
85
85
|
* @summary 导出
|
|
@@ -92,30 +92,41 @@ export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Conf
|
|
|
92
92
|
* @param {*} [options] Override http request option.
|
|
93
93
|
* @throws {RequiredError}
|
|
94
94
|
*/
|
|
95
|
-
|
|
95
|
+
maintenanceOrderExport: (parkId?: number, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
98
|
-
* @summary
|
|
97
|
+
* 编辑原材料确认单
|
|
98
|
+
* @summary 编辑原材料确认单
|
|
99
99
|
* @param {number} id
|
|
100
|
+
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
100
101
|
* @param {*} [options] Override http request option.
|
|
101
102
|
* @throws {RequiredError}
|
|
102
103
|
*/
|
|
103
|
-
|
|
104
|
+
maintenanceOrderMaterialConfirmations: (id: number, materialConfirmationInfo: Array<MaterialConfirmationInfo>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
105
|
/**
|
|
105
106
|
* 分页查询修缮订单列表
|
|
106
107
|
* @summary 分页查询修缮订单列表
|
|
107
108
|
* @param {number} page 页码
|
|
108
109
|
* @param {number} pageSize 每页数量
|
|
109
110
|
* @param {number} [parkId] 园区ID
|
|
111
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
110
112
|
* @param {Array<MaintenanceOrderTypeEnum>} [maintenanceOrderTypes] 修缮类型
|
|
111
113
|
* @param {Array<MaintenanceOrderStatusEnum>} [maintenanceOrderStatuses] 修缮状态
|
|
112
114
|
* @param {string} [startTimeBegin] 开始时间(生成时间)
|
|
113
115
|
* @param {string} [startTimeEnd] 结束时间(生成时间)
|
|
114
116
|
* @param {string} [searchValue] 关键词
|
|
117
|
+
* @param {boolean} [isTimeOut] 是否超时
|
|
115
118
|
* @param {*} [options] Override http request option.
|
|
116
119
|
* @throws {RequiredError}
|
|
117
120
|
*/
|
|
118
|
-
|
|
121
|
+
maintenanceOrderPageList: (page: number, pageSize: number, parkId?: number, parkIds?: Array<number>, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, isTimeOut?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @summary 查询修缮单流转记录
|
|
125
|
+
* @param {number} id
|
|
126
|
+
* @param {*} [options] Override http request option.
|
|
127
|
+
* @throws {RequiredError}
|
|
128
|
+
*/
|
|
129
|
+
maintenanceOrderProcessRecord: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
119
130
|
/**
|
|
120
131
|
* 结算
|
|
121
132
|
* @summary 结算
|
|
@@ -124,7 +135,7 @@ export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Conf
|
|
|
124
135
|
* @param {*} [options] Override http request option.
|
|
125
136
|
* @throws {RequiredError}
|
|
126
137
|
*/
|
|
127
|
-
|
|
138
|
+
maintenanceOrderSettlement: (id: number, maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
128
139
|
/**
|
|
129
140
|
* 质保
|
|
130
141
|
* @summary 质保
|
|
@@ -133,7 +144,7 @@ export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Conf
|
|
|
133
144
|
* @param {*} [options] Override http request option.
|
|
134
145
|
* @throws {RequiredError}
|
|
135
146
|
*/
|
|
136
|
-
|
|
147
|
+
maintenanceOrderWarranty: (id: number, maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
148
|
};
|
|
138
149
|
/**
|
|
139
150
|
* MaintenanceOrderApi - functional programming interface
|
|
@@ -141,22 +152,23 @@ export declare const MaintenanceOrderApiAxiosParamCreator: (configuration?: Conf
|
|
|
141
152
|
*/
|
|
142
153
|
export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
143
154
|
/**
|
|
144
|
-
*
|
|
145
|
-
* @summary
|
|
155
|
+
* 验收
|
|
156
|
+
* @summary 验收
|
|
146
157
|
* @param {number} id
|
|
158
|
+
* @param {MaintenanceOrderAcceptanceAddDto} maintenanceOrderAcceptanceAddDto
|
|
147
159
|
* @param {*} [options] Override http request option.
|
|
148
160
|
* @throws {RequiredError}
|
|
149
161
|
*/
|
|
150
|
-
|
|
162
|
+
maintenanceOrderAccept(id: number, maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
151
163
|
/**
|
|
152
|
-
*
|
|
153
|
-
* @summary
|
|
164
|
+
* 编辑节点验收记录
|
|
165
|
+
* @summary 编辑节点验收记录
|
|
154
166
|
* @param {number} id
|
|
155
|
-
* @param {
|
|
167
|
+
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
156
168
|
* @param {*} [options] Override http request option.
|
|
157
169
|
* @throws {RequiredError}
|
|
158
170
|
*/
|
|
159
|
-
|
|
171
|
+
maintenanceOrderAcceptanceNodes(id: number, acceptanceNodeInfo: Array<AcceptanceNodeInfo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
160
172
|
/**
|
|
161
173
|
* 施工完成
|
|
162
174
|
* @summary 施工完成
|
|
@@ -164,7 +176,7 @@ export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
|
164
176
|
* @param {*} [options] Override http request option.
|
|
165
177
|
* @throws {RequiredError}
|
|
166
178
|
*/
|
|
167
|
-
|
|
179
|
+
maintenanceOrderComplete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
168
180
|
/**
|
|
169
181
|
* 施工排期
|
|
170
182
|
* @summary 施工排期
|
|
@@ -173,25 +185,23 @@ export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
|
173
185
|
* @param {*} [options] Override http request option.
|
|
174
186
|
* @throws {RequiredError}
|
|
175
187
|
*/
|
|
176
|
-
|
|
188
|
+
maintenanceOrderConstructionSchedules(id: number, maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
177
189
|
/**
|
|
178
|
-
*
|
|
179
|
-
* @summary
|
|
190
|
+
* 删除修缮订单(逻辑删除)
|
|
191
|
+
* @summary 删除修缮订单
|
|
180
192
|
* @param {number} id
|
|
181
|
-
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
182
193
|
* @param {*} [options] Override http request option.
|
|
183
194
|
* @throws {RequiredError}
|
|
184
195
|
*/
|
|
185
|
-
|
|
196
|
+
maintenanceOrderDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
186
197
|
/**
|
|
187
|
-
*
|
|
188
|
-
* @summary
|
|
198
|
+
* 根据ID查询修缮订单详情
|
|
199
|
+
* @summary 查询修缮订单详情
|
|
189
200
|
* @param {number} id
|
|
190
|
-
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
191
201
|
* @param {*} [options] Override http request option.
|
|
192
202
|
* @throws {RequiredError}
|
|
193
203
|
*/
|
|
194
|
-
|
|
204
|
+
maintenanceOrderDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultMaintenanceOrderDetailsVo>>;
|
|
195
205
|
/**
|
|
196
206
|
* 导出
|
|
197
207
|
* @summary 导出
|
|
@@ -204,30 +214,41 @@ export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
|
204
214
|
* @param {*} [options] Override http request option.
|
|
205
215
|
* @throws {RequiredError}
|
|
206
216
|
*/
|
|
207
|
-
|
|
217
|
+
maintenanceOrderExport(parkId?: number, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
208
218
|
/**
|
|
209
|
-
*
|
|
210
|
-
* @summary
|
|
219
|
+
* 编辑原材料确认单
|
|
220
|
+
* @summary 编辑原材料确认单
|
|
211
221
|
* @param {number} id
|
|
222
|
+
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
212
223
|
* @param {*} [options] Override http request option.
|
|
213
224
|
* @throws {RequiredError}
|
|
214
225
|
*/
|
|
215
|
-
|
|
226
|
+
maintenanceOrderMaterialConfirmations(id: number, materialConfirmationInfo: Array<MaterialConfirmationInfo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
216
227
|
/**
|
|
217
228
|
* 分页查询修缮订单列表
|
|
218
229
|
* @summary 分页查询修缮订单列表
|
|
219
230
|
* @param {number} page 页码
|
|
220
231
|
* @param {number} pageSize 每页数量
|
|
221
232
|
* @param {number} [parkId] 园区ID
|
|
233
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
222
234
|
* @param {Array<MaintenanceOrderTypeEnum>} [maintenanceOrderTypes] 修缮类型
|
|
223
235
|
* @param {Array<MaintenanceOrderStatusEnum>} [maintenanceOrderStatuses] 修缮状态
|
|
224
236
|
* @param {string} [startTimeBegin] 开始时间(生成时间)
|
|
225
237
|
* @param {string} [startTimeEnd] 结束时间(生成时间)
|
|
226
238
|
* @param {string} [searchValue] 关键词
|
|
239
|
+
* @param {boolean} [isTimeOut] 是否超时
|
|
240
|
+
* @param {*} [options] Override http request option.
|
|
241
|
+
* @throws {RequiredError}
|
|
242
|
+
*/
|
|
243
|
+
maintenanceOrderPageList(page: number, pageSize: number, parkId?: number, parkIds?: Array<number>, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, isTimeOut?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoMaintenanceOrderListVo>>;
|
|
244
|
+
/**
|
|
245
|
+
*
|
|
246
|
+
* @summary 查询修缮单流转记录
|
|
247
|
+
* @param {number} id
|
|
227
248
|
* @param {*} [options] Override http request option.
|
|
228
249
|
* @throws {RequiredError}
|
|
229
250
|
*/
|
|
230
|
-
|
|
251
|
+
maintenanceOrderProcessRecord(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMaintenanceOrderProcessRecordListVo>>;
|
|
231
252
|
/**
|
|
232
253
|
* 结算
|
|
233
254
|
* @summary 结算
|
|
@@ -236,7 +257,7 @@ export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
|
236
257
|
* @param {*} [options] Override http request option.
|
|
237
258
|
* @throws {RequiredError}
|
|
238
259
|
*/
|
|
239
|
-
|
|
260
|
+
maintenanceOrderSettlement(id: number, maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
240
261
|
/**
|
|
241
262
|
* 质保
|
|
242
263
|
* @summary 质保
|
|
@@ -245,7 +266,7 @@ export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
|
245
266
|
* @param {*} [options] Override http request option.
|
|
246
267
|
* @throws {RequiredError}
|
|
247
268
|
*/
|
|
248
|
-
|
|
269
|
+
maintenanceOrderWarranty(id: number, maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
249
270
|
};
|
|
250
271
|
/**
|
|
251
272
|
* MaintenanceOrderApi - factory interface
|
|
@@ -253,342 +274,375 @@ export declare const MaintenanceOrderApiFp: (configuration?: Configuration) => {
|
|
|
253
274
|
*/
|
|
254
275
|
export declare const MaintenanceOrderApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
255
276
|
/**
|
|
256
|
-
*
|
|
257
|
-
* @summary
|
|
258
|
-
* @param {
|
|
277
|
+
* 验收
|
|
278
|
+
* @summary 验收
|
|
279
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptRequest} requestParameters Request parameters.
|
|
259
280
|
* @param {*} [options] Override http request option.
|
|
260
281
|
* @throws {RequiredError}
|
|
261
282
|
*/
|
|
262
|
-
|
|
283
|
+
maintenanceOrderAccept(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
263
284
|
/**
|
|
264
|
-
*
|
|
265
|
-
* @summary
|
|
266
|
-
* @param {
|
|
285
|
+
* 编辑节点验收记录
|
|
286
|
+
* @summary 编辑节点验收记录
|
|
287
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest} requestParameters Request parameters.
|
|
267
288
|
* @param {*} [options] Override http request option.
|
|
268
289
|
* @throws {RequiredError}
|
|
269
290
|
*/
|
|
270
|
-
|
|
291
|
+
maintenanceOrderAcceptanceNodes(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
271
292
|
/**
|
|
272
293
|
* 施工完成
|
|
273
294
|
* @summary 施工完成
|
|
274
|
-
* @param {
|
|
295
|
+
* @param {MaintenanceOrderApiMaintenanceOrderCompleteRequest} requestParameters Request parameters.
|
|
275
296
|
* @param {*} [options] Override http request option.
|
|
276
297
|
* @throws {RequiredError}
|
|
277
298
|
*/
|
|
278
|
-
|
|
299
|
+
maintenanceOrderComplete(requestParameters: MaintenanceOrderApiMaintenanceOrderCompleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
279
300
|
/**
|
|
280
301
|
* 施工排期
|
|
281
302
|
* @summary 施工排期
|
|
282
|
-
* @param {
|
|
303
|
+
* @param {MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest} requestParameters Request parameters.
|
|
283
304
|
* @param {*} [options] Override http request option.
|
|
284
305
|
* @throws {RequiredError}
|
|
285
306
|
*/
|
|
286
|
-
|
|
307
|
+
maintenanceOrderConstructionSchedules(requestParameters: MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
287
308
|
/**
|
|
288
|
-
*
|
|
289
|
-
* @summary
|
|
290
|
-
* @param {
|
|
309
|
+
* 删除修缮订单(逻辑删除)
|
|
310
|
+
* @summary 删除修缮订单
|
|
311
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDeleteRequest} requestParameters Request parameters.
|
|
291
312
|
* @param {*} [options] Override http request option.
|
|
292
313
|
* @throws {RequiredError}
|
|
293
314
|
*/
|
|
294
|
-
|
|
315
|
+
maintenanceOrderDelete(requestParameters: MaintenanceOrderApiMaintenanceOrderDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
295
316
|
/**
|
|
296
|
-
*
|
|
297
|
-
* @summary
|
|
298
|
-
* @param {
|
|
317
|
+
* 根据ID查询修缮订单详情
|
|
318
|
+
* @summary 查询修缮订单详情
|
|
319
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDetailRequest} requestParameters Request parameters.
|
|
299
320
|
* @param {*} [options] Override http request option.
|
|
300
321
|
* @throws {RequiredError}
|
|
301
322
|
*/
|
|
302
|
-
|
|
323
|
+
maintenanceOrderDetail(requestParameters: MaintenanceOrderApiMaintenanceOrderDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultMaintenanceOrderDetailsVo>;
|
|
303
324
|
/**
|
|
304
325
|
* 导出
|
|
305
326
|
* @summary 导出
|
|
306
|
-
* @param {
|
|
327
|
+
* @param {MaintenanceOrderApiMaintenanceOrderExportRequest} requestParameters Request parameters.
|
|
307
328
|
* @param {*} [options] Override http request option.
|
|
308
329
|
* @throws {RequiredError}
|
|
309
330
|
*/
|
|
310
|
-
|
|
331
|
+
maintenanceOrderExport(requestParameters?: MaintenanceOrderApiMaintenanceOrderExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
311
332
|
/**
|
|
312
|
-
*
|
|
313
|
-
* @summary
|
|
314
|
-
* @param {
|
|
333
|
+
* 编辑原材料确认单
|
|
334
|
+
* @summary 编辑原材料确认单
|
|
335
|
+
* @param {MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest} requestParameters Request parameters.
|
|
315
336
|
* @param {*} [options] Override http request option.
|
|
316
337
|
* @throws {RequiredError}
|
|
317
338
|
*/
|
|
318
|
-
|
|
339
|
+
maintenanceOrderMaterialConfirmations(requestParameters: MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
319
340
|
/**
|
|
320
341
|
* 分页查询修缮订单列表
|
|
321
342
|
* @summary 分页查询修缮订单列表
|
|
322
|
-
* @param {
|
|
343
|
+
* @param {MaintenanceOrderApiMaintenanceOrderPageListRequest} requestParameters Request parameters.
|
|
323
344
|
* @param {*} [options] Override http request option.
|
|
324
345
|
* @throws {RequiredError}
|
|
325
346
|
*/
|
|
326
|
-
|
|
347
|
+
maintenanceOrderPageList(requestParameters: MaintenanceOrderApiMaintenanceOrderPageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoMaintenanceOrderListVo>;
|
|
348
|
+
/**
|
|
349
|
+
*
|
|
350
|
+
* @summary 查询修缮单流转记录
|
|
351
|
+
* @param {MaintenanceOrderApiMaintenanceOrderProcessRecordRequest} requestParameters Request parameters.
|
|
352
|
+
* @param {*} [options] Override http request option.
|
|
353
|
+
* @throws {RequiredError}
|
|
354
|
+
*/
|
|
355
|
+
maintenanceOrderProcessRecord(requestParameters: MaintenanceOrderApiMaintenanceOrderProcessRecordRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMaintenanceOrderProcessRecordListVo>;
|
|
327
356
|
/**
|
|
328
357
|
* 结算
|
|
329
358
|
* @summary 结算
|
|
330
|
-
* @param {
|
|
359
|
+
* @param {MaintenanceOrderApiMaintenanceOrderSettlementRequest} requestParameters Request parameters.
|
|
331
360
|
* @param {*} [options] Override http request option.
|
|
332
361
|
* @throws {RequiredError}
|
|
333
362
|
*/
|
|
334
|
-
|
|
363
|
+
maintenanceOrderSettlement(requestParameters: MaintenanceOrderApiMaintenanceOrderSettlementRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
335
364
|
/**
|
|
336
365
|
* 质保
|
|
337
366
|
* @summary 质保
|
|
338
|
-
* @param {
|
|
367
|
+
* @param {MaintenanceOrderApiMaintenanceOrderWarrantyRequest} requestParameters Request parameters.
|
|
339
368
|
* @param {*} [options] Override http request option.
|
|
340
369
|
* @throws {RequiredError}
|
|
341
370
|
*/
|
|
342
|
-
|
|
371
|
+
maintenanceOrderWarranty(requestParameters: MaintenanceOrderApiMaintenanceOrderWarrantyRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
343
372
|
};
|
|
344
373
|
/**
|
|
345
|
-
* Request parameters for
|
|
374
|
+
* Request parameters for maintenanceOrderAccept operation in MaintenanceOrderApi.
|
|
346
375
|
* @export
|
|
347
|
-
* @interface
|
|
376
|
+
* @interface MaintenanceOrderApiMaintenanceOrderAcceptRequest
|
|
348
377
|
*/
|
|
349
|
-
export interface
|
|
378
|
+
export interface MaintenanceOrderApiMaintenanceOrderAcceptRequest {
|
|
350
379
|
/**
|
|
351
380
|
*
|
|
352
381
|
* @type {number}
|
|
353
|
-
* @memberof
|
|
382
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAccept
|
|
354
383
|
*/
|
|
355
384
|
readonly id: number;
|
|
385
|
+
/**
|
|
386
|
+
*
|
|
387
|
+
* @type {MaintenanceOrderAcceptanceAddDto}
|
|
388
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAccept
|
|
389
|
+
*/
|
|
390
|
+
readonly maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto;
|
|
356
391
|
}
|
|
357
392
|
/**
|
|
358
|
-
* Request parameters for
|
|
393
|
+
* Request parameters for maintenanceOrderAcceptanceNodes operation in MaintenanceOrderApi.
|
|
359
394
|
* @export
|
|
360
|
-
* @interface
|
|
395
|
+
* @interface MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest
|
|
361
396
|
*/
|
|
362
|
-
export interface
|
|
397
|
+
export interface MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest {
|
|
363
398
|
/**
|
|
364
399
|
*
|
|
365
400
|
* @type {number}
|
|
366
|
-
* @memberof
|
|
401
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAcceptanceNodes
|
|
367
402
|
*/
|
|
368
403
|
readonly id: number;
|
|
369
404
|
/**
|
|
370
405
|
*
|
|
371
|
-
* @type {
|
|
372
|
-
* @memberof
|
|
406
|
+
* @type {Array<AcceptanceNodeInfo>}
|
|
407
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAcceptanceNodes
|
|
373
408
|
*/
|
|
374
|
-
readonly
|
|
409
|
+
readonly acceptanceNodeInfo: Array<AcceptanceNodeInfo>;
|
|
375
410
|
}
|
|
376
411
|
/**
|
|
377
|
-
* Request parameters for
|
|
412
|
+
* Request parameters for maintenanceOrderComplete operation in MaintenanceOrderApi.
|
|
378
413
|
* @export
|
|
379
|
-
* @interface
|
|
414
|
+
* @interface MaintenanceOrderApiMaintenanceOrderCompleteRequest
|
|
380
415
|
*/
|
|
381
|
-
export interface
|
|
416
|
+
export interface MaintenanceOrderApiMaintenanceOrderCompleteRequest {
|
|
382
417
|
/**
|
|
383
418
|
*
|
|
384
419
|
* @type {number}
|
|
385
|
-
* @memberof
|
|
420
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderComplete
|
|
386
421
|
*/
|
|
387
422
|
readonly id: number;
|
|
388
423
|
}
|
|
389
424
|
/**
|
|
390
|
-
* Request parameters for
|
|
425
|
+
* Request parameters for maintenanceOrderConstructionSchedules operation in MaintenanceOrderApi.
|
|
391
426
|
* @export
|
|
392
|
-
* @interface
|
|
427
|
+
* @interface MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest
|
|
393
428
|
*/
|
|
394
|
-
export interface
|
|
429
|
+
export interface MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest {
|
|
395
430
|
/**
|
|
396
431
|
*
|
|
397
432
|
* @type {number}
|
|
398
|
-
* @memberof
|
|
433
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderConstructionSchedules
|
|
399
434
|
*/
|
|
400
435
|
readonly id: number;
|
|
401
436
|
/**
|
|
402
437
|
*
|
|
403
438
|
* @type {MaintenanceConstructionSchedulesDto}
|
|
404
|
-
* @memberof
|
|
439
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderConstructionSchedules
|
|
405
440
|
*/
|
|
406
441
|
readonly maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto;
|
|
407
442
|
}
|
|
408
443
|
/**
|
|
409
|
-
* Request parameters for
|
|
444
|
+
* Request parameters for maintenanceOrderDelete operation in MaintenanceOrderApi.
|
|
410
445
|
* @export
|
|
411
|
-
* @interface
|
|
446
|
+
* @interface MaintenanceOrderApiMaintenanceOrderDeleteRequest
|
|
412
447
|
*/
|
|
413
|
-
export interface
|
|
448
|
+
export interface MaintenanceOrderApiMaintenanceOrderDeleteRequest {
|
|
414
449
|
/**
|
|
415
450
|
*
|
|
416
451
|
* @type {number}
|
|
417
|
-
* @memberof
|
|
452
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderDelete
|
|
418
453
|
*/
|
|
419
454
|
readonly id: number;
|
|
420
|
-
/**
|
|
421
|
-
*
|
|
422
|
-
* @type {Array<AcceptanceNodeInfo>}
|
|
423
|
-
* @memberof MaintenanceOrderApiEditAcceptanceNodes
|
|
424
|
-
*/
|
|
425
|
-
readonly acceptanceNodeInfo: Array<AcceptanceNodeInfo>;
|
|
426
455
|
}
|
|
427
456
|
/**
|
|
428
|
-
* Request parameters for
|
|
457
|
+
* Request parameters for maintenanceOrderDetail operation in MaintenanceOrderApi.
|
|
429
458
|
* @export
|
|
430
|
-
* @interface
|
|
459
|
+
* @interface MaintenanceOrderApiMaintenanceOrderDetailRequest
|
|
431
460
|
*/
|
|
432
|
-
export interface
|
|
461
|
+
export interface MaintenanceOrderApiMaintenanceOrderDetailRequest {
|
|
433
462
|
/**
|
|
434
463
|
*
|
|
435
464
|
* @type {number}
|
|
436
|
-
* @memberof
|
|
465
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderDetail
|
|
437
466
|
*/
|
|
438
467
|
readonly id: number;
|
|
439
|
-
/**
|
|
440
|
-
*
|
|
441
|
-
* @type {Array<MaterialConfirmationInfo>}
|
|
442
|
-
* @memberof MaintenanceOrderApiEditMaterialConfirmation
|
|
443
|
-
*/
|
|
444
|
-
readonly materialConfirmationInfo: Array<MaterialConfirmationInfo>;
|
|
445
468
|
}
|
|
446
469
|
/**
|
|
447
|
-
* Request parameters for
|
|
470
|
+
* Request parameters for maintenanceOrderExport operation in MaintenanceOrderApi.
|
|
448
471
|
* @export
|
|
449
|
-
* @interface
|
|
472
|
+
* @interface MaintenanceOrderApiMaintenanceOrderExportRequest
|
|
450
473
|
*/
|
|
451
|
-
export interface
|
|
474
|
+
export interface MaintenanceOrderApiMaintenanceOrderExportRequest {
|
|
452
475
|
/**
|
|
453
476
|
* 园区ID
|
|
454
477
|
* @type {number}
|
|
455
|
-
* @memberof
|
|
478
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
456
479
|
*/
|
|
457
480
|
readonly parkId?: number;
|
|
458
481
|
/**
|
|
459
482
|
* 修缮类型
|
|
460
483
|
* @type {Array<MaintenanceOrderTypeEnum>}
|
|
461
|
-
* @memberof
|
|
484
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
462
485
|
*/
|
|
463
486
|
readonly maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>;
|
|
464
487
|
/**
|
|
465
488
|
* 修缮状态
|
|
466
489
|
* @type {Array<MaintenanceOrderStatusEnum>}
|
|
467
|
-
* @memberof
|
|
490
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
468
491
|
*/
|
|
469
492
|
readonly maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>;
|
|
470
493
|
/**
|
|
471
494
|
* 开始时间(生成时间)
|
|
472
495
|
* @type {string}
|
|
473
|
-
* @memberof
|
|
496
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
474
497
|
*/
|
|
475
498
|
readonly startTimeBegin?: string;
|
|
476
499
|
/**
|
|
477
500
|
* 结束时间(生成时间)
|
|
478
501
|
* @type {string}
|
|
479
|
-
* @memberof
|
|
502
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
480
503
|
*/
|
|
481
504
|
readonly startTimeEnd?: string;
|
|
482
505
|
/**
|
|
483
506
|
* 关键词
|
|
484
507
|
* @type {string}
|
|
485
|
-
* @memberof
|
|
508
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
486
509
|
*/
|
|
487
510
|
readonly searchValue?: string;
|
|
488
511
|
}
|
|
489
512
|
/**
|
|
490
|
-
* Request parameters for
|
|
513
|
+
* Request parameters for maintenanceOrderMaterialConfirmations operation in MaintenanceOrderApi.
|
|
491
514
|
* @export
|
|
492
|
-
* @interface
|
|
515
|
+
* @interface MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest
|
|
493
516
|
*/
|
|
494
|
-
export interface
|
|
517
|
+
export interface MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest {
|
|
495
518
|
/**
|
|
496
519
|
*
|
|
497
520
|
* @type {number}
|
|
498
|
-
* @memberof
|
|
521
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderMaterialConfirmations
|
|
499
522
|
*/
|
|
500
523
|
readonly id: number;
|
|
524
|
+
/**
|
|
525
|
+
*
|
|
526
|
+
* @type {Array<MaterialConfirmationInfo>}
|
|
527
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderMaterialConfirmations
|
|
528
|
+
*/
|
|
529
|
+
readonly materialConfirmationInfo: Array<MaterialConfirmationInfo>;
|
|
501
530
|
}
|
|
502
531
|
/**
|
|
503
|
-
* Request parameters for
|
|
532
|
+
* Request parameters for maintenanceOrderPageList operation in MaintenanceOrderApi.
|
|
504
533
|
* @export
|
|
505
|
-
* @interface
|
|
534
|
+
* @interface MaintenanceOrderApiMaintenanceOrderPageListRequest
|
|
506
535
|
*/
|
|
507
|
-
export interface
|
|
536
|
+
export interface MaintenanceOrderApiMaintenanceOrderPageListRequest {
|
|
508
537
|
/**
|
|
509
538
|
* 页码
|
|
510
539
|
* @type {number}
|
|
511
|
-
* @memberof
|
|
540
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
512
541
|
*/
|
|
513
542
|
readonly page: number;
|
|
514
543
|
/**
|
|
515
544
|
* 每页数量
|
|
516
545
|
* @type {number}
|
|
517
|
-
* @memberof
|
|
546
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
518
547
|
*/
|
|
519
548
|
readonly pageSize: number;
|
|
520
549
|
/**
|
|
521
550
|
* 园区ID
|
|
522
551
|
* @type {number}
|
|
523
|
-
* @memberof
|
|
552
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
524
553
|
*/
|
|
525
554
|
readonly parkId?: number;
|
|
555
|
+
/**
|
|
556
|
+
* 园区ID集合
|
|
557
|
+
* @type {Array<number>}
|
|
558
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
559
|
+
*/
|
|
560
|
+
readonly parkIds?: Array<number>;
|
|
526
561
|
/**
|
|
527
562
|
* 修缮类型
|
|
528
563
|
* @type {Array<MaintenanceOrderTypeEnum>}
|
|
529
|
-
* @memberof
|
|
564
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
530
565
|
*/
|
|
531
566
|
readonly maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>;
|
|
532
567
|
/**
|
|
533
568
|
* 修缮状态
|
|
534
569
|
* @type {Array<MaintenanceOrderStatusEnum>}
|
|
535
|
-
* @memberof
|
|
570
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
536
571
|
*/
|
|
537
572
|
readonly maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>;
|
|
538
573
|
/**
|
|
539
574
|
* 开始时间(生成时间)
|
|
540
575
|
* @type {string}
|
|
541
|
-
* @memberof
|
|
576
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
542
577
|
*/
|
|
543
578
|
readonly startTimeBegin?: string;
|
|
544
579
|
/**
|
|
545
580
|
* 结束时间(生成时间)
|
|
546
581
|
* @type {string}
|
|
547
|
-
* @memberof
|
|
582
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
548
583
|
*/
|
|
549
584
|
readonly startTimeEnd?: string;
|
|
550
585
|
/**
|
|
551
586
|
* 关键词
|
|
552
587
|
* @type {string}
|
|
553
|
-
* @memberof
|
|
588
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
554
589
|
*/
|
|
555
590
|
readonly searchValue?: string;
|
|
591
|
+
/**
|
|
592
|
+
* 是否超时
|
|
593
|
+
* @type {boolean}
|
|
594
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
595
|
+
*/
|
|
596
|
+
readonly isTimeOut?: boolean;
|
|
556
597
|
}
|
|
557
598
|
/**
|
|
558
|
-
* Request parameters for
|
|
599
|
+
* Request parameters for maintenanceOrderProcessRecord operation in MaintenanceOrderApi.
|
|
559
600
|
* @export
|
|
560
|
-
* @interface
|
|
601
|
+
* @interface MaintenanceOrderApiMaintenanceOrderProcessRecordRequest
|
|
561
602
|
*/
|
|
562
|
-
export interface
|
|
603
|
+
export interface MaintenanceOrderApiMaintenanceOrderProcessRecordRequest {
|
|
563
604
|
/**
|
|
564
605
|
*
|
|
565
606
|
* @type {number}
|
|
566
|
-
* @memberof
|
|
607
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderProcessRecord
|
|
608
|
+
*/
|
|
609
|
+
readonly id: number;
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* Request parameters for maintenanceOrderSettlement operation in MaintenanceOrderApi.
|
|
613
|
+
* @export
|
|
614
|
+
* @interface MaintenanceOrderApiMaintenanceOrderSettlementRequest
|
|
615
|
+
*/
|
|
616
|
+
export interface MaintenanceOrderApiMaintenanceOrderSettlementRequest {
|
|
617
|
+
/**
|
|
618
|
+
*
|
|
619
|
+
* @type {number}
|
|
620
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderSettlement
|
|
567
621
|
*/
|
|
568
622
|
readonly id: number;
|
|
569
623
|
/**
|
|
570
624
|
*
|
|
571
625
|
* @type {MaintenanceOrderSettlementAddDto}
|
|
572
|
-
* @memberof
|
|
626
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderSettlement
|
|
573
627
|
*/
|
|
574
628
|
readonly maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto;
|
|
575
629
|
}
|
|
576
630
|
/**
|
|
577
|
-
* Request parameters for
|
|
631
|
+
* Request parameters for maintenanceOrderWarranty operation in MaintenanceOrderApi.
|
|
578
632
|
* @export
|
|
579
|
-
* @interface
|
|
633
|
+
* @interface MaintenanceOrderApiMaintenanceOrderWarrantyRequest
|
|
580
634
|
*/
|
|
581
|
-
export interface
|
|
635
|
+
export interface MaintenanceOrderApiMaintenanceOrderWarrantyRequest {
|
|
582
636
|
/**
|
|
583
637
|
*
|
|
584
638
|
* @type {number}
|
|
585
|
-
* @memberof
|
|
639
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderWarranty
|
|
586
640
|
*/
|
|
587
641
|
readonly id: number;
|
|
588
642
|
/**
|
|
589
643
|
*
|
|
590
644
|
* @type {MaintenanceOrderWarrantyUpdateDto}
|
|
591
|
-
* @memberof
|
|
645
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderWarranty
|
|
592
646
|
*/
|
|
593
647
|
readonly maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto;
|
|
594
648
|
}
|
|
@@ -600,102 +654,111 @@ export interface MaintenanceOrderApiWarrantyRequest {
|
|
|
600
654
|
*/
|
|
601
655
|
export declare class MaintenanceOrderApi extends BaseAPI {
|
|
602
656
|
/**
|
|
603
|
-
*
|
|
604
|
-
* @summary
|
|
605
|
-
* @param {
|
|
657
|
+
* 验收
|
|
658
|
+
* @summary 验收
|
|
659
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptRequest} requestParameters Request parameters.
|
|
606
660
|
* @param {*} [options] Override http request option.
|
|
607
661
|
* @throws {RequiredError}
|
|
608
662
|
* @memberof MaintenanceOrderApi
|
|
609
663
|
*/
|
|
610
|
-
|
|
664
|
+
maintenanceOrderAccept(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
611
665
|
/**
|
|
612
|
-
*
|
|
613
|
-
* @summary
|
|
614
|
-
* @param {
|
|
666
|
+
* 编辑节点验收记录
|
|
667
|
+
* @summary 编辑节点验收记录
|
|
668
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest} requestParameters Request parameters.
|
|
615
669
|
* @param {*} [options] Override http request option.
|
|
616
670
|
* @throws {RequiredError}
|
|
617
671
|
* @memberof MaintenanceOrderApi
|
|
618
672
|
*/
|
|
619
|
-
|
|
673
|
+
maintenanceOrderAcceptanceNodes(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
620
674
|
/**
|
|
621
675
|
* 施工完成
|
|
622
676
|
* @summary 施工完成
|
|
623
|
-
* @param {
|
|
677
|
+
* @param {MaintenanceOrderApiMaintenanceOrderCompleteRequest} requestParameters Request parameters.
|
|
624
678
|
* @param {*} [options] Override http request option.
|
|
625
679
|
* @throws {RequiredError}
|
|
626
680
|
* @memberof MaintenanceOrderApi
|
|
627
681
|
*/
|
|
628
|
-
|
|
682
|
+
maintenanceOrderComplete(requestParameters: MaintenanceOrderApiMaintenanceOrderCompleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
629
683
|
/**
|
|
630
684
|
* 施工排期
|
|
631
685
|
* @summary 施工排期
|
|
632
|
-
* @param {
|
|
686
|
+
* @param {MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest} requestParameters Request parameters.
|
|
633
687
|
* @param {*} [options] Override http request option.
|
|
634
688
|
* @throws {RequiredError}
|
|
635
689
|
* @memberof MaintenanceOrderApi
|
|
636
690
|
*/
|
|
637
|
-
|
|
691
|
+
maintenanceOrderConstructionSchedules(requestParameters: MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
638
692
|
/**
|
|
639
|
-
*
|
|
640
|
-
* @summary
|
|
641
|
-
* @param {
|
|
693
|
+
* 删除修缮订单(逻辑删除)
|
|
694
|
+
* @summary 删除修缮订单
|
|
695
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDeleteRequest} requestParameters Request parameters.
|
|
642
696
|
* @param {*} [options] Override http request option.
|
|
643
697
|
* @throws {RequiredError}
|
|
644
698
|
* @memberof MaintenanceOrderApi
|
|
645
699
|
*/
|
|
646
|
-
|
|
700
|
+
maintenanceOrderDelete(requestParameters: MaintenanceOrderApiMaintenanceOrderDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
647
701
|
/**
|
|
648
|
-
*
|
|
649
|
-
* @summary
|
|
650
|
-
* @param {
|
|
702
|
+
* 根据ID查询修缮订单详情
|
|
703
|
+
* @summary 查询修缮订单详情
|
|
704
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDetailRequest} requestParameters Request parameters.
|
|
651
705
|
* @param {*} [options] Override http request option.
|
|
652
706
|
* @throws {RequiredError}
|
|
653
707
|
* @memberof MaintenanceOrderApi
|
|
654
708
|
*/
|
|
655
|
-
|
|
709
|
+
maintenanceOrderDetail(requestParameters: MaintenanceOrderApiMaintenanceOrderDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultMaintenanceOrderDetailsVo, any, {}>>;
|
|
656
710
|
/**
|
|
657
711
|
* 导出
|
|
658
712
|
* @summary 导出
|
|
659
|
-
* @param {
|
|
713
|
+
* @param {MaintenanceOrderApiMaintenanceOrderExportRequest} requestParameters Request parameters.
|
|
660
714
|
* @param {*} [options] Override http request option.
|
|
661
715
|
* @throws {RequiredError}
|
|
662
716
|
* @memberof MaintenanceOrderApi
|
|
663
717
|
*/
|
|
664
|
-
|
|
718
|
+
maintenanceOrderExport(requestParameters?: MaintenanceOrderApiMaintenanceOrderExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
665
719
|
/**
|
|
666
|
-
*
|
|
667
|
-
* @summary
|
|
668
|
-
* @param {
|
|
720
|
+
* 编辑原材料确认单
|
|
721
|
+
* @summary 编辑原材料确认单
|
|
722
|
+
* @param {MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest} requestParameters Request parameters.
|
|
669
723
|
* @param {*} [options] Override http request option.
|
|
670
724
|
* @throws {RequiredError}
|
|
671
725
|
* @memberof MaintenanceOrderApi
|
|
672
726
|
*/
|
|
673
|
-
|
|
727
|
+
maintenanceOrderMaterialConfirmations(requestParameters: MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
674
728
|
/**
|
|
675
729
|
* 分页查询修缮订单列表
|
|
676
730
|
* @summary 分页查询修缮订单列表
|
|
677
|
-
* @param {
|
|
731
|
+
* @param {MaintenanceOrderApiMaintenanceOrderPageListRequest} requestParameters Request parameters.
|
|
732
|
+
* @param {*} [options] Override http request option.
|
|
733
|
+
* @throws {RequiredError}
|
|
734
|
+
* @memberof MaintenanceOrderApi
|
|
735
|
+
*/
|
|
736
|
+
maintenanceOrderPageList(requestParameters: MaintenanceOrderApiMaintenanceOrderPageListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoMaintenanceOrderListVo, any, {}>>;
|
|
737
|
+
/**
|
|
738
|
+
*
|
|
739
|
+
* @summary 查询修缮单流转记录
|
|
740
|
+
* @param {MaintenanceOrderApiMaintenanceOrderProcessRecordRequest} requestParameters Request parameters.
|
|
678
741
|
* @param {*} [options] Override http request option.
|
|
679
742
|
* @throws {RequiredError}
|
|
680
743
|
* @memberof MaintenanceOrderApi
|
|
681
744
|
*/
|
|
682
|
-
|
|
745
|
+
maintenanceOrderProcessRecord(requestParameters: MaintenanceOrderApiMaintenanceOrderProcessRecordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListMaintenanceOrderProcessRecordListVo, any, {}>>;
|
|
683
746
|
/**
|
|
684
747
|
* 结算
|
|
685
748
|
* @summary 结算
|
|
686
|
-
* @param {
|
|
749
|
+
* @param {MaintenanceOrderApiMaintenanceOrderSettlementRequest} requestParameters Request parameters.
|
|
687
750
|
* @param {*} [options] Override http request option.
|
|
688
751
|
* @throws {RequiredError}
|
|
689
752
|
* @memberof MaintenanceOrderApi
|
|
690
753
|
*/
|
|
691
|
-
|
|
754
|
+
maintenanceOrderSettlement(requestParameters: MaintenanceOrderApiMaintenanceOrderSettlementRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
692
755
|
/**
|
|
693
756
|
* 质保
|
|
694
757
|
* @summary 质保
|
|
695
|
-
* @param {
|
|
758
|
+
* @param {MaintenanceOrderApiMaintenanceOrderWarrantyRequest} requestParameters Request parameters.
|
|
696
759
|
* @param {*} [options] Override http request option.
|
|
697
760
|
* @throws {RequiredError}
|
|
698
761
|
* @memberof MaintenanceOrderApi
|
|
699
762
|
*/
|
|
700
|
-
|
|
763
|
+
maintenanceOrderWarranty(requestParameters: MaintenanceOrderApiMaintenanceOrderWarrantyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any, {}>>;
|
|
701
764
|
}
|