@gizone/rrs-client 3.11.12-alpha.6 → 3.11.12-alpha.8
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 +0 -2
- package/apis/work-order-api.ts +2 -196
- package/dist/apis/work-order-api.d.ts +2 -108
- package/dist/apis/work-order-api.js +0 -152
- package/dist/esm/apis/work-order-api.d.ts +2 -108
- package/dist/esm/apis/work-order-api.js +0 -152
- package/dist/esm/models/get-user-wx200-response.d.ts +14 -14
- package/dist/esm/models/index.d.ts +0 -2
- package/dist/esm/models/index.js +0 -2
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
- package/dist/esm/models/maintenance-history-dto.js +0 -6
- package/dist/esm/models/period-detail-resp.d.ts +0 -6
- package/dist/esm/models/period-detail-resp.js +0 -6
- package/dist/esm/models/work-order-detail-dto.d.ts +6 -6
- package/dist/esm/models/work-order-detail-dto.js +0 -6
- package/dist/esm/models/work-order-search-dto.d.ts +0 -6
- package/dist/esm/models/work-order-search-dto.js +0 -6
- package/dist/models/get-user-wx200-response.d.ts +14 -14
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/maintenance-history-dto.d.ts +0 -6
- package/dist/models/maintenance-history-dto.js +0 -6
- package/dist/models/period-detail-resp.d.ts +0 -6
- package/dist/models/period-detail-resp.js +0 -6
- package/dist/models/work-order-detail-dto.d.ts +6 -6
- package/dist/models/work-order-detail-dto.js +0 -6
- package/dist/models/work-order-search-dto.d.ts +0 -6
- package/dist/models/work-order-search-dto.js +0 -6
- package/models/get-user-wx200-response.ts +14 -14
- package/models/index.ts +0 -2
- package/models/ipage-access-vo.ts +6 -6
- package/models/maintenance-history-dto.ts +0 -6
- package/models/period-detail-resp.ts +0 -6
- package/models/work-order-detail-dto.ts +6 -6
- package/models/work-order-search-dto.ts +0 -6
- package/package.json +1 -1
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.js +0 -14
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.js +0 -14
- package/dist/models/work-order-check-before-acceptance-adopt-vo.d.ts +0 -30
- package/dist/models/work-order-check-before-acceptance-adopt-vo.js +0 -15
- package/dist/models/work-order-check-before-acceptance-no-vo.d.ts +0 -36
- package/dist/models/work-order-check-before-acceptance-no-vo.js +0 -15
- package/models/work-order-check-before-acceptance-adopt-vo.ts +0 -36
- package/models/work-order-check-before-acceptance-no-vo.ts +0 -42
|
@@ -37,8 +37,6 @@ import type { PlanToStateVo } from '../models';
|
|
|
37
37
|
import type { ProcessWorkOrderVo } from '../models';
|
|
38
38
|
import type { SavePeriodWorkOrderDetailReq } from '../models';
|
|
39
39
|
import type { WorkOrderAddVo } from '../models';
|
|
40
|
-
import type { WorkOrderCheckBeforeAcceptanceAdoptVo } from '../models';
|
|
41
|
-
import type { WorkOrderCheckBeforeAcceptanceNoVo } from '../models';
|
|
42
40
|
import type { WorkOrderCommentVo } from '../models';
|
|
43
41
|
import type { WorkOrderDistributeLeafletsVo } from '../models';
|
|
44
42
|
import type { WorkOrderHandleMeterReadingVo } from '../models';
|
|
@@ -85,22 +83,6 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
85
83
|
* @throws {RequiredError}
|
|
86
84
|
*/
|
|
87
85
|
calendarList: (date: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
88
|
-
/**
|
|
89
|
-
*
|
|
90
|
-
* @summary 验收通过
|
|
91
|
-
* @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
|
|
92
|
-
* @param {*} [options] Override http request option.
|
|
93
|
-
* @throws {RequiredError}
|
|
94
|
-
*/
|
|
95
|
-
checkBeforeAcceptanceAdopt: (workOrderCheckBeforeAcceptanceAdoptVo: WorkOrderCheckBeforeAcceptanceAdoptVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
96
|
-
/**
|
|
97
|
-
*
|
|
98
|
-
* @summary 验收未通过
|
|
99
|
-
* @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
|
|
100
|
-
* @param {*} [options] Override http request option.
|
|
101
|
-
* @throws {RequiredError}
|
|
102
|
-
*/
|
|
103
|
-
checkBeforeAcceptanceNo: (workOrderCheckBeforeAcceptanceNoVo: WorkOrderCheckBeforeAcceptanceNoVo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
104
86
|
/**
|
|
105
87
|
*
|
|
106
88
|
* @summary 查询当前工单评论
|
|
@@ -419,22 +401,6 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
419
401
|
* @throws {RequiredError}
|
|
420
402
|
*/
|
|
421
403
|
calendarList(date: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListPlanCalendarListVo>>;
|
|
422
|
-
/**
|
|
423
|
-
*
|
|
424
|
-
* @summary 验收通过
|
|
425
|
-
* @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
|
|
426
|
-
* @param {*} [options] Override http request option.
|
|
427
|
-
* @throws {RequiredError}
|
|
428
|
-
*/
|
|
429
|
-
checkBeforeAcceptanceAdopt(workOrderCheckBeforeAcceptanceAdoptVo: WorkOrderCheckBeforeAcceptanceAdoptVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
430
|
-
/**
|
|
431
|
-
*
|
|
432
|
-
* @summary 验收未通过
|
|
433
|
-
* @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
|
|
434
|
-
* @param {*} [options] Override http request option.
|
|
435
|
-
* @throws {RequiredError}
|
|
436
|
-
*/
|
|
437
|
-
checkBeforeAcceptanceNo(workOrderCheckBeforeAcceptanceNoVo: WorkOrderCheckBeforeAcceptanceNoVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
438
404
|
/**
|
|
439
405
|
*
|
|
440
406
|
* @summary 查询当前工单评论
|
|
@@ -752,22 +718,6 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
752
718
|
* @throws {RequiredError}
|
|
753
719
|
*/
|
|
754
720
|
calendarList(requestParameters: WorkOrderApiCalendarListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListPlanCalendarListVo>;
|
|
755
|
-
/**
|
|
756
|
-
*
|
|
757
|
-
* @summary 验收通过
|
|
758
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
|
|
759
|
-
* @param {*} [options] Override http request option.
|
|
760
|
-
* @throws {RequiredError}
|
|
761
|
-
*/
|
|
762
|
-
checkBeforeAcceptanceAdopt(requestParameters: WorkOrderApiCheckBeforeAcceptanceAdoptRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
763
|
-
/**
|
|
764
|
-
*
|
|
765
|
-
* @summary 验收未通过
|
|
766
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
|
|
767
|
-
* @param {*} [options] Override http request option.
|
|
768
|
-
* @throws {RequiredError}
|
|
769
|
-
*/
|
|
770
|
-
checkBeforeAcceptanceNo(requestParameters: WorkOrderApiCheckBeforeAcceptanceNoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
771
721
|
/**
|
|
772
722
|
*
|
|
773
723
|
* @summary 查询当前工单评论
|
|
@@ -1075,32 +1025,6 @@ export interface WorkOrderApiCalendarListRequest {
|
|
|
1075
1025
|
*/
|
|
1076
1026
|
readonly date: string;
|
|
1077
1027
|
}
|
|
1078
|
-
/**
|
|
1079
|
-
* Request parameters for checkBeforeAcceptanceAdopt operation in WorkOrderApi.
|
|
1080
|
-
* @export
|
|
1081
|
-
* @interface WorkOrderApiCheckBeforeAcceptanceAdoptRequest
|
|
1082
|
-
*/
|
|
1083
|
-
export interface WorkOrderApiCheckBeforeAcceptanceAdoptRequest {
|
|
1084
|
-
/**
|
|
1085
|
-
*
|
|
1086
|
-
* @type {WorkOrderCheckBeforeAcceptanceAdoptVo}
|
|
1087
|
-
* @memberof WorkOrderApiCheckBeforeAcceptanceAdopt
|
|
1088
|
-
*/
|
|
1089
|
-
readonly workOrderCheckBeforeAcceptanceAdoptVo: WorkOrderCheckBeforeAcceptanceAdoptVo;
|
|
1090
|
-
}
|
|
1091
|
-
/**
|
|
1092
|
-
* Request parameters for checkBeforeAcceptanceNo operation in WorkOrderApi.
|
|
1093
|
-
* @export
|
|
1094
|
-
* @interface WorkOrderApiCheckBeforeAcceptanceNoRequest
|
|
1095
|
-
*/
|
|
1096
|
-
export interface WorkOrderApiCheckBeforeAcceptanceNoRequest {
|
|
1097
|
-
/**
|
|
1098
|
-
*
|
|
1099
|
-
* @type {WorkOrderCheckBeforeAcceptanceNoVo}
|
|
1100
|
-
* @memberof WorkOrderApiCheckBeforeAcceptanceNo
|
|
1101
|
-
*/
|
|
1102
|
-
readonly workOrderCheckBeforeAcceptanceNoVo: WorkOrderCheckBeforeAcceptanceNoVo;
|
|
1103
|
-
}
|
|
1104
1028
|
/**
|
|
1105
1029
|
* Request parameters for commentList operation in WorkOrderApi.
|
|
1106
1030
|
* @export
|
|
@@ -1205,7 +1129,7 @@ export interface WorkOrderApiExportWorkOrderRequest {
|
|
|
1205
1129
|
readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
|
|
1206
1130
|
/**
|
|
1207
1131
|
* 工单状态
|
|
1208
|
-
* @type {'
|
|
1132
|
+
* @type {'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'OVERDUE' | 'CLOSED'}
|
|
1209
1133
|
* @memberof WorkOrderApiExportWorkOrder
|
|
1210
1134
|
*/
|
|
1211
1135
|
readonly workOrderStatus?: ExportWorkOrderWorkOrderStatusEnum;
|
|
@@ -1553,7 +1477,7 @@ export interface WorkOrderApiWorkOrderListRequest {
|
|
|
1553
1477
|
readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
|
|
1554
1478
|
/**
|
|
1555
1479
|
* 工单状态
|
|
1556
|
-
* @type {'
|
|
1480
|
+
* @type {'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'OVERDUE' | 'CLOSED'}
|
|
1557
1481
|
* @memberof WorkOrderApiWorkOrderList
|
|
1558
1482
|
*/
|
|
1559
1483
|
readonly workOrderStatus?: WorkOrderListWorkOrderStatusEnum;
|
|
@@ -1733,24 +1657,6 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
1733
1657
|
* @memberof WorkOrderApi
|
|
1734
1658
|
*/
|
|
1735
1659
|
calendarList(requestParameters: WorkOrderApiCalendarListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListPlanCalendarListVo, any>>;
|
|
1736
|
-
/**
|
|
1737
|
-
*
|
|
1738
|
-
* @summary 验收通过
|
|
1739
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
|
|
1740
|
-
* @param {*} [options] Override http request option.
|
|
1741
|
-
* @throws {RequiredError}
|
|
1742
|
-
* @memberof WorkOrderApi
|
|
1743
|
-
*/
|
|
1744
|
-
checkBeforeAcceptanceAdopt(requestParameters: WorkOrderApiCheckBeforeAcceptanceAdoptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
1745
|
-
/**
|
|
1746
|
-
*
|
|
1747
|
-
* @summary 验收未通过
|
|
1748
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
|
|
1749
|
-
* @param {*} [options] Override http request option.
|
|
1750
|
-
* @throws {RequiredError}
|
|
1751
|
-
* @memberof WorkOrderApi
|
|
1752
|
-
*/
|
|
1753
|
-
checkBeforeAcceptanceNo(requestParameters: WorkOrderApiCheckBeforeAcceptanceNoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
1754
1660
|
/**
|
|
1755
1661
|
*
|
|
1756
1662
|
* @summary 查询当前工单评论
|
|
@@ -2035,16 +1941,10 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
2035
1941
|
* @export
|
|
2036
1942
|
*/
|
|
2037
1943
|
export declare const ExportWorkOrderWorkOrderStatusEnum: {
|
|
2038
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
2039
1944
|
readonly Pending: "PENDING";
|
|
2040
1945
|
readonly InProgress: "IN_PROGRESS";
|
|
2041
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
2042
1946
|
readonly Completed: "COMPLETED";
|
|
2043
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
2044
1947
|
readonly Overdue: "OVERDUE";
|
|
2045
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
2046
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
2047
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
2048
1948
|
readonly Closed: "CLOSED";
|
|
2049
1949
|
};
|
|
2050
1950
|
export type ExportWorkOrderWorkOrderStatusEnum = typeof ExportWorkOrderWorkOrderStatusEnum[keyof typeof ExportWorkOrderWorkOrderStatusEnum];
|
|
@@ -2071,16 +1971,10 @@ export type PlanListPlanTypeEnum = typeof PlanListPlanTypeEnum[keyof typeof Plan
|
|
|
2071
1971
|
* @export
|
|
2072
1972
|
*/
|
|
2073
1973
|
export declare const WorkOrderListWorkOrderStatusEnum: {
|
|
2074
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
2075
1974
|
readonly Pending: "PENDING";
|
|
2076
1975
|
readonly InProgress: "IN_PROGRESS";
|
|
2077
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
2078
1976
|
readonly Completed: "COMPLETED";
|
|
2079
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
2080
1977
|
readonly Overdue: "OVERDUE";
|
|
2081
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
2082
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
2083
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
2084
1978
|
readonly Closed: "CLOSED";
|
|
2085
1979
|
};
|
|
2086
1980
|
export type WorkOrderListWorkOrderStatusEnum = typeof WorkOrderListWorkOrderStatusEnum[keyof typeof WorkOrderListWorkOrderStatusEnum];
|
|
@@ -174,72 +174,6 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
options: localVarRequestOptions,
|
|
175
175
|
};
|
|
176
176
|
}),
|
|
177
|
-
/**
|
|
178
|
-
*
|
|
179
|
-
* @summary 验收通过
|
|
180
|
-
* @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
|
|
181
|
-
* @param {*} [options] Override http request option.
|
|
182
|
-
* @throws {RequiredError}
|
|
183
|
-
*/
|
|
184
|
-
checkBeforeAcceptanceAdopt: (workOrderCheckBeforeAcceptanceAdoptVo_1, ...args_1) => __awaiter(this, [workOrderCheckBeforeAcceptanceAdoptVo_1, ...args_1], void 0, function* (workOrderCheckBeforeAcceptanceAdoptVo, options = {}) {
|
|
185
|
-
// verify required parameter 'workOrderCheckBeforeAcceptanceAdoptVo' is not null or undefined
|
|
186
|
-
assertParamExists('checkBeforeAcceptanceAdopt', 'workOrderCheckBeforeAcceptanceAdoptVo', workOrderCheckBeforeAcceptanceAdoptVo);
|
|
187
|
-
const localVarPath = `/gizone/workOrder/check/before/acceptance/adopt`;
|
|
188
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
189
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
190
|
-
let baseOptions;
|
|
191
|
-
if (configuration) {
|
|
192
|
-
baseOptions = configuration.baseOptions;
|
|
193
|
-
}
|
|
194
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
195
|
-
const localVarHeaderParameter = {};
|
|
196
|
-
const localVarQueryParameter = {};
|
|
197
|
-
// authentication tokenScheme required
|
|
198
|
-
// http bearer authentication required
|
|
199
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
200
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
201
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
202
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
203
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
204
|
-
localVarRequestOptions.data = serializeDataIfNeeded(workOrderCheckBeforeAcceptanceAdoptVo, localVarRequestOptions, configuration);
|
|
205
|
-
return {
|
|
206
|
-
url: toPathString(localVarUrlObj),
|
|
207
|
-
options: localVarRequestOptions,
|
|
208
|
-
};
|
|
209
|
-
}),
|
|
210
|
-
/**
|
|
211
|
-
*
|
|
212
|
-
* @summary 验收未通过
|
|
213
|
-
* @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
|
|
214
|
-
* @param {*} [options] Override http request option.
|
|
215
|
-
* @throws {RequiredError}
|
|
216
|
-
*/
|
|
217
|
-
checkBeforeAcceptanceNo: (workOrderCheckBeforeAcceptanceNoVo_1, ...args_1) => __awaiter(this, [workOrderCheckBeforeAcceptanceNoVo_1, ...args_1], void 0, function* (workOrderCheckBeforeAcceptanceNoVo, options = {}) {
|
|
218
|
-
// verify required parameter 'workOrderCheckBeforeAcceptanceNoVo' is not null or undefined
|
|
219
|
-
assertParamExists('checkBeforeAcceptanceNo', 'workOrderCheckBeforeAcceptanceNoVo', workOrderCheckBeforeAcceptanceNoVo);
|
|
220
|
-
const localVarPath = `/gizone/workOrder/check/before/acceptance/no`;
|
|
221
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
222
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
223
|
-
let baseOptions;
|
|
224
|
-
if (configuration) {
|
|
225
|
-
baseOptions = configuration.baseOptions;
|
|
226
|
-
}
|
|
227
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
228
|
-
const localVarHeaderParameter = {};
|
|
229
|
-
const localVarQueryParameter = {};
|
|
230
|
-
// authentication tokenScheme required
|
|
231
|
-
// http bearer authentication required
|
|
232
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
233
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
234
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
235
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
236
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
237
|
-
localVarRequestOptions.data = serializeDataIfNeeded(workOrderCheckBeforeAcceptanceNoVo, localVarRequestOptions, configuration);
|
|
238
|
-
return {
|
|
239
|
-
url: toPathString(localVarUrlObj),
|
|
240
|
-
options: localVarRequestOptions,
|
|
241
|
-
};
|
|
242
|
-
}),
|
|
243
177
|
/**
|
|
244
178
|
*
|
|
245
179
|
* @summary 查询当前工单评论
|
|
@@ -1468,38 +1402,6 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
1468
1402
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1469
1403
|
});
|
|
1470
1404
|
},
|
|
1471
|
-
/**
|
|
1472
|
-
*
|
|
1473
|
-
* @summary 验收通过
|
|
1474
|
-
* @param {WorkOrderCheckBeforeAcceptanceAdoptVo} workOrderCheckBeforeAcceptanceAdoptVo
|
|
1475
|
-
* @param {*} [options] Override http request option.
|
|
1476
|
-
* @throws {RequiredError}
|
|
1477
|
-
*/
|
|
1478
|
-
checkBeforeAcceptanceAdopt(workOrderCheckBeforeAcceptanceAdoptVo, options) {
|
|
1479
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1480
|
-
var _a, _b, _c;
|
|
1481
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.checkBeforeAcceptanceAdopt(workOrderCheckBeforeAcceptanceAdoptVo, options);
|
|
1482
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1483
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.checkBeforeAcceptanceAdopt']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1484
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1485
|
-
});
|
|
1486
|
-
},
|
|
1487
|
-
/**
|
|
1488
|
-
*
|
|
1489
|
-
* @summary 验收未通过
|
|
1490
|
-
* @param {WorkOrderCheckBeforeAcceptanceNoVo} workOrderCheckBeforeAcceptanceNoVo
|
|
1491
|
-
* @param {*} [options] Override http request option.
|
|
1492
|
-
* @throws {RequiredError}
|
|
1493
|
-
*/
|
|
1494
|
-
checkBeforeAcceptanceNo(workOrderCheckBeforeAcceptanceNoVo, options) {
|
|
1495
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1496
|
-
var _a, _b, _c;
|
|
1497
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.checkBeforeAcceptanceNo(workOrderCheckBeforeAcceptanceNoVo, options);
|
|
1498
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1499
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.checkBeforeAcceptanceNo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1500
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1501
|
-
});
|
|
1502
|
-
},
|
|
1503
1405
|
/**
|
|
1504
1406
|
*
|
|
1505
1407
|
* @summary 查询当前工单评论
|
|
@@ -2076,26 +1978,6 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
2076
1978
|
calendarList(requestParameters, options) {
|
|
2077
1979
|
return localVarFp.calendarList(requestParameters.date, options).then((request) => request(axios, basePath));
|
|
2078
1980
|
},
|
|
2079
|
-
/**
|
|
2080
|
-
*
|
|
2081
|
-
* @summary 验收通过
|
|
2082
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
|
|
2083
|
-
* @param {*} [options] Override http request option.
|
|
2084
|
-
* @throws {RequiredError}
|
|
2085
|
-
*/
|
|
2086
|
-
checkBeforeAcceptanceAdopt(requestParameters, options) {
|
|
2087
|
-
return localVarFp.checkBeforeAcceptanceAdopt(requestParameters.workOrderCheckBeforeAcceptanceAdoptVo, options).then((request) => request(axios, basePath));
|
|
2088
|
-
},
|
|
2089
|
-
/**
|
|
2090
|
-
*
|
|
2091
|
-
* @summary 验收未通过
|
|
2092
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
|
|
2093
|
-
* @param {*} [options] Override http request option.
|
|
2094
|
-
* @throws {RequiredError}
|
|
2095
|
-
*/
|
|
2096
|
-
checkBeforeAcceptanceNo(requestParameters, options) {
|
|
2097
|
-
return localVarFp.checkBeforeAcceptanceNo(requestParameters.workOrderCheckBeforeAcceptanceNoVo, options).then((request) => request(axios, basePath));
|
|
2098
|
-
},
|
|
2099
1981
|
/**
|
|
2100
1982
|
*
|
|
2101
1983
|
* @summary 查询当前工单评论
|
|
@@ -2459,28 +2341,6 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
2459
2341
|
calendarList(requestParameters, options) {
|
|
2460
2342
|
return WorkOrderApiFp(this.configuration).calendarList(requestParameters.date, options).then((request) => request(this.axios, this.basePath));
|
|
2461
2343
|
}
|
|
2462
|
-
/**
|
|
2463
|
-
*
|
|
2464
|
-
* @summary 验收通过
|
|
2465
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceAdoptRequest} requestParameters Request parameters.
|
|
2466
|
-
* @param {*} [options] Override http request option.
|
|
2467
|
-
* @throws {RequiredError}
|
|
2468
|
-
* @memberof WorkOrderApi
|
|
2469
|
-
*/
|
|
2470
|
-
checkBeforeAcceptanceAdopt(requestParameters, options) {
|
|
2471
|
-
return WorkOrderApiFp(this.configuration).checkBeforeAcceptanceAdopt(requestParameters.workOrderCheckBeforeAcceptanceAdoptVo, options).then((request) => request(this.axios, this.basePath));
|
|
2472
|
-
}
|
|
2473
|
-
/**
|
|
2474
|
-
*
|
|
2475
|
-
* @summary 验收未通过
|
|
2476
|
-
* @param {WorkOrderApiCheckBeforeAcceptanceNoRequest} requestParameters Request parameters.
|
|
2477
|
-
* @param {*} [options] Override http request option.
|
|
2478
|
-
* @throws {RequiredError}
|
|
2479
|
-
* @memberof WorkOrderApi
|
|
2480
|
-
*/
|
|
2481
|
-
checkBeforeAcceptanceNo(requestParameters, options) {
|
|
2482
|
-
return WorkOrderApiFp(this.configuration).checkBeforeAcceptanceNo(requestParameters.workOrderCheckBeforeAcceptanceNoVo, options).then((request) => request(this.axios, this.basePath));
|
|
2483
|
-
}
|
|
2484
2344
|
/**
|
|
2485
2345
|
*
|
|
2486
2346
|
* @summary 查询当前工单评论
|
|
@@ -2827,16 +2687,10 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
2827
2687
|
* @export
|
|
2828
2688
|
*/
|
|
2829
2689
|
export const ExportWorkOrderWorkOrderStatusEnum = {
|
|
2830
|
-
InPreparation: 'IN_PREPARATION',
|
|
2831
2690
|
Pending: 'PENDING',
|
|
2832
2691
|
InProgress: 'IN_PROGRESS',
|
|
2833
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
2834
2692
|
Completed: 'COMPLETED',
|
|
2835
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
2836
2693
|
Overdue: 'OVERDUE',
|
|
2837
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
2838
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
2839
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
2840
2694
|
Closed: 'CLOSED'
|
|
2841
2695
|
};
|
|
2842
2696
|
/**
|
|
@@ -2860,16 +2714,10 @@ export const PlanListPlanTypeEnum = {
|
|
|
2860
2714
|
* @export
|
|
2861
2715
|
*/
|
|
2862
2716
|
export const WorkOrderListWorkOrderStatusEnum = {
|
|
2863
|
-
InPreparation: 'IN_PREPARATION',
|
|
2864
2717
|
Pending: 'PENDING',
|
|
2865
2718
|
InProgress: 'IN_PROGRESS',
|
|
2866
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
2867
2719
|
Completed: 'COMPLETED',
|
|
2868
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
2869
2720
|
Overdue: 'OVERDUE',
|
|
2870
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
2871
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
2872
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
2873
2721
|
Closed: 'CLOSED'
|
|
2874
2722
|
};
|
|
2875
2723
|
/**
|
|
@@ -37,40 +37,40 @@ export interface GetUserWx200Response {
|
|
|
37
37
|
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {string}
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'contentType'?: string;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
47
47
|
* @memberof GetUserWx200Response
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'contentLength'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {GetUserWx200ResponseOutputStream}
|
|
53
53
|
* @memberof GetUserWx200Response
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
59
59
|
* @memberof GetUserWx200Response
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'bufferSize'?: number;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @type {
|
|
64
|
+
* @type {GetUserWx200ResponseLocale}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @type {
|
|
70
|
+
* @type {object}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'writer'?: object;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
|
@@ -79,14 +79,14 @@ export interface GetUserWx200Response {
|
|
|
79
79
|
'contentLengthLong'?: number;
|
|
80
80
|
/**
|
|
81
81
|
*
|
|
82
|
-
* @type {
|
|
82
|
+
* @type {string}
|
|
83
83
|
* @memberof GetUserWx200Response
|
|
84
84
|
*/
|
|
85
|
-
'
|
|
85
|
+
'characterEncoding'?: string;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {boolean}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'committed'?: boolean;
|
|
92
92
|
}
|
|
@@ -794,8 +794,6 @@ export * from './white-black-del-vo';
|
|
|
794
794
|
export * from './white-edit-vo';
|
|
795
795
|
export * from './white-search-vo';
|
|
796
796
|
export * from './work-order-add-vo';
|
|
797
|
-
export * from './work-order-check-before-acceptance-adopt-vo';
|
|
798
|
-
export * from './work-order-check-before-acceptance-no-vo';
|
|
799
797
|
export * from './work-order-circulation-vo';
|
|
800
798
|
export * from './work-order-comment-dto';
|
|
801
799
|
export * from './work-order-comment-entity';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -794,8 +794,6 @@ export * from './white-black-del-vo';
|
|
|
794
794
|
export * from './white-edit-vo';
|
|
795
795
|
export * from './white-search-vo';
|
|
796
796
|
export * from './work-order-add-vo';
|
|
797
|
-
export * from './work-order-check-before-acceptance-adopt-vo';
|
|
798
|
-
export * from './work-order-check-before-acceptance-no-vo';
|
|
799
797
|
export * from './work-order-circulation-vo';
|
|
800
798
|
export * from './work-order-comment-dto';
|
|
801
799
|
export * from './work-order-comment-entity';
|
|
@@ -22,12 +22,6 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {boolean}
|
|
28
|
-
* @memberof IPageAccessVO
|
|
29
|
-
*/
|
|
30
|
-
'searchCount'?: boolean;
|
|
31
25
|
/**
|
|
32
26
|
*
|
|
33
27
|
* @type {number}
|
|
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
|
|
|
53
47
|
* @deprecated
|
|
54
48
|
*/
|
|
55
49
|
'hitCount'?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof IPageAccessVO
|
|
54
|
+
*/
|
|
55
|
+
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -41,16 +41,10 @@ export interface MaintenanceHistoryDto {
|
|
|
41
41
|
'status'?: MaintenanceHistoryDtoStatusEnum;
|
|
42
42
|
}
|
|
43
43
|
export declare const MaintenanceHistoryDtoStatusEnum: {
|
|
44
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
45
44
|
readonly Pending: "PENDING";
|
|
46
45
|
readonly InProgress: "IN_PROGRESS";
|
|
47
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
48
46
|
readonly Completed: "COMPLETED";
|
|
49
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
50
47
|
readonly Overdue: "OVERDUE";
|
|
51
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
52
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
53
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
54
48
|
readonly Closed: "CLOSED";
|
|
55
49
|
};
|
|
56
50
|
export type MaintenanceHistoryDtoStatusEnum = typeof MaintenanceHistoryDtoStatusEnum[keyof typeof MaintenanceHistoryDtoStatusEnum];
|
|
@@ -12,15 +12,9 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const MaintenanceHistoryDtoStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
@@ -189,16 +189,10 @@ export interface PeriodDetailResp {
|
|
|
189
189
|
'workOrderDeptIds'?: Array<number>;
|
|
190
190
|
}
|
|
191
191
|
export declare const PeriodDetailRespWorkOrderStatusEnum: {
|
|
192
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
193
192
|
readonly Pending: "PENDING";
|
|
194
193
|
readonly InProgress: "IN_PROGRESS";
|
|
195
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
196
194
|
readonly Completed: "COMPLETED";
|
|
197
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
198
195
|
readonly Overdue: "OVERDUE";
|
|
199
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
200
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
201
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
202
196
|
readonly Closed: "CLOSED";
|
|
203
197
|
};
|
|
204
198
|
export type PeriodDetailRespWorkOrderStatusEnum = typeof PeriodDetailRespWorkOrderStatusEnum[keyof typeof PeriodDetailRespWorkOrderStatusEnum];
|
|
@@ -12,16 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const PeriodDetailRespWorkOrderStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
27
21
|
export const PeriodDetailRespSamplingResultsEnum = {
|
|
@@ -287,18 +287,18 @@ export interface WorkOrderDetailDTO {
|
|
|
287
287
|
* @memberof WorkOrderDetailDTO
|
|
288
288
|
*/
|
|
289
289
|
'workOrderSource'?: WorkOrderSourceEnum;
|
|
290
|
+
/**
|
|
291
|
+
* 设备名称
|
|
292
|
+
* @type {string}
|
|
293
|
+
* @memberof WorkOrderDetailDTO
|
|
294
|
+
*/
|
|
295
|
+
'equipmentName'?: string;
|
|
290
296
|
}
|
|
291
297
|
export declare const WorkOrderDetailDTOWorkOrderStatusEnum: {
|
|
292
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
293
298
|
readonly Pending: "PENDING";
|
|
294
299
|
readonly InProgress: "IN_PROGRESS";
|
|
295
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
296
300
|
readonly Completed: "COMPLETED";
|
|
297
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
298
301
|
readonly Overdue: "OVERDUE";
|
|
299
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
300
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
301
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
302
302
|
readonly Closed: "CLOSED";
|
|
303
303
|
};
|
|
304
304
|
export type WorkOrderDetailDTOWorkOrderStatusEnum = typeof WorkOrderDetailDTOWorkOrderStatusEnum[keyof typeof WorkOrderDetailDTOWorkOrderStatusEnum];
|
|
@@ -12,16 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const WorkOrderDetailDTOWorkOrderStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
27
21
|
export const WorkOrderDetailDTOSamplingResultsEnum = {
|
|
@@ -109,16 +109,10 @@ export interface WorkOrderSearchDTO {
|
|
|
109
109
|
'inspectionException'?: boolean;
|
|
110
110
|
}
|
|
111
111
|
export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
|
|
112
|
-
readonly InPreparation: "IN_PREPARATION";
|
|
113
112
|
readonly Pending: "PENDING";
|
|
114
113
|
readonly InProgress: "IN_PROGRESS";
|
|
115
|
-
readonly PendingAcceptance: "PENDING_ACCEPTANCE";
|
|
116
114
|
readonly Completed: "COMPLETED";
|
|
117
|
-
readonly AcceptanceRejected: "ACCEPTANCE_REJECTED";
|
|
118
115
|
readonly Overdue: "OVERDUE";
|
|
119
|
-
readonly OverdueFinished: "OVERDUE_FINISHED";
|
|
120
|
-
readonly OverdueUnfinished: "OVERDUE_UNFINISHED";
|
|
121
|
-
readonly OverdueClosed: "OVERDUE_CLOSED";
|
|
122
116
|
readonly Closed: "CLOSED";
|
|
123
117
|
};
|
|
124
118
|
export type WorkOrderSearchDTOWorkOrderStatusEnum = typeof WorkOrderSearchDTOWorkOrderStatusEnum[keyof typeof WorkOrderSearchDTOWorkOrderStatusEnum];
|
|
@@ -12,16 +12,10 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
export const WorkOrderSearchDTOWorkOrderStatusEnum = {
|
|
15
|
-
InPreparation: 'IN_PREPARATION',
|
|
16
15
|
Pending: 'PENDING',
|
|
17
16
|
InProgress: 'IN_PROGRESS',
|
|
18
|
-
PendingAcceptance: 'PENDING_ACCEPTANCE',
|
|
19
17
|
Completed: 'COMPLETED',
|
|
20
|
-
AcceptanceRejected: 'ACCEPTANCE_REJECTED',
|
|
21
18
|
Overdue: 'OVERDUE',
|
|
22
|
-
OverdueFinished: 'OVERDUE_FINISHED',
|
|
23
|
-
OverdueUnfinished: 'OVERDUE_UNFINISHED',
|
|
24
|
-
OverdueClosed: 'OVERDUE_CLOSED',
|
|
25
19
|
Closed: 'CLOSED'
|
|
26
20
|
};
|
|
27
21
|
export const WorkOrderSearchDTOSamplingResultsEnum = {
|