@gizone/rrs-client 4.2.9-alpha.643 → 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 +20 -0
- package/apis/device-api.ts +15 -15
- package/apis/hwork-api.ts +93 -0
- package/apis/maintenance-order-api.ts +359 -270
- package/apis/reimbursement-bill-api.ts +89 -0
- package/apis/web-hook-api.ts +364 -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 +235 -188
- package/dist/apis/maintenance-order-api.js +259 -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/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 +235 -188
- package/dist/esm/apis/maintenance-order-api.js +259 -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-statistics-by-park-vo.d.ts +0 -6
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
- 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 +20 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
- 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-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-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/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-statistics-by-park-vo.d.ts +0 -6
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +0 -6
- 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 +20 -0
- package/dist/models/index.js +20 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +9 -9
- 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-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-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/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-statistics-by-park-vo.ts +0 -6
- package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +0 -6
- 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 +20 -0
- package/models/ipage-energy-cost-record-info-vo.ts +9 -9
- package/models/json-result-hwork-user-list-result-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-process-record-list-vo.ts +71 -0
- package/models/maintenance-order-process-status-enum.ts +40 -0
- 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 -1179
- package/package.json +1 -1
|
@@ -26,6 +26,8 @@ import type { AcceptanceNodeInfo } from '../models';
|
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import type { JsonResultBoolean } from '../models';
|
|
28
28
|
// @ts-ignore
|
|
29
|
+
import type { JsonResultListMaintenanceOrderProcessRecordListVo } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
29
31
|
import type { JsonResultMaintenanceOrderDetailsVo } from '../models';
|
|
30
32
|
// @ts-ignore
|
|
31
33
|
import type { JsonResultPageDtoMaintenanceOrderListVo } from '../models';
|
|
@@ -50,16 +52,19 @@ import type { MaterialConfirmationInfo } from '../models';
|
|
|
50
52
|
export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
51
53
|
return {
|
|
52
54
|
/**
|
|
53
|
-
*
|
|
54
|
-
* @summary
|
|
55
|
+
* 验收
|
|
56
|
+
* @summary 验收
|
|
55
57
|
* @param {number} id
|
|
58
|
+
* @param {MaintenanceOrderAcceptanceAddDto} maintenanceOrderAcceptanceAddDto
|
|
56
59
|
* @param {*} [options] Override http request option.
|
|
57
60
|
* @throws {RequiredError}
|
|
58
61
|
*/
|
|
59
|
-
|
|
62
|
+
maintenanceOrderAccept: async (id: number, maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
60
63
|
// verify required parameter 'id' is not null or undefined
|
|
61
|
-
assertParamExists('
|
|
62
|
-
|
|
64
|
+
assertParamExists('maintenanceOrderAccept', 'id', id)
|
|
65
|
+
// verify required parameter 'maintenanceOrderAcceptanceAddDto' is not null or undefined
|
|
66
|
+
assertParamExists('maintenanceOrderAccept', 'maintenanceOrderAcceptanceAddDto', maintenanceOrderAcceptanceAddDto)
|
|
67
|
+
const localVarPath = `/gizone/maintenance-order/{id}/accept`
|
|
63
68
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
64
69
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
65
70
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -68,7 +73,7 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
68
73
|
baseOptions = configuration.baseOptions;
|
|
69
74
|
}
|
|
70
75
|
|
|
71
|
-
const localVarRequestOptions = { method: '
|
|
76
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
72
77
|
const localVarHeaderParameter = {} as any;
|
|
73
78
|
const localVarQueryParameter = {} as any;
|
|
74
79
|
|
|
@@ -78,9 +83,12 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
78
83
|
|
|
79
84
|
|
|
80
85
|
|
|
86
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
87
|
+
|
|
81
88
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
82
89
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
83
90
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
91
|
+
localVarRequestOptions.data = serializeDataIfNeeded(maintenanceOrderAcceptanceAddDto, localVarRequestOptions, configuration)
|
|
84
92
|
|
|
85
93
|
return {
|
|
86
94
|
url: toPathString(localVarUrlObj),
|
|
@@ -88,19 +96,19 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
88
96
|
};
|
|
89
97
|
},
|
|
90
98
|
/**
|
|
91
|
-
*
|
|
92
|
-
* @summary
|
|
99
|
+
* 编辑节点验收记录
|
|
100
|
+
* @summary 编辑节点验收记录
|
|
93
101
|
* @param {number} id
|
|
94
|
-
* @param {
|
|
102
|
+
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
95
103
|
* @param {*} [options] Override http request option.
|
|
96
104
|
* @throws {RequiredError}
|
|
97
105
|
*/
|
|
98
|
-
|
|
106
|
+
maintenanceOrderAcceptanceNodes: async (id: number, acceptanceNodeInfo: Array<AcceptanceNodeInfo>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
99
107
|
// verify required parameter 'id' is not null or undefined
|
|
100
|
-
assertParamExists('
|
|
101
|
-
// verify required parameter '
|
|
102
|
-
assertParamExists('
|
|
103
|
-
const localVarPath = `/gizone/maintenance-order/{id}/
|
|
108
|
+
assertParamExists('maintenanceOrderAcceptanceNodes', 'id', id)
|
|
109
|
+
// verify required parameter 'acceptanceNodeInfo' is not null or undefined
|
|
110
|
+
assertParamExists('maintenanceOrderAcceptanceNodes', 'acceptanceNodeInfo', acceptanceNodeInfo)
|
|
111
|
+
const localVarPath = `/gizone/maintenance-order/{id}/acceptance-nodes`
|
|
104
112
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
105
113
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
106
114
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -124,7 +132,7 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
124
132
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
125
133
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
126
134
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
127
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
135
|
+
localVarRequestOptions.data = serializeDataIfNeeded(acceptanceNodeInfo, localVarRequestOptions, configuration)
|
|
128
136
|
|
|
129
137
|
return {
|
|
130
138
|
url: toPathString(localVarUrlObj),
|
|
@@ -138,9 +146,9 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
138
146
|
* @param {*} [options] Override http request option.
|
|
139
147
|
* @throws {RequiredError}
|
|
140
148
|
*/
|
|
141
|
-
|
|
149
|
+
maintenanceOrderComplete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
142
150
|
// verify required parameter 'id' is not null or undefined
|
|
143
|
-
assertParamExists('
|
|
151
|
+
assertParamExists('maintenanceOrderComplete', 'id', id)
|
|
144
152
|
const localVarPath = `/gizone/maintenance-order/{id}/complete`
|
|
145
153
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
146
154
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -177,11 +185,11 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
177
185
|
* @param {*} [options] Override http request option.
|
|
178
186
|
* @throws {RequiredError}
|
|
179
187
|
*/
|
|
180
|
-
|
|
188
|
+
maintenanceOrderConstructionSchedules: async (id: number, maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
181
189
|
// verify required parameter 'id' is not null or undefined
|
|
182
|
-
assertParamExists('
|
|
190
|
+
assertParamExists('maintenanceOrderConstructionSchedules', 'id', id)
|
|
183
191
|
// verify required parameter 'maintenanceConstructionSchedulesDto' is not null or undefined
|
|
184
|
-
assertParamExists('
|
|
192
|
+
assertParamExists('maintenanceOrderConstructionSchedules', 'maintenanceConstructionSchedulesDto', maintenanceConstructionSchedulesDto)
|
|
185
193
|
const localVarPath = `/gizone/maintenance-order/{id}/construction-schedules`
|
|
186
194
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
187
195
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -214,19 +222,16 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
214
222
|
};
|
|
215
223
|
},
|
|
216
224
|
/**
|
|
217
|
-
*
|
|
218
|
-
* @summary
|
|
225
|
+
* 删除修缮订单(逻辑删除)
|
|
226
|
+
* @summary 删除修缮订单
|
|
219
227
|
* @param {number} id
|
|
220
|
-
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
221
228
|
* @param {*} [options] Override http request option.
|
|
222
229
|
* @throws {RequiredError}
|
|
223
230
|
*/
|
|
224
|
-
|
|
231
|
+
maintenanceOrderDelete: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
225
232
|
// verify required parameter 'id' is not null or undefined
|
|
226
|
-
assertParamExists('
|
|
227
|
-
|
|
228
|
-
assertParamExists('editAcceptanceNodes', 'acceptanceNodeInfo', acceptanceNodeInfo)
|
|
229
|
-
const localVarPath = `/gizone/maintenance-order/{id}/acceptance-nodes`
|
|
233
|
+
assertParamExists('maintenanceOrderDelete', 'id', id)
|
|
234
|
+
const localVarPath = `/gizone/maintenance-order/{id}`
|
|
230
235
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
231
236
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
232
237
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -235,7 +240,7 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
235
240
|
baseOptions = configuration.baseOptions;
|
|
236
241
|
}
|
|
237
242
|
|
|
238
|
-
const localVarRequestOptions = { method: '
|
|
243
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
239
244
|
const localVarHeaderParameter = {} as any;
|
|
240
245
|
const localVarQueryParameter = {} as any;
|
|
241
246
|
|
|
@@ -245,12 +250,9 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
245
250
|
|
|
246
251
|
|
|
247
252
|
|
|
248
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
249
|
-
|
|
250
253
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
251
254
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
252
255
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
253
|
-
localVarRequestOptions.data = serializeDataIfNeeded(acceptanceNodeInfo, localVarRequestOptions, configuration)
|
|
254
256
|
|
|
255
257
|
return {
|
|
256
258
|
url: toPathString(localVarUrlObj),
|
|
@@ -258,19 +260,16 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
258
260
|
};
|
|
259
261
|
},
|
|
260
262
|
/**
|
|
261
|
-
*
|
|
262
|
-
* @summary
|
|
263
|
+
* 根据ID查询修缮订单详情
|
|
264
|
+
* @summary 查询修缮订单详情
|
|
263
265
|
* @param {number} id
|
|
264
|
-
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
265
266
|
* @param {*} [options] Override http request option.
|
|
266
267
|
* @throws {RequiredError}
|
|
267
268
|
*/
|
|
268
|
-
|
|
269
|
+
maintenanceOrderDetail: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
269
270
|
// verify required parameter 'id' is not null or undefined
|
|
270
|
-
assertParamExists('
|
|
271
|
-
|
|
272
|
-
assertParamExists('editMaterialConfirmation', 'materialConfirmationInfo', materialConfirmationInfo)
|
|
273
|
-
const localVarPath = `/gizone/maintenance-order/{id}/material-confirmations`
|
|
271
|
+
assertParamExists('maintenanceOrderDetail', 'id', id)
|
|
272
|
+
const localVarPath = `/gizone/maintenance-order/{id}`
|
|
274
273
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
275
274
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
276
275
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -279,7 +278,7 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
279
278
|
baseOptions = configuration.baseOptions;
|
|
280
279
|
}
|
|
281
280
|
|
|
282
|
-
const localVarRequestOptions = { method: '
|
|
281
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
283
282
|
const localVarHeaderParameter = {} as any;
|
|
284
283
|
const localVarQueryParameter = {} as any;
|
|
285
284
|
|
|
@@ -289,12 +288,9 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
289
288
|
|
|
290
289
|
|
|
291
290
|
|
|
292
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
293
|
-
|
|
294
291
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
295
292
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
296
293
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
297
|
-
localVarRequestOptions.data = serializeDataIfNeeded(materialConfirmationInfo, localVarRequestOptions, configuration)
|
|
298
294
|
|
|
299
295
|
return {
|
|
300
296
|
url: toPathString(localVarUrlObj),
|
|
@@ -313,7 +309,7 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
313
309
|
* @param {*} [options] Override http request option.
|
|
314
310
|
* @throws {RequiredError}
|
|
315
311
|
*/
|
|
316
|
-
|
|
312
|
+
maintenanceOrderExport: async (parkId?: number, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
317
313
|
const localVarPath = `/gizone/maintenance-order/export`;
|
|
318
314
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
319
315
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -370,16 +366,19 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
370
366
|
};
|
|
371
367
|
},
|
|
372
368
|
/**
|
|
373
|
-
*
|
|
374
|
-
* @summary
|
|
369
|
+
* 编辑原材料确认单
|
|
370
|
+
* @summary 编辑原材料确认单
|
|
375
371
|
* @param {number} id
|
|
372
|
+
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
376
373
|
* @param {*} [options] Override http request option.
|
|
377
374
|
* @throws {RequiredError}
|
|
378
375
|
*/
|
|
379
|
-
|
|
376
|
+
maintenanceOrderMaterialConfirmations: async (id: number, materialConfirmationInfo: Array<MaterialConfirmationInfo>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
380
377
|
// verify required parameter 'id' is not null or undefined
|
|
381
|
-
assertParamExists('
|
|
382
|
-
|
|
378
|
+
assertParamExists('maintenanceOrderMaterialConfirmations', 'id', id)
|
|
379
|
+
// verify required parameter 'materialConfirmationInfo' is not null or undefined
|
|
380
|
+
assertParamExists('maintenanceOrderMaterialConfirmations', 'materialConfirmationInfo', materialConfirmationInfo)
|
|
381
|
+
const localVarPath = `/gizone/maintenance-order/{id}/material-confirmations`
|
|
383
382
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
384
383
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
385
384
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -388,7 +387,7 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
388
387
|
baseOptions = configuration.baseOptions;
|
|
389
388
|
}
|
|
390
389
|
|
|
391
|
-
const localVarRequestOptions = { method: '
|
|
390
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
392
391
|
const localVarHeaderParameter = {} as any;
|
|
393
392
|
const localVarQueryParameter = {} as any;
|
|
394
393
|
|
|
@@ -398,9 +397,12 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
398
397
|
|
|
399
398
|
|
|
400
399
|
|
|
400
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
401
|
+
|
|
401
402
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
402
403
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
403
404
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
405
|
+
localVarRequestOptions.data = serializeDataIfNeeded(materialConfirmationInfo, localVarRequestOptions, configuration)
|
|
404
406
|
|
|
405
407
|
return {
|
|
406
408
|
url: toPathString(localVarUrlObj),
|
|
@@ -423,11 +425,11 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
423
425
|
* @param {*} [options] Override http request option.
|
|
424
426
|
* @throws {RequiredError}
|
|
425
427
|
*/
|
|
426
|
-
|
|
428
|
+
maintenanceOrderPageList: async (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> => {
|
|
427
429
|
// verify required parameter 'page' is not null or undefined
|
|
428
|
-
assertParamExists('
|
|
430
|
+
assertParamExists('maintenanceOrderPageList', 'page', page)
|
|
429
431
|
// verify required parameter 'pageSize' is not null or undefined
|
|
430
|
-
assertParamExists('
|
|
432
|
+
assertParamExists('maintenanceOrderPageList', 'pageSize', pageSize)
|
|
431
433
|
const localVarPath = `/gizone/maintenance-order`;
|
|
432
434
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
433
435
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -490,6 +492,44 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
490
492
|
|
|
491
493
|
|
|
492
494
|
|
|
495
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
496
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
497
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
498
|
+
|
|
499
|
+
return {
|
|
500
|
+
url: toPathString(localVarUrlObj),
|
|
501
|
+
options: localVarRequestOptions,
|
|
502
|
+
};
|
|
503
|
+
},
|
|
504
|
+
/**
|
|
505
|
+
*
|
|
506
|
+
* @summary 查询修缮单流转记录
|
|
507
|
+
* @param {number} id
|
|
508
|
+
* @param {*} [options] Override http request option.
|
|
509
|
+
* @throws {RequiredError}
|
|
510
|
+
*/
|
|
511
|
+
maintenanceOrderProcessRecord: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
512
|
+
// verify required parameter 'id' is not null or undefined
|
|
513
|
+
assertParamExists('maintenanceOrderProcessRecord', 'id', id)
|
|
514
|
+
const localVarPath = `/gizone/maintenance-order/{id}/processRecord`
|
|
515
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
516
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
517
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
518
|
+
let baseOptions;
|
|
519
|
+
if (configuration) {
|
|
520
|
+
baseOptions = configuration.baseOptions;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
524
|
+
const localVarHeaderParameter = {} as any;
|
|
525
|
+
const localVarQueryParameter = {} as any;
|
|
526
|
+
|
|
527
|
+
// authentication tokenScheme required
|
|
528
|
+
// http bearer authentication required
|
|
529
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
493
533
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
494
534
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
495
535
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -507,11 +547,11 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
507
547
|
* @param {*} [options] Override http request option.
|
|
508
548
|
* @throws {RequiredError}
|
|
509
549
|
*/
|
|
510
|
-
|
|
550
|
+
maintenanceOrderSettlement: async (id: number, maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
511
551
|
// verify required parameter 'id' is not null or undefined
|
|
512
|
-
assertParamExists('
|
|
552
|
+
assertParamExists('maintenanceOrderSettlement', 'id', id)
|
|
513
553
|
// verify required parameter 'maintenanceOrderSettlementAddDto' is not null or undefined
|
|
514
|
-
assertParamExists('
|
|
554
|
+
assertParamExists('maintenanceOrderSettlement', 'maintenanceOrderSettlementAddDto', maintenanceOrderSettlementAddDto)
|
|
515
555
|
const localVarPath = `/gizone/maintenance-order/{id}/settlement`
|
|
516
556
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
517
557
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -551,11 +591,11 @@ export const MaintenanceOrderApiAxiosParamCreator = function (configuration?: Co
|
|
|
551
591
|
* @param {*} [options] Override http request option.
|
|
552
592
|
* @throws {RequiredError}
|
|
553
593
|
*/
|
|
554
|
-
|
|
594
|
+
maintenanceOrderWarranty: async (id: number, maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
555
595
|
// verify required parameter 'id' is not null or undefined
|
|
556
|
-
assertParamExists('
|
|
596
|
+
assertParamExists('maintenanceOrderWarranty', 'id', id)
|
|
557
597
|
// verify required parameter 'maintenanceOrderWarrantyUpdateDto' is not null or undefined
|
|
558
|
-
assertParamExists('
|
|
598
|
+
assertParamExists('maintenanceOrderWarranty', 'maintenanceOrderWarrantyUpdateDto', maintenanceOrderWarrantyUpdateDto)
|
|
559
599
|
const localVarPath = `/gizone/maintenance-order/{id}/warranty`
|
|
560
600
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
561
601
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -598,30 +638,31 @@ export const MaintenanceOrderApiFp = function(configuration?: Configuration) {
|
|
|
598
638
|
const localVarAxiosParamCreator = MaintenanceOrderApiAxiosParamCreator(configuration)
|
|
599
639
|
return {
|
|
600
640
|
/**
|
|
601
|
-
*
|
|
602
|
-
* @summary
|
|
641
|
+
* 验收
|
|
642
|
+
* @summary 验收
|
|
603
643
|
* @param {number} id
|
|
644
|
+
* @param {MaintenanceOrderAcceptanceAddDto} maintenanceOrderAcceptanceAddDto
|
|
604
645
|
* @param {*} [options] Override http request option.
|
|
605
646
|
* @throws {RequiredError}
|
|
606
647
|
*/
|
|
607
|
-
async
|
|
608
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
648
|
+
async maintenanceOrderAccept(id: number, maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
649
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderAccept(id, maintenanceOrderAcceptanceAddDto, options);
|
|
609
650
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
610
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
651
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderAccept']?.[localVarOperationServerIndex]?.url;
|
|
611
652
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
612
653
|
},
|
|
613
654
|
/**
|
|
614
|
-
*
|
|
615
|
-
* @summary
|
|
655
|
+
* 编辑节点验收记录
|
|
656
|
+
* @summary 编辑节点验收记录
|
|
616
657
|
* @param {number} id
|
|
617
|
-
* @param {
|
|
658
|
+
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
618
659
|
* @param {*} [options] Override http request option.
|
|
619
660
|
* @throws {RequiredError}
|
|
620
661
|
*/
|
|
621
|
-
async
|
|
622
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
662
|
+
async maintenanceOrderAcceptanceNodes(id: number, acceptanceNodeInfo: Array<AcceptanceNodeInfo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
663
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderAcceptanceNodes(id, acceptanceNodeInfo, options);
|
|
623
664
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
624
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
665
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderAcceptanceNodes']?.[localVarOperationServerIndex]?.url;
|
|
625
666
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
626
667
|
},
|
|
627
668
|
/**
|
|
@@ -631,10 +672,10 @@ export const MaintenanceOrderApiFp = function(configuration?: Configuration) {
|
|
|
631
672
|
* @param {*} [options] Override http request option.
|
|
632
673
|
* @throws {RequiredError}
|
|
633
674
|
*/
|
|
634
|
-
async
|
|
635
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
675
|
+
async maintenanceOrderComplete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
676
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderComplete(id, options);
|
|
636
677
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
637
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
678
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderComplete']?.[localVarOperationServerIndex]?.url;
|
|
638
679
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
639
680
|
},
|
|
640
681
|
/**
|
|
@@ -645,38 +686,36 @@ export const MaintenanceOrderApiFp = function(configuration?: Configuration) {
|
|
|
645
686
|
* @param {*} [options] Override http request option.
|
|
646
687
|
* @throws {RequiredError}
|
|
647
688
|
*/
|
|
648
|
-
async
|
|
649
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
689
|
+
async maintenanceOrderConstructionSchedules(id: number, maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
690
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderConstructionSchedules(id, maintenanceConstructionSchedulesDto, options);
|
|
650
691
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
651
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
692
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderConstructionSchedules']?.[localVarOperationServerIndex]?.url;
|
|
652
693
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
653
694
|
},
|
|
654
695
|
/**
|
|
655
|
-
*
|
|
656
|
-
* @summary
|
|
696
|
+
* 删除修缮订单(逻辑删除)
|
|
697
|
+
* @summary 删除修缮订单
|
|
657
698
|
* @param {number} id
|
|
658
|
-
* @param {Array<AcceptanceNodeInfo>} acceptanceNodeInfo
|
|
659
699
|
* @param {*} [options] Override http request option.
|
|
660
700
|
* @throws {RequiredError}
|
|
661
701
|
*/
|
|
662
|
-
async
|
|
663
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
702
|
+
async maintenanceOrderDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
703
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderDelete(id, options);
|
|
664
704
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
665
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
705
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderDelete']?.[localVarOperationServerIndex]?.url;
|
|
666
706
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
667
707
|
},
|
|
668
708
|
/**
|
|
669
|
-
*
|
|
670
|
-
* @summary
|
|
709
|
+
* 根据ID查询修缮订单详情
|
|
710
|
+
* @summary 查询修缮订单详情
|
|
671
711
|
* @param {number} id
|
|
672
|
-
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
673
712
|
* @param {*} [options] Override http request option.
|
|
674
713
|
* @throws {RequiredError}
|
|
675
714
|
*/
|
|
676
|
-
async
|
|
677
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
715
|
+
async maintenanceOrderDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultMaintenanceOrderDetailsVo>> {
|
|
716
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderDetail(id, options);
|
|
678
717
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
679
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
718
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderDetail']?.[localVarOperationServerIndex]?.url;
|
|
680
719
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
681
720
|
},
|
|
682
721
|
/**
|
|
@@ -691,23 +730,24 @@ export const MaintenanceOrderApiFp = function(configuration?: Configuration) {
|
|
|
691
730
|
* @param {*} [options] Override http request option.
|
|
692
731
|
* @throws {RequiredError}
|
|
693
732
|
*/
|
|
694
|
-
async
|
|
695
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
733
|
+
async maintenanceOrderExport(parkId?: number, maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>, maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>, startTimeBegin?: string, startTimeEnd?: string, searchValue?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
734
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderExport(parkId, maintenanceOrderTypes, maintenanceOrderStatuses, startTimeBegin, startTimeEnd, searchValue, options);
|
|
696
735
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
697
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
736
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderExport']?.[localVarOperationServerIndex]?.url;
|
|
698
737
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
699
738
|
},
|
|
700
739
|
/**
|
|
701
|
-
*
|
|
702
|
-
* @summary
|
|
740
|
+
* 编辑原材料确认单
|
|
741
|
+
* @summary 编辑原材料确认单
|
|
703
742
|
* @param {number} id
|
|
743
|
+
* @param {Array<MaterialConfirmationInfo>} materialConfirmationInfo
|
|
704
744
|
* @param {*} [options] Override http request option.
|
|
705
745
|
* @throws {RequiredError}
|
|
706
746
|
*/
|
|
707
|
-
async
|
|
708
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
747
|
+
async maintenanceOrderMaterialConfirmations(id: number, materialConfirmationInfo: Array<MaterialConfirmationInfo>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
748
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderMaterialConfirmations(id, materialConfirmationInfo, options);
|
|
709
749
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
710
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
750
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderMaterialConfirmations']?.[localVarOperationServerIndex]?.url;
|
|
711
751
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
712
752
|
},
|
|
713
753
|
/**
|
|
@@ -726,10 +766,23 @@ export const MaintenanceOrderApiFp = function(configuration?: Configuration) {
|
|
|
726
766
|
* @param {*} [options] Override http request option.
|
|
727
767
|
* @throws {RequiredError}
|
|
728
768
|
*/
|
|
729
|
-
async
|
|
730
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
769
|
+
async 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>> {
|
|
770
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderPageList(page, pageSize, parkId, parkIds, maintenanceOrderTypes, maintenanceOrderStatuses, startTimeBegin, startTimeEnd, searchValue, isTimeOut, options);
|
|
771
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
772
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderPageList']?.[localVarOperationServerIndex]?.url;
|
|
773
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
774
|
+
},
|
|
775
|
+
/**
|
|
776
|
+
*
|
|
777
|
+
* @summary 查询修缮单流转记录
|
|
778
|
+
* @param {number} id
|
|
779
|
+
* @param {*} [options] Override http request option.
|
|
780
|
+
* @throws {RequiredError}
|
|
781
|
+
*/
|
|
782
|
+
async maintenanceOrderProcessRecord(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListMaintenanceOrderProcessRecordListVo>> {
|
|
783
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderProcessRecord(id, options);
|
|
731
784
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
732
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
785
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderProcessRecord']?.[localVarOperationServerIndex]?.url;
|
|
733
786
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
734
787
|
},
|
|
735
788
|
/**
|
|
@@ -740,10 +793,10 @@ export const MaintenanceOrderApiFp = function(configuration?: Configuration) {
|
|
|
740
793
|
* @param {*} [options] Override http request option.
|
|
741
794
|
* @throws {RequiredError}
|
|
742
795
|
*/
|
|
743
|
-
async
|
|
744
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
796
|
+
async maintenanceOrderSettlement(id: number, maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
797
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderSettlement(id, maintenanceOrderSettlementAddDto, options);
|
|
745
798
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
746
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
799
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderSettlement']?.[localVarOperationServerIndex]?.url;
|
|
747
800
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
748
801
|
},
|
|
749
802
|
/**
|
|
@@ -754,10 +807,10 @@ export const MaintenanceOrderApiFp = function(configuration?: Configuration) {
|
|
|
754
807
|
* @param {*} [options] Override http request option.
|
|
755
808
|
* @throws {RequiredError}
|
|
756
809
|
*/
|
|
757
|
-
async
|
|
758
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
810
|
+
async maintenanceOrderWarranty(id: number, maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
811
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.maintenanceOrderWarranty(id, maintenanceOrderWarrantyUpdateDto, options);
|
|
759
812
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
760
|
-
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.
|
|
813
|
+
const localVarOperationServerBasePath = operationServerMap['MaintenanceOrderApi.maintenanceOrderWarranty']?.[localVarOperationServerIndex]?.url;
|
|
761
814
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
762
815
|
},
|
|
763
816
|
}
|
|
@@ -771,408 +824,432 @@ export const MaintenanceOrderApiFactory = function (configuration?: Configuratio
|
|
|
771
824
|
const localVarFp = MaintenanceOrderApiFp(configuration)
|
|
772
825
|
return {
|
|
773
826
|
/**
|
|
774
|
-
*
|
|
775
|
-
* @summary
|
|
776
|
-
* @param {
|
|
827
|
+
* 验收
|
|
828
|
+
* @summary 验收
|
|
829
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptRequest} requestParameters Request parameters.
|
|
777
830
|
* @param {*} [options] Override http request option.
|
|
778
831
|
* @throws {RequiredError}
|
|
779
832
|
*/
|
|
780
|
-
|
|
781
|
-
return localVarFp.
|
|
833
|
+
maintenanceOrderAccept(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
834
|
+
return localVarFp.maintenanceOrderAccept(requestParameters.id, requestParameters.maintenanceOrderAcceptanceAddDto, options).then((request) => request(axios, basePath));
|
|
782
835
|
},
|
|
783
836
|
/**
|
|
784
|
-
*
|
|
785
|
-
* @summary
|
|
786
|
-
* @param {
|
|
837
|
+
* 编辑节点验收记录
|
|
838
|
+
* @summary 编辑节点验收记录
|
|
839
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest} requestParameters Request parameters.
|
|
787
840
|
* @param {*} [options] Override http request option.
|
|
788
841
|
* @throws {RequiredError}
|
|
789
842
|
*/
|
|
790
|
-
|
|
791
|
-
return localVarFp.
|
|
843
|
+
maintenanceOrderAcceptanceNodes(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
844
|
+
return localVarFp.maintenanceOrderAcceptanceNodes(requestParameters.id, requestParameters.acceptanceNodeInfo, options).then((request) => request(axios, basePath));
|
|
792
845
|
},
|
|
793
846
|
/**
|
|
794
847
|
* 施工完成
|
|
795
848
|
* @summary 施工完成
|
|
796
|
-
* @param {
|
|
849
|
+
* @param {MaintenanceOrderApiMaintenanceOrderCompleteRequest} requestParameters Request parameters.
|
|
797
850
|
* @param {*} [options] Override http request option.
|
|
798
851
|
* @throws {RequiredError}
|
|
799
852
|
*/
|
|
800
|
-
|
|
801
|
-
return localVarFp.
|
|
853
|
+
maintenanceOrderComplete(requestParameters: MaintenanceOrderApiMaintenanceOrderCompleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
854
|
+
return localVarFp.maintenanceOrderComplete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
802
855
|
},
|
|
803
856
|
/**
|
|
804
857
|
* 施工排期
|
|
805
858
|
* @summary 施工排期
|
|
806
|
-
* @param {
|
|
859
|
+
* @param {MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest} requestParameters Request parameters.
|
|
807
860
|
* @param {*} [options] Override http request option.
|
|
808
861
|
* @throws {RequiredError}
|
|
809
862
|
*/
|
|
810
|
-
|
|
811
|
-
return localVarFp.
|
|
863
|
+
maintenanceOrderConstructionSchedules(requestParameters: MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
864
|
+
return localVarFp.maintenanceOrderConstructionSchedules(requestParameters.id, requestParameters.maintenanceConstructionSchedulesDto, options).then((request) => request(axios, basePath));
|
|
812
865
|
},
|
|
813
866
|
/**
|
|
814
|
-
*
|
|
815
|
-
* @summary
|
|
816
|
-
* @param {
|
|
867
|
+
* 删除修缮订单(逻辑删除)
|
|
868
|
+
* @summary 删除修缮订单
|
|
869
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDeleteRequest} requestParameters Request parameters.
|
|
817
870
|
* @param {*} [options] Override http request option.
|
|
818
871
|
* @throws {RequiredError}
|
|
819
872
|
*/
|
|
820
|
-
|
|
821
|
-
return localVarFp.
|
|
873
|
+
maintenanceOrderDelete(requestParameters: MaintenanceOrderApiMaintenanceOrderDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
874
|
+
return localVarFp.maintenanceOrderDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
822
875
|
},
|
|
823
876
|
/**
|
|
824
|
-
*
|
|
825
|
-
* @summary
|
|
826
|
-
* @param {
|
|
877
|
+
* 根据ID查询修缮订单详情
|
|
878
|
+
* @summary 查询修缮订单详情
|
|
879
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDetailRequest} requestParameters Request parameters.
|
|
827
880
|
* @param {*} [options] Override http request option.
|
|
828
881
|
* @throws {RequiredError}
|
|
829
882
|
*/
|
|
830
|
-
|
|
831
|
-
return localVarFp.
|
|
883
|
+
maintenanceOrderDetail(requestParameters: MaintenanceOrderApiMaintenanceOrderDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultMaintenanceOrderDetailsVo> {
|
|
884
|
+
return localVarFp.maintenanceOrderDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
832
885
|
},
|
|
833
886
|
/**
|
|
834
887
|
* 导出
|
|
835
888
|
* @summary 导出
|
|
836
|
-
* @param {
|
|
889
|
+
* @param {MaintenanceOrderApiMaintenanceOrderExportRequest} requestParameters Request parameters.
|
|
837
890
|
* @param {*} [options] Override http request option.
|
|
838
891
|
* @throws {RequiredError}
|
|
839
892
|
*/
|
|
840
|
-
|
|
841
|
-
return localVarFp.
|
|
893
|
+
maintenanceOrderExport(requestParameters: MaintenanceOrderApiMaintenanceOrderExportRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
894
|
+
return localVarFp.maintenanceOrderExport(requestParameters.parkId, requestParameters.maintenanceOrderTypes, requestParameters.maintenanceOrderStatuses, requestParameters.startTimeBegin, requestParameters.startTimeEnd, requestParameters.searchValue, options).then((request) => request(axios, basePath));
|
|
842
895
|
},
|
|
843
896
|
/**
|
|
844
|
-
*
|
|
845
|
-
* @summary
|
|
846
|
-
* @param {
|
|
897
|
+
* 编辑原材料确认单
|
|
898
|
+
* @summary 编辑原材料确认单
|
|
899
|
+
* @param {MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest} requestParameters Request parameters.
|
|
847
900
|
* @param {*} [options] Override http request option.
|
|
848
901
|
* @throws {RequiredError}
|
|
849
902
|
*/
|
|
850
|
-
|
|
851
|
-
return localVarFp.
|
|
903
|
+
maintenanceOrderMaterialConfirmations(requestParameters: MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
904
|
+
return localVarFp.maintenanceOrderMaterialConfirmations(requestParameters.id, requestParameters.materialConfirmationInfo, options).then((request) => request(axios, basePath));
|
|
852
905
|
},
|
|
853
906
|
/**
|
|
854
907
|
* 分页查询修缮订单列表
|
|
855
908
|
* @summary 分页查询修缮订单列表
|
|
856
|
-
* @param {
|
|
909
|
+
* @param {MaintenanceOrderApiMaintenanceOrderPageListRequest} requestParameters Request parameters.
|
|
910
|
+
* @param {*} [options] Override http request option.
|
|
911
|
+
* @throws {RequiredError}
|
|
912
|
+
*/
|
|
913
|
+
maintenanceOrderPageList(requestParameters: MaintenanceOrderApiMaintenanceOrderPageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoMaintenanceOrderListVo> {
|
|
914
|
+
return localVarFp.maintenanceOrderPageList(requestParameters.page, requestParameters.pageSize, requestParameters.parkId, requestParameters.parkIds, requestParameters.maintenanceOrderTypes, requestParameters.maintenanceOrderStatuses, requestParameters.startTimeBegin, requestParameters.startTimeEnd, requestParameters.searchValue, requestParameters.isTimeOut, options).then((request) => request(axios, basePath));
|
|
915
|
+
},
|
|
916
|
+
/**
|
|
917
|
+
*
|
|
918
|
+
* @summary 查询修缮单流转记录
|
|
919
|
+
* @param {MaintenanceOrderApiMaintenanceOrderProcessRecordRequest} requestParameters Request parameters.
|
|
857
920
|
* @param {*} [options] Override http request option.
|
|
858
921
|
* @throws {RequiredError}
|
|
859
922
|
*/
|
|
860
|
-
|
|
861
|
-
return localVarFp.
|
|
923
|
+
maintenanceOrderProcessRecord(requestParameters: MaintenanceOrderApiMaintenanceOrderProcessRecordRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListMaintenanceOrderProcessRecordListVo> {
|
|
924
|
+
return localVarFp.maintenanceOrderProcessRecord(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
862
925
|
},
|
|
863
926
|
/**
|
|
864
927
|
* 结算
|
|
865
928
|
* @summary 结算
|
|
866
|
-
* @param {
|
|
929
|
+
* @param {MaintenanceOrderApiMaintenanceOrderSettlementRequest} requestParameters Request parameters.
|
|
867
930
|
* @param {*} [options] Override http request option.
|
|
868
931
|
* @throws {RequiredError}
|
|
869
932
|
*/
|
|
870
|
-
|
|
871
|
-
return localVarFp.
|
|
933
|
+
maintenanceOrderSettlement(requestParameters: MaintenanceOrderApiMaintenanceOrderSettlementRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
934
|
+
return localVarFp.maintenanceOrderSettlement(requestParameters.id, requestParameters.maintenanceOrderSettlementAddDto, options).then((request) => request(axios, basePath));
|
|
872
935
|
},
|
|
873
936
|
/**
|
|
874
937
|
* 质保
|
|
875
938
|
* @summary 质保
|
|
876
|
-
* @param {
|
|
939
|
+
* @param {MaintenanceOrderApiMaintenanceOrderWarrantyRequest} requestParameters Request parameters.
|
|
877
940
|
* @param {*} [options] Override http request option.
|
|
878
941
|
* @throws {RequiredError}
|
|
879
942
|
*/
|
|
880
|
-
|
|
881
|
-
return localVarFp.
|
|
943
|
+
maintenanceOrderWarranty(requestParameters: MaintenanceOrderApiMaintenanceOrderWarrantyRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
944
|
+
return localVarFp.maintenanceOrderWarranty(requestParameters.id, requestParameters.maintenanceOrderWarrantyUpdateDto, options).then((request) => request(axios, basePath));
|
|
882
945
|
},
|
|
883
946
|
};
|
|
884
947
|
};
|
|
885
948
|
|
|
886
949
|
/**
|
|
887
|
-
* Request parameters for
|
|
950
|
+
* Request parameters for maintenanceOrderAccept operation in MaintenanceOrderApi.
|
|
888
951
|
* @export
|
|
889
|
-
* @interface
|
|
952
|
+
* @interface MaintenanceOrderApiMaintenanceOrderAcceptRequest
|
|
890
953
|
*/
|
|
891
|
-
export interface
|
|
954
|
+
export interface MaintenanceOrderApiMaintenanceOrderAcceptRequest {
|
|
892
955
|
/**
|
|
893
956
|
*
|
|
894
957
|
* @type {number}
|
|
895
|
-
* @memberof
|
|
958
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAccept
|
|
896
959
|
*/
|
|
897
960
|
readonly id: number
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
*
|
|
964
|
+
* @type {MaintenanceOrderAcceptanceAddDto}
|
|
965
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAccept
|
|
966
|
+
*/
|
|
967
|
+
readonly maintenanceOrderAcceptanceAddDto: MaintenanceOrderAcceptanceAddDto
|
|
898
968
|
}
|
|
899
969
|
|
|
900
970
|
/**
|
|
901
|
-
* Request parameters for
|
|
971
|
+
* Request parameters for maintenanceOrderAcceptanceNodes operation in MaintenanceOrderApi.
|
|
902
972
|
* @export
|
|
903
|
-
* @interface
|
|
973
|
+
* @interface MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest
|
|
904
974
|
*/
|
|
905
|
-
export interface
|
|
975
|
+
export interface MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest {
|
|
906
976
|
/**
|
|
907
977
|
*
|
|
908
978
|
* @type {number}
|
|
909
|
-
* @memberof
|
|
979
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAcceptanceNodes
|
|
910
980
|
*/
|
|
911
981
|
readonly id: number
|
|
912
982
|
|
|
913
983
|
/**
|
|
914
984
|
*
|
|
915
|
-
* @type {
|
|
916
|
-
* @memberof
|
|
985
|
+
* @type {Array<AcceptanceNodeInfo>}
|
|
986
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderAcceptanceNodes
|
|
917
987
|
*/
|
|
918
|
-
readonly
|
|
988
|
+
readonly acceptanceNodeInfo: Array<AcceptanceNodeInfo>
|
|
919
989
|
}
|
|
920
990
|
|
|
921
991
|
/**
|
|
922
|
-
* Request parameters for
|
|
992
|
+
* Request parameters for maintenanceOrderComplete operation in MaintenanceOrderApi.
|
|
923
993
|
* @export
|
|
924
|
-
* @interface
|
|
994
|
+
* @interface MaintenanceOrderApiMaintenanceOrderCompleteRequest
|
|
925
995
|
*/
|
|
926
|
-
export interface
|
|
996
|
+
export interface MaintenanceOrderApiMaintenanceOrderCompleteRequest {
|
|
927
997
|
/**
|
|
928
998
|
*
|
|
929
999
|
* @type {number}
|
|
930
|
-
* @memberof
|
|
1000
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderComplete
|
|
931
1001
|
*/
|
|
932
1002
|
readonly id: number
|
|
933
1003
|
}
|
|
934
1004
|
|
|
935
1005
|
/**
|
|
936
|
-
* Request parameters for
|
|
1006
|
+
* Request parameters for maintenanceOrderConstructionSchedules operation in MaintenanceOrderApi.
|
|
937
1007
|
* @export
|
|
938
|
-
* @interface
|
|
1008
|
+
* @interface MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest
|
|
939
1009
|
*/
|
|
940
|
-
export interface
|
|
1010
|
+
export interface MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest {
|
|
941
1011
|
/**
|
|
942
1012
|
*
|
|
943
1013
|
* @type {number}
|
|
944
|
-
* @memberof
|
|
1014
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderConstructionSchedules
|
|
945
1015
|
*/
|
|
946
1016
|
readonly id: number
|
|
947
1017
|
|
|
948
1018
|
/**
|
|
949
1019
|
*
|
|
950
1020
|
* @type {MaintenanceConstructionSchedulesDto}
|
|
951
|
-
* @memberof
|
|
1021
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderConstructionSchedules
|
|
952
1022
|
*/
|
|
953
1023
|
readonly maintenanceConstructionSchedulesDto: MaintenanceConstructionSchedulesDto
|
|
954
1024
|
}
|
|
955
1025
|
|
|
956
1026
|
/**
|
|
957
|
-
* Request parameters for
|
|
1027
|
+
* Request parameters for maintenanceOrderDelete operation in MaintenanceOrderApi.
|
|
958
1028
|
* @export
|
|
959
|
-
* @interface
|
|
1029
|
+
* @interface MaintenanceOrderApiMaintenanceOrderDeleteRequest
|
|
960
1030
|
*/
|
|
961
|
-
export interface
|
|
1031
|
+
export interface MaintenanceOrderApiMaintenanceOrderDeleteRequest {
|
|
962
1032
|
/**
|
|
963
1033
|
*
|
|
964
1034
|
* @type {number}
|
|
965
|
-
* @memberof
|
|
1035
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderDelete
|
|
966
1036
|
*/
|
|
967
1037
|
readonly id: number
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
*
|
|
971
|
-
* @type {Array<AcceptanceNodeInfo>}
|
|
972
|
-
* @memberof MaintenanceOrderApiEditAcceptanceNodes
|
|
973
|
-
*/
|
|
974
|
-
readonly acceptanceNodeInfo: Array<AcceptanceNodeInfo>
|
|
975
1038
|
}
|
|
976
1039
|
|
|
977
1040
|
/**
|
|
978
|
-
* Request parameters for
|
|
1041
|
+
* Request parameters for maintenanceOrderDetail operation in MaintenanceOrderApi.
|
|
979
1042
|
* @export
|
|
980
|
-
* @interface
|
|
1043
|
+
* @interface MaintenanceOrderApiMaintenanceOrderDetailRequest
|
|
981
1044
|
*/
|
|
982
|
-
export interface
|
|
1045
|
+
export interface MaintenanceOrderApiMaintenanceOrderDetailRequest {
|
|
983
1046
|
/**
|
|
984
1047
|
*
|
|
985
1048
|
* @type {number}
|
|
986
|
-
* @memberof
|
|
1049
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderDetail
|
|
987
1050
|
*/
|
|
988
1051
|
readonly id: number
|
|
989
|
-
|
|
990
|
-
/**
|
|
991
|
-
*
|
|
992
|
-
* @type {Array<MaterialConfirmationInfo>}
|
|
993
|
-
* @memberof MaintenanceOrderApiEditMaterialConfirmation
|
|
994
|
-
*/
|
|
995
|
-
readonly materialConfirmationInfo: Array<MaterialConfirmationInfo>
|
|
996
1052
|
}
|
|
997
1053
|
|
|
998
1054
|
/**
|
|
999
|
-
* Request parameters for
|
|
1055
|
+
* Request parameters for maintenanceOrderExport operation in MaintenanceOrderApi.
|
|
1000
1056
|
* @export
|
|
1001
|
-
* @interface
|
|
1057
|
+
* @interface MaintenanceOrderApiMaintenanceOrderExportRequest
|
|
1002
1058
|
*/
|
|
1003
|
-
export interface
|
|
1059
|
+
export interface MaintenanceOrderApiMaintenanceOrderExportRequest {
|
|
1004
1060
|
/**
|
|
1005
1061
|
* 园区ID
|
|
1006
1062
|
* @type {number}
|
|
1007
|
-
* @memberof
|
|
1063
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
1008
1064
|
*/
|
|
1009
1065
|
readonly parkId?: number
|
|
1010
1066
|
|
|
1011
1067
|
/**
|
|
1012
1068
|
* 修缮类型
|
|
1013
1069
|
* @type {Array<MaintenanceOrderTypeEnum>}
|
|
1014
|
-
* @memberof
|
|
1070
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
1015
1071
|
*/
|
|
1016
1072
|
readonly maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>
|
|
1017
1073
|
|
|
1018
1074
|
/**
|
|
1019
1075
|
* 修缮状态
|
|
1020
1076
|
* @type {Array<MaintenanceOrderStatusEnum>}
|
|
1021
|
-
* @memberof
|
|
1077
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
1022
1078
|
*/
|
|
1023
1079
|
readonly maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>
|
|
1024
1080
|
|
|
1025
1081
|
/**
|
|
1026
1082
|
* 开始时间(生成时间)
|
|
1027
1083
|
* @type {string}
|
|
1028
|
-
* @memberof
|
|
1084
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
1029
1085
|
*/
|
|
1030
1086
|
readonly startTimeBegin?: string
|
|
1031
1087
|
|
|
1032
1088
|
/**
|
|
1033
1089
|
* 结束时间(生成时间)
|
|
1034
1090
|
* @type {string}
|
|
1035
|
-
* @memberof
|
|
1091
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
1036
1092
|
*/
|
|
1037
1093
|
readonly startTimeEnd?: string
|
|
1038
1094
|
|
|
1039
1095
|
/**
|
|
1040
1096
|
* 关键词
|
|
1041
1097
|
* @type {string}
|
|
1042
|
-
* @memberof
|
|
1098
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderExport
|
|
1043
1099
|
*/
|
|
1044
1100
|
readonly searchValue?: string
|
|
1045
1101
|
}
|
|
1046
1102
|
|
|
1047
1103
|
/**
|
|
1048
|
-
* Request parameters for
|
|
1104
|
+
* Request parameters for maintenanceOrderMaterialConfirmations operation in MaintenanceOrderApi.
|
|
1049
1105
|
* @export
|
|
1050
|
-
* @interface
|
|
1106
|
+
* @interface MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest
|
|
1051
1107
|
*/
|
|
1052
|
-
export interface
|
|
1108
|
+
export interface MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest {
|
|
1053
1109
|
/**
|
|
1054
1110
|
*
|
|
1055
1111
|
* @type {number}
|
|
1056
|
-
* @memberof
|
|
1112
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderMaterialConfirmations
|
|
1057
1113
|
*/
|
|
1058
1114
|
readonly id: number
|
|
1115
|
+
|
|
1116
|
+
/**
|
|
1117
|
+
*
|
|
1118
|
+
* @type {Array<MaterialConfirmationInfo>}
|
|
1119
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderMaterialConfirmations
|
|
1120
|
+
*/
|
|
1121
|
+
readonly materialConfirmationInfo: Array<MaterialConfirmationInfo>
|
|
1059
1122
|
}
|
|
1060
1123
|
|
|
1061
1124
|
/**
|
|
1062
|
-
* Request parameters for
|
|
1125
|
+
* Request parameters for maintenanceOrderPageList operation in MaintenanceOrderApi.
|
|
1063
1126
|
* @export
|
|
1064
|
-
* @interface
|
|
1127
|
+
* @interface MaintenanceOrderApiMaintenanceOrderPageListRequest
|
|
1065
1128
|
*/
|
|
1066
|
-
export interface
|
|
1129
|
+
export interface MaintenanceOrderApiMaintenanceOrderPageListRequest {
|
|
1067
1130
|
/**
|
|
1068
1131
|
* 页码
|
|
1069
1132
|
* @type {number}
|
|
1070
|
-
* @memberof
|
|
1133
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1071
1134
|
*/
|
|
1072
1135
|
readonly page: number
|
|
1073
1136
|
|
|
1074
1137
|
/**
|
|
1075
1138
|
* 每页数量
|
|
1076
1139
|
* @type {number}
|
|
1077
|
-
* @memberof
|
|
1140
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1078
1141
|
*/
|
|
1079
1142
|
readonly pageSize: number
|
|
1080
1143
|
|
|
1081
1144
|
/**
|
|
1082
1145
|
* 园区ID
|
|
1083
1146
|
* @type {number}
|
|
1084
|
-
* @memberof
|
|
1147
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1085
1148
|
*/
|
|
1086
1149
|
readonly parkId?: number
|
|
1087
1150
|
|
|
1088
1151
|
/**
|
|
1089
1152
|
* 园区ID集合
|
|
1090
1153
|
* @type {Array<number>}
|
|
1091
|
-
* @memberof
|
|
1154
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1092
1155
|
*/
|
|
1093
1156
|
readonly parkIds?: Array<number>
|
|
1094
1157
|
|
|
1095
1158
|
/**
|
|
1096
1159
|
* 修缮类型
|
|
1097
1160
|
* @type {Array<MaintenanceOrderTypeEnum>}
|
|
1098
|
-
* @memberof
|
|
1161
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1099
1162
|
*/
|
|
1100
1163
|
readonly maintenanceOrderTypes?: Array<MaintenanceOrderTypeEnum>
|
|
1101
1164
|
|
|
1102
1165
|
/**
|
|
1103
1166
|
* 修缮状态
|
|
1104
1167
|
* @type {Array<MaintenanceOrderStatusEnum>}
|
|
1105
|
-
* @memberof
|
|
1168
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1106
1169
|
*/
|
|
1107
1170
|
readonly maintenanceOrderStatuses?: Array<MaintenanceOrderStatusEnum>
|
|
1108
1171
|
|
|
1109
1172
|
/**
|
|
1110
1173
|
* 开始时间(生成时间)
|
|
1111
1174
|
* @type {string}
|
|
1112
|
-
* @memberof
|
|
1175
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1113
1176
|
*/
|
|
1114
1177
|
readonly startTimeBegin?: string
|
|
1115
1178
|
|
|
1116
1179
|
/**
|
|
1117
1180
|
* 结束时间(生成时间)
|
|
1118
1181
|
* @type {string}
|
|
1119
|
-
* @memberof
|
|
1182
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1120
1183
|
*/
|
|
1121
1184
|
readonly startTimeEnd?: string
|
|
1122
1185
|
|
|
1123
1186
|
/**
|
|
1124
1187
|
* 关键词
|
|
1125
1188
|
* @type {string}
|
|
1126
|
-
* @memberof
|
|
1189
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1127
1190
|
*/
|
|
1128
1191
|
readonly searchValue?: string
|
|
1129
1192
|
|
|
1130
1193
|
/**
|
|
1131
1194
|
* 是否超时
|
|
1132
1195
|
* @type {boolean}
|
|
1133
|
-
* @memberof
|
|
1196
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderPageList
|
|
1134
1197
|
*/
|
|
1135
1198
|
readonly isTimeOut?: boolean
|
|
1136
1199
|
}
|
|
1137
1200
|
|
|
1138
1201
|
/**
|
|
1139
|
-
* Request parameters for
|
|
1202
|
+
* Request parameters for maintenanceOrderProcessRecord operation in MaintenanceOrderApi.
|
|
1203
|
+
* @export
|
|
1204
|
+
* @interface MaintenanceOrderApiMaintenanceOrderProcessRecordRequest
|
|
1205
|
+
*/
|
|
1206
|
+
export interface MaintenanceOrderApiMaintenanceOrderProcessRecordRequest {
|
|
1207
|
+
/**
|
|
1208
|
+
*
|
|
1209
|
+
* @type {number}
|
|
1210
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderProcessRecord
|
|
1211
|
+
*/
|
|
1212
|
+
readonly id: number
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
/**
|
|
1216
|
+
* Request parameters for maintenanceOrderSettlement operation in MaintenanceOrderApi.
|
|
1140
1217
|
* @export
|
|
1141
|
-
* @interface
|
|
1218
|
+
* @interface MaintenanceOrderApiMaintenanceOrderSettlementRequest
|
|
1142
1219
|
*/
|
|
1143
|
-
export interface
|
|
1220
|
+
export interface MaintenanceOrderApiMaintenanceOrderSettlementRequest {
|
|
1144
1221
|
/**
|
|
1145
1222
|
*
|
|
1146
1223
|
* @type {number}
|
|
1147
|
-
* @memberof
|
|
1224
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderSettlement
|
|
1148
1225
|
*/
|
|
1149
1226
|
readonly id: number
|
|
1150
1227
|
|
|
1151
1228
|
/**
|
|
1152
1229
|
*
|
|
1153
1230
|
* @type {MaintenanceOrderSettlementAddDto}
|
|
1154
|
-
* @memberof
|
|
1231
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderSettlement
|
|
1155
1232
|
*/
|
|
1156
1233
|
readonly maintenanceOrderSettlementAddDto: MaintenanceOrderSettlementAddDto
|
|
1157
1234
|
}
|
|
1158
1235
|
|
|
1159
1236
|
/**
|
|
1160
|
-
* Request parameters for
|
|
1237
|
+
* Request parameters for maintenanceOrderWarranty operation in MaintenanceOrderApi.
|
|
1161
1238
|
* @export
|
|
1162
|
-
* @interface
|
|
1239
|
+
* @interface MaintenanceOrderApiMaintenanceOrderWarrantyRequest
|
|
1163
1240
|
*/
|
|
1164
|
-
export interface
|
|
1241
|
+
export interface MaintenanceOrderApiMaintenanceOrderWarrantyRequest {
|
|
1165
1242
|
/**
|
|
1166
1243
|
*
|
|
1167
1244
|
* @type {number}
|
|
1168
|
-
* @memberof
|
|
1245
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderWarranty
|
|
1169
1246
|
*/
|
|
1170
1247
|
readonly id: number
|
|
1171
1248
|
|
|
1172
1249
|
/**
|
|
1173
1250
|
*
|
|
1174
1251
|
* @type {MaintenanceOrderWarrantyUpdateDto}
|
|
1175
|
-
* @memberof
|
|
1252
|
+
* @memberof MaintenanceOrderApiMaintenanceOrderWarranty
|
|
1176
1253
|
*/
|
|
1177
1254
|
readonly maintenanceOrderWarrantyUpdateDto: MaintenanceOrderWarrantyUpdateDto
|
|
1178
1255
|
}
|
|
@@ -1185,135 +1262,147 @@ export interface MaintenanceOrderApiWarrantyRequest {
|
|
|
1185
1262
|
*/
|
|
1186
1263
|
export class MaintenanceOrderApi extends BaseAPI {
|
|
1187
1264
|
/**
|
|
1188
|
-
*
|
|
1189
|
-
* @summary
|
|
1190
|
-
* @param {
|
|
1265
|
+
* 验收
|
|
1266
|
+
* @summary 验收
|
|
1267
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptRequest} requestParameters Request parameters.
|
|
1191
1268
|
* @param {*} [options] Override http request option.
|
|
1192
1269
|
* @throws {RequiredError}
|
|
1193
1270
|
* @memberof MaintenanceOrderApi
|
|
1194
1271
|
*/
|
|
1195
|
-
public
|
|
1196
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1272
|
+
public maintenanceOrderAccept(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptRequest, options?: RawAxiosRequestConfig) {
|
|
1273
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderAccept(requestParameters.id, requestParameters.maintenanceOrderAcceptanceAddDto, options).then((request) => request(this.axios, this.basePath));
|
|
1197
1274
|
}
|
|
1198
1275
|
|
|
1199
1276
|
/**
|
|
1200
|
-
*
|
|
1201
|
-
* @summary
|
|
1202
|
-
* @param {
|
|
1277
|
+
* 编辑节点验收记录
|
|
1278
|
+
* @summary 编辑节点验收记录
|
|
1279
|
+
* @param {MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest} requestParameters Request parameters.
|
|
1203
1280
|
* @param {*} [options] Override http request option.
|
|
1204
1281
|
* @throws {RequiredError}
|
|
1205
1282
|
* @memberof MaintenanceOrderApi
|
|
1206
1283
|
*/
|
|
1207
|
-
public
|
|
1208
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1284
|
+
public maintenanceOrderAcceptanceNodes(requestParameters: MaintenanceOrderApiMaintenanceOrderAcceptanceNodesRequest, options?: RawAxiosRequestConfig) {
|
|
1285
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderAcceptanceNodes(requestParameters.id, requestParameters.acceptanceNodeInfo, options).then((request) => request(this.axios, this.basePath));
|
|
1209
1286
|
}
|
|
1210
1287
|
|
|
1211
1288
|
/**
|
|
1212
1289
|
* 施工完成
|
|
1213
1290
|
* @summary 施工完成
|
|
1214
|
-
* @param {
|
|
1291
|
+
* @param {MaintenanceOrderApiMaintenanceOrderCompleteRequest} requestParameters Request parameters.
|
|
1215
1292
|
* @param {*} [options] Override http request option.
|
|
1216
1293
|
* @throws {RequiredError}
|
|
1217
1294
|
* @memberof MaintenanceOrderApi
|
|
1218
1295
|
*/
|
|
1219
|
-
public
|
|
1220
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1296
|
+
public maintenanceOrderComplete(requestParameters: MaintenanceOrderApiMaintenanceOrderCompleteRequest, options?: RawAxiosRequestConfig) {
|
|
1297
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderComplete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1221
1298
|
}
|
|
1222
1299
|
|
|
1223
1300
|
/**
|
|
1224
1301
|
* 施工排期
|
|
1225
1302
|
* @summary 施工排期
|
|
1226
|
-
* @param {
|
|
1303
|
+
* @param {MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest} requestParameters Request parameters.
|
|
1227
1304
|
* @param {*} [options] Override http request option.
|
|
1228
1305
|
* @throws {RequiredError}
|
|
1229
1306
|
* @memberof MaintenanceOrderApi
|
|
1230
1307
|
*/
|
|
1231
|
-
public
|
|
1232
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1308
|
+
public maintenanceOrderConstructionSchedules(requestParameters: MaintenanceOrderApiMaintenanceOrderConstructionSchedulesRequest, options?: RawAxiosRequestConfig) {
|
|
1309
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderConstructionSchedules(requestParameters.id, requestParameters.maintenanceConstructionSchedulesDto, options).then((request) => request(this.axios, this.basePath));
|
|
1233
1310
|
}
|
|
1234
1311
|
|
|
1235
1312
|
/**
|
|
1236
|
-
*
|
|
1237
|
-
* @summary
|
|
1238
|
-
* @param {
|
|
1313
|
+
* 删除修缮订单(逻辑删除)
|
|
1314
|
+
* @summary 删除修缮订单
|
|
1315
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDeleteRequest} requestParameters Request parameters.
|
|
1239
1316
|
* @param {*} [options] Override http request option.
|
|
1240
1317
|
* @throws {RequiredError}
|
|
1241
1318
|
* @memberof MaintenanceOrderApi
|
|
1242
1319
|
*/
|
|
1243
|
-
public
|
|
1244
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1320
|
+
public maintenanceOrderDelete(requestParameters: MaintenanceOrderApiMaintenanceOrderDeleteRequest, options?: RawAxiosRequestConfig) {
|
|
1321
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1245
1322
|
}
|
|
1246
1323
|
|
|
1247
1324
|
/**
|
|
1248
|
-
*
|
|
1249
|
-
* @summary
|
|
1250
|
-
* @param {
|
|
1325
|
+
* 根据ID查询修缮订单详情
|
|
1326
|
+
* @summary 查询修缮订单详情
|
|
1327
|
+
* @param {MaintenanceOrderApiMaintenanceOrderDetailRequest} requestParameters Request parameters.
|
|
1251
1328
|
* @param {*} [options] Override http request option.
|
|
1252
1329
|
* @throws {RequiredError}
|
|
1253
1330
|
* @memberof MaintenanceOrderApi
|
|
1254
1331
|
*/
|
|
1255
|
-
public
|
|
1256
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1332
|
+
public maintenanceOrderDetail(requestParameters: MaintenanceOrderApiMaintenanceOrderDetailRequest, options?: RawAxiosRequestConfig) {
|
|
1333
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1257
1334
|
}
|
|
1258
1335
|
|
|
1259
1336
|
/**
|
|
1260
1337
|
* 导出
|
|
1261
1338
|
* @summary 导出
|
|
1262
|
-
* @param {
|
|
1339
|
+
* @param {MaintenanceOrderApiMaintenanceOrderExportRequest} requestParameters Request parameters.
|
|
1263
1340
|
* @param {*} [options] Override http request option.
|
|
1264
1341
|
* @throws {RequiredError}
|
|
1265
1342
|
* @memberof MaintenanceOrderApi
|
|
1266
1343
|
*/
|
|
1267
|
-
public
|
|
1268
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1344
|
+
public maintenanceOrderExport(requestParameters: MaintenanceOrderApiMaintenanceOrderExportRequest = {}, options?: RawAxiosRequestConfig) {
|
|
1345
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderExport(requestParameters.parkId, requestParameters.maintenanceOrderTypes, requestParameters.maintenanceOrderStatuses, requestParameters.startTimeBegin, requestParameters.startTimeEnd, requestParameters.searchValue, options).then((request) => request(this.axios, this.basePath));
|
|
1269
1346
|
}
|
|
1270
1347
|
|
|
1271
1348
|
/**
|
|
1272
|
-
*
|
|
1273
|
-
* @summary
|
|
1274
|
-
* @param {
|
|
1349
|
+
* 编辑原材料确认单
|
|
1350
|
+
* @summary 编辑原材料确认单
|
|
1351
|
+
* @param {MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest} requestParameters Request parameters.
|
|
1275
1352
|
* @param {*} [options] Override http request option.
|
|
1276
1353
|
* @throws {RequiredError}
|
|
1277
1354
|
* @memberof MaintenanceOrderApi
|
|
1278
1355
|
*/
|
|
1279
|
-
public
|
|
1280
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1356
|
+
public maintenanceOrderMaterialConfirmations(requestParameters: MaintenanceOrderApiMaintenanceOrderMaterialConfirmationsRequest, options?: RawAxiosRequestConfig) {
|
|
1357
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderMaterialConfirmations(requestParameters.id, requestParameters.materialConfirmationInfo, options).then((request) => request(this.axios, this.basePath));
|
|
1281
1358
|
}
|
|
1282
1359
|
|
|
1283
1360
|
/**
|
|
1284
1361
|
* 分页查询修缮订单列表
|
|
1285
1362
|
* @summary 分页查询修缮订单列表
|
|
1286
|
-
* @param {
|
|
1363
|
+
* @param {MaintenanceOrderApiMaintenanceOrderPageListRequest} requestParameters Request parameters.
|
|
1364
|
+
* @param {*} [options] Override http request option.
|
|
1365
|
+
* @throws {RequiredError}
|
|
1366
|
+
* @memberof MaintenanceOrderApi
|
|
1367
|
+
*/
|
|
1368
|
+
public maintenanceOrderPageList(requestParameters: MaintenanceOrderApiMaintenanceOrderPageListRequest, options?: RawAxiosRequestConfig) {
|
|
1369
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderPageList(requestParameters.page, requestParameters.pageSize, requestParameters.parkId, requestParameters.parkIds, requestParameters.maintenanceOrderTypes, requestParameters.maintenanceOrderStatuses, requestParameters.startTimeBegin, requestParameters.startTimeEnd, requestParameters.searchValue, requestParameters.isTimeOut, options).then((request) => request(this.axios, this.basePath));
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
/**
|
|
1373
|
+
*
|
|
1374
|
+
* @summary 查询修缮单流转记录
|
|
1375
|
+
* @param {MaintenanceOrderApiMaintenanceOrderProcessRecordRequest} requestParameters Request parameters.
|
|
1287
1376
|
* @param {*} [options] Override http request option.
|
|
1288
1377
|
* @throws {RequiredError}
|
|
1289
1378
|
* @memberof MaintenanceOrderApi
|
|
1290
1379
|
*/
|
|
1291
|
-
public
|
|
1292
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1380
|
+
public maintenanceOrderProcessRecord(requestParameters: MaintenanceOrderApiMaintenanceOrderProcessRecordRequest, options?: RawAxiosRequestConfig) {
|
|
1381
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderProcessRecord(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1293
1382
|
}
|
|
1294
1383
|
|
|
1295
1384
|
/**
|
|
1296
1385
|
* 结算
|
|
1297
1386
|
* @summary 结算
|
|
1298
|
-
* @param {
|
|
1387
|
+
* @param {MaintenanceOrderApiMaintenanceOrderSettlementRequest} requestParameters Request parameters.
|
|
1299
1388
|
* @param {*} [options] Override http request option.
|
|
1300
1389
|
* @throws {RequiredError}
|
|
1301
1390
|
* @memberof MaintenanceOrderApi
|
|
1302
1391
|
*/
|
|
1303
|
-
public
|
|
1304
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1392
|
+
public maintenanceOrderSettlement(requestParameters: MaintenanceOrderApiMaintenanceOrderSettlementRequest, options?: RawAxiosRequestConfig) {
|
|
1393
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderSettlement(requestParameters.id, requestParameters.maintenanceOrderSettlementAddDto, options).then((request) => request(this.axios, this.basePath));
|
|
1305
1394
|
}
|
|
1306
1395
|
|
|
1307
1396
|
/**
|
|
1308
1397
|
* 质保
|
|
1309
1398
|
* @summary 质保
|
|
1310
|
-
* @param {
|
|
1399
|
+
* @param {MaintenanceOrderApiMaintenanceOrderWarrantyRequest} requestParameters Request parameters.
|
|
1311
1400
|
* @param {*} [options] Override http request option.
|
|
1312
1401
|
* @throws {RequiredError}
|
|
1313
1402
|
* @memberof MaintenanceOrderApi
|
|
1314
1403
|
*/
|
|
1315
|
-
public
|
|
1316
|
-
return MaintenanceOrderApiFp(this.configuration).
|
|
1404
|
+
public maintenanceOrderWarranty(requestParameters: MaintenanceOrderApiMaintenanceOrderWarrantyRequest, options?: RawAxiosRequestConfig) {
|
|
1405
|
+
return MaintenanceOrderApiFp(this.configuration).maintenanceOrderWarranty(requestParameters.id, requestParameters.maintenanceOrderWarrantyUpdateDto, options).then((request) => request(this.axios, this.basePath));
|
|
1317
1406
|
}
|
|
1318
1407
|
}
|
|
1319
1408
|
|