@gizone/rrs-client 4.2.8-alpha.468 → 4.2.8-alpha.469
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 +37 -0
- package/api.ts +1 -0
- package/apis/common-api.ts +286 -0
- package/apis/dashboard-api.ts +1878 -0
- package/apis/work-order-api.ts +164 -10
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/common-api.d.ts +149 -0
- package/dist/apis/common-api.js +215 -0
- package/dist/apis/dashboard-api.d.ts +979 -0
- package/dist/apis/dashboard-api.js +1469 -0
- package/dist/apis/work-order-api.d.ts +91 -4
- package/dist/apis/work-order-api.js +104 -10
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/common-api.d.ts +149 -0
- package/dist/esm/apis/common-api.js +215 -0
- package/dist/esm/apis/dashboard-api.d.ts +979 -0
- package/dist/esm/apis/dashboard-api.js +1462 -0
- package/dist/esm/apis/work-order-api.d.ts +91 -4
- package/dist/esm/apis/work-order-api.js +104 -10
- package/dist/esm/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/esm/models/access-appointment-source-enum.js +2 -1
- package/dist/esm/models/access-record-details-dto.d.ts +7 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-access-search-dto.d.ts +75 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +54 -0
- package/dist/esm/models/dashboard-base-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +60 -0
- package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/esm/models/dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +67 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +124 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.js +18 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/dept-relation-dto.d.ts +24 -0
- package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/esm/models/equipment-status-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +36 -0
- package/dist/esm/models/index.js +36 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/esm/models/json-result-list-inspection-point.js +14 -0
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-srm-center-vo.js +14 -0
- package/dist/esm/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/esm/models/json-result-srm-center-entity.js +14 -0
- package/dist/esm/models/park-list-dto.d.ts +24 -0
- package/dist/esm/models/srm-center-entity.d.ts +61 -0
- package/dist/esm/models/srm-center-entity.js +14 -0
- package/dist/esm/models/srm-center-vo.d.ts +61 -0
- package/dist/esm/models/srm-center-vo.js +14 -0
- package/dist/esm/models/srm-level-add-dto.d.ts +55 -0
- package/dist/esm/models/srm-level-add-dto.js +14 -0
- package/dist/esm/models/work-order-search-dto.d.ts +36 -0
- package/dist/models/access-appointment-source-enum.d.ts +1 -0
- package/dist/models/access-appointment-source-enum.js +2 -1
- package/dist/models/access-record-details-dto.d.ts +7 -0
- package/dist/models/dashboard-access-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-access-search-dto.d.ts +75 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +61 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +54 -0
- package/dist/models/dashboard-base-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +60 -0
- package/dist/models/dashboard-equipment-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/dashboard-series-stats-base-vo.d.ts +30 -0
- package/dist/models/dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +96 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +67 -0
- package/dist/models/dashboard-surveillance-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +87 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +74 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +61 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +124 -0
- package/dist/models/dashboard-work-order-list-search-dto.js +21 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +102 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +68 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +67 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/dept-relation-dto.d.ts +24 -0
- package/dist/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/models/equipment-status-stats-vo.js +15 -0
- package/dist/models/index.d.ts +36 -0
- package/dist/models/index.js +36 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-inspection-point.d.ts +62 -0
- package/dist/models/json-result-list-inspection-point.js +15 -0
- package/dist/models/json-result-list-srm-center-vo.d.ts +62 -0
- package/dist/models/json-result-list-srm-center-vo.js +15 -0
- package/dist/models/json-result-srm-center-entity.d.ts +62 -0
- package/dist/models/json-result-srm-center-entity.js +15 -0
- package/dist/models/park-list-dto.d.ts +24 -0
- package/dist/models/srm-center-entity.d.ts +61 -0
- package/dist/models/srm-center-entity.js +15 -0
- package/dist/models/srm-center-vo.d.ts +61 -0
- package/dist/models/srm-center-vo.js +15 -0
- package/dist/models/srm-level-add-dto.d.ts +55 -0
- package/dist/models/srm-level-add-dto.js +15 -0
- package/dist/models/work-order-search-dto.d.ts +36 -0
- package/models/access-appointment-source-enum.ts +2 -1
- package/models/access-record-details-dto.ts +9 -0
- package/models/dashboard-access-park-group-stats-vo.ts +102 -0
- package/models/dashboard-access-search-dto.ts +89 -0
- package/models/dashboard-access-source-group-stats-vo.ts +71 -0
- package/models/dashboard-base-search-dto.ts +60 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
- package/models/dashboard-equipment-search-dto.ts +66 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +102 -0
- package/models/dashboard-surveillance-search-dto.ts +75 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +99 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +84 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +69 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-list-search-dto.ts +141 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +108 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +80 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +77 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/equipment-status-stats-vo.ts +41 -0
- package/models/index.ts +36 -0
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
- package/models/json-result-list-inspection-point.ts +72 -0
- package/models/json-result-list-srm-center-vo.ts +72 -0
- package/models/json-result-srm-center-entity.ts +72 -0
- package/models/park-list-dto.ts +24 -0
- package/models/srm-center-entity.ts +71 -0
- package/models/srm-center-vo.ts +71 -0
- package/models/srm-level-add-dto.ts +65 -0
- package/models/work-order-search-dto.ts +36 -0
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ import type { JsonResult } from '../models';
|
|
|
19
19
|
import type { JsonResultBoolean } from '../models';
|
|
20
20
|
import type { JsonResultExplorationWorkOrderDetailsDto } from '../models';
|
|
21
21
|
import type { JsonResultInteger } from '../models';
|
|
22
|
+
import type { JsonResultListInspectionPoint } from '../models';
|
|
22
23
|
import type { JsonResultListPlanCalendarListVo } from '../models';
|
|
23
24
|
import type { JsonResultListPlanCalendarVo } from '../models';
|
|
24
25
|
import type { JsonResultListWorkOrderCirculationSettingsEntity } from '../models';
|
|
@@ -253,12 +254,14 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
253
254
|
* @param {number} [equipmentId] 设备ID
|
|
254
255
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
255
256
|
* @param {boolean} [isTimeOut] 是否超时
|
|
257
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
258
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
256
259
|
* @param {number} [page] 当前页码
|
|
257
260
|
* @param {number} [pageSize] 每页数量
|
|
258
261
|
* @param {*} [options] Override http request option.
|
|
259
262
|
* @throws {RequiredError}
|
|
260
263
|
*/
|
|
261
|
-
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
264
|
+
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
262
265
|
/**
|
|
263
266
|
*
|
|
264
267
|
* @summary 二维码详情
|
|
@@ -276,6 +279,15 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
276
279
|
* @throws {RequiredError}
|
|
277
280
|
*/
|
|
278
281
|
saveDetail: (savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
* @summary 查询周期工单巡检点
|
|
285
|
+
* @param {number} workOrderId
|
|
286
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
287
|
+
* @param {*} [options] Override http request option.
|
|
288
|
+
* @throws {RequiredError}
|
|
289
|
+
*/
|
|
290
|
+
selectWorkOrderInspectionPoint: (workOrderId: number, inspectionPointStatus?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
279
291
|
/**
|
|
280
292
|
*
|
|
281
293
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -454,12 +466,14 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
454
466
|
* @param {number} [equipmentId] 设备ID
|
|
455
467
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
456
468
|
* @param {boolean} [isTimeOut] 是否超时
|
|
469
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
470
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
457
471
|
* @param {number} [page] 当前页码
|
|
458
472
|
* @param {number} [pageSize] 每页数量
|
|
459
473
|
* @param {*} [options] Override http request option.
|
|
460
474
|
* @throws {RequiredError}
|
|
461
475
|
*/
|
|
462
|
-
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
476
|
+
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
463
477
|
/**
|
|
464
478
|
*
|
|
465
479
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -818,12 +832,14 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
818
832
|
* @param {number} [equipmentId] 设备ID
|
|
819
833
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
820
834
|
* @param {boolean} [isTimeOut] 是否超时
|
|
835
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
836
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
821
837
|
* @param {number} [page] 当前页码
|
|
822
838
|
* @param {number} [pageSize] 每页数量
|
|
823
839
|
* @param {*} [options] Override http request option.
|
|
824
840
|
* @throws {RequiredError}
|
|
825
841
|
*/
|
|
826
|
-
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
842
|
+
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<PublicWorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
827
843
|
/**
|
|
828
844
|
*
|
|
829
845
|
* @summary 二维码详情
|
|
@@ -841,6 +857,15 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
841
857
|
* @throws {RequiredError}
|
|
842
858
|
*/
|
|
843
859
|
saveDetail(savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
860
|
+
/**
|
|
861
|
+
*
|
|
862
|
+
* @summary 查询周期工单巡检点
|
|
863
|
+
* @param {number} workOrderId
|
|
864
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
865
|
+
* @param {*} [options] Override http request option.
|
|
866
|
+
* @throws {RequiredError}
|
|
867
|
+
*/
|
|
868
|
+
selectWorkOrderInspectionPoint(workOrderId: number, inspectionPointStatus?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListInspectionPoint>>;
|
|
844
869
|
/**
|
|
845
870
|
*
|
|
846
871
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -1019,12 +1044,14 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
1019
1044
|
* @param {number} [equipmentId] 设备ID
|
|
1020
1045
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
1021
1046
|
* @param {boolean} [isTimeOut] 是否超时
|
|
1047
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
1048
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
1022
1049
|
* @param {number} [page] 当前页码
|
|
1023
1050
|
* @param {number} [pageSize] 每页数量
|
|
1024
1051
|
* @param {*} [options] Override http request option.
|
|
1025
1052
|
* @throws {RequiredError}
|
|
1026
1053
|
*/
|
|
1027
|
-
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
1054
|
+
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, spotCheckStatuses?: Array<WorkOrderListSpotCheckStatusesEnum>, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, workOrderTypeSubcategories?: Array<WorkOrderTypeSubcategoryEnum>, isTimeOut?: boolean, parkIds?: Array<number>, workOrderIssueTypes?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
1028
1055
|
/**
|
|
1029
1056
|
*
|
|
1030
1057
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -1367,6 +1394,14 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
1367
1394
|
* @throws {RequiredError}
|
|
1368
1395
|
*/
|
|
1369
1396
|
saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
1397
|
+
/**
|
|
1398
|
+
*
|
|
1399
|
+
* @summary 查询周期工单巡检点
|
|
1400
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
1401
|
+
* @param {*} [options] Override http request option.
|
|
1402
|
+
* @throws {RequiredError}
|
|
1403
|
+
*/
|
|
1404
|
+
selectWorkOrderInspectionPoint(requestParameters: WorkOrderApiSelectWorkOrderInspectionPointRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListInspectionPoint>;
|
|
1370
1405
|
/**
|
|
1371
1406
|
*
|
|
1372
1407
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -2144,6 +2179,18 @@ export interface WorkOrderApiPublicWorkOrderListRequest {
|
|
|
2144
2179
|
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2145
2180
|
*/
|
|
2146
2181
|
readonly isTimeOut?: boolean;
|
|
2182
|
+
/**
|
|
2183
|
+
* 园区ID集合
|
|
2184
|
+
* @type {Array<number>}
|
|
2185
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2186
|
+
*/
|
|
2187
|
+
readonly parkIds?: Array<number>;
|
|
2188
|
+
/**
|
|
2189
|
+
* 工单问题类型
|
|
2190
|
+
* @type {string}
|
|
2191
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2192
|
+
*/
|
|
2193
|
+
readonly workOrderIssueTypes?: string;
|
|
2147
2194
|
/**
|
|
2148
2195
|
* 当前页码
|
|
2149
2196
|
* @type {number}
|
|
@@ -2189,6 +2236,25 @@ export interface WorkOrderApiSaveDetailRequest {
|
|
|
2189
2236
|
*/
|
|
2190
2237
|
readonly savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq;
|
|
2191
2238
|
}
|
|
2239
|
+
/**
|
|
2240
|
+
* Request parameters for selectWorkOrderInspectionPoint operation in WorkOrderApi.
|
|
2241
|
+
* @export
|
|
2242
|
+
* @interface WorkOrderApiSelectWorkOrderInspectionPointRequest
|
|
2243
|
+
*/
|
|
2244
|
+
export interface WorkOrderApiSelectWorkOrderInspectionPointRequest {
|
|
2245
|
+
/**
|
|
2246
|
+
*
|
|
2247
|
+
* @type {number}
|
|
2248
|
+
* @memberof WorkOrderApiSelectWorkOrderInspectionPoint
|
|
2249
|
+
*/
|
|
2250
|
+
readonly workOrderId: number;
|
|
2251
|
+
/**
|
|
2252
|
+
* 巡检点状态 1:完成 0:未完成
|
|
2253
|
+
* @type {number}
|
|
2254
|
+
* @memberof WorkOrderApiSelectWorkOrderInspectionPoint
|
|
2255
|
+
*/
|
|
2256
|
+
readonly inspectionPointStatus?: number;
|
|
2257
|
+
}
|
|
2192
2258
|
/**
|
|
2193
2259
|
* Request parameters for selectWorkOrderStepByStepPushUserDetails operation in WorkOrderApi.
|
|
2194
2260
|
* @export
|
|
@@ -2573,6 +2639,18 @@ export interface WorkOrderApiWorkOrderListRequest {
|
|
|
2573
2639
|
* @memberof WorkOrderApiWorkOrderList
|
|
2574
2640
|
*/
|
|
2575
2641
|
readonly isTimeOut?: boolean;
|
|
2642
|
+
/**
|
|
2643
|
+
* 园区ID集合
|
|
2644
|
+
* @type {Array<number>}
|
|
2645
|
+
* @memberof WorkOrderApiWorkOrderList
|
|
2646
|
+
*/
|
|
2647
|
+
readonly parkIds?: Array<number>;
|
|
2648
|
+
/**
|
|
2649
|
+
* 工单问题类型
|
|
2650
|
+
* @type {string}
|
|
2651
|
+
* @memberof WorkOrderApiWorkOrderList
|
|
2652
|
+
*/
|
|
2653
|
+
readonly workOrderIssueTypes?: string;
|
|
2576
2654
|
/**
|
|
2577
2655
|
* 当前页码
|
|
2578
2656
|
* @type {number}
|
|
@@ -3094,6 +3172,15 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
3094
3172
|
* @memberof WorkOrderApi
|
|
3095
3173
|
*/
|
|
3096
3174
|
saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
3175
|
+
/**
|
|
3176
|
+
*
|
|
3177
|
+
* @summary 查询周期工单巡检点
|
|
3178
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
3179
|
+
* @param {*} [options] Override http request option.
|
|
3180
|
+
* @throws {RequiredError}
|
|
3181
|
+
* @memberof WorkOrderApi
|
|
3182
|
+
*/
|
|
3183
|
+
selectWorkOrderInspectionPoint(requestParameters: WorkOrderApiSelectWorkOrderInspectionPointRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListInspectionPoint, any>>;
|
|
3097
3184
|
/**
|
|
3098
3185
|
*
|
|
3099
3186
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -714,12 +714,14 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
714
714
|
* @param {number} [equipmentId] 设备ID
|
|
715
715
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
716
716
|
* @param {boolean} [isTimeOut] 是否超时
|
|
717
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
718
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
717
719
|
* @param {number} [page] 当前页码
|
|
718
720
|
* @param {number} [pageSize] 每页数量
|
|
719
721
|
* @param {*} [options] Override http request option.
|
|
720
722
|
* @throws {RequiredError}
|
|
721
723
|
*/
|
|
722
|
-
publicWorkOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options = {}) {
|
|
724
|
+
publicWorkOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, page, pageSize, options = {}) {
|
|
723
725
|
const localVarPath = `/gizone/workOrder/public/list`;
|
|
724
726
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
725
727
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -772,6 +774,12 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
772
774
|
if (isTimeOut !== undefined) {
|
|
773
775
|
localVarQueryParameter['isTimeOut'] = isTimeOut;
|
|
774
776
|
}
|
|
777
|
+
if (parkIds) {
|
|
778
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
779
|
+
}
|
|
780
|
+
if (workOrderIssueTypes !== undefined) {
|
|
781
|
+
localVarQueryParameter['workOrderIssueTypes'] = workOrderIssueTypes;
|
|
782
|
+
}
|
|
775
783
|
if (page !== undefined) {
|
|
776
784
|
localVarQueryParameter['page'] = page;
|
|
777
785
|
}
|
|
@@ -859,6 +867,42 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
859
867
|
options: localVarRequestOptions,
|
|
860
868
|
};
|
|
861
869
|
}),
|
|
870
|
+
/**
|
|
871
|
+
*
|
|
872
|
+
* @summary 查询周期工单巡检点
|
|
873
|
+
* @param {number} workOrderId
|
|
874
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
875
|
+
* @param {*} [options] Override http request option.
|
|
876
|
+
* @throws {RequiredError}
|
|
877
|
+
*/
|
|
878
|
+
selectWorkOrderInspectionPoint: (workOrderId_1, inspectionPointStatus_1, ...args_1) => __awaiter(this, [workOrderId_1, inspectionPointStatus_1, ...args_1], void 0, function* (workOrderId, inspectionPointStatus, options = {}) {
|
|
879
|
+
// verify required parameter 'workOrderId' is not null or undefined
|
|
880
|
+
assertParamExists('selectWorkOrderInspectionPoint', 'workOrderId', workOrderId);
|
|
881
|
+
const localVarPath = `/gizone/workOrder/period/{workOrderId}/inspectionPoint`
|
|
882
|
+
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
883
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
884
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
885
|
+
let baseOptions;
|
|
886
|
+
if (configuration) {
|
|
887
|
+
baseOptions = configuration.baseOptions;
|
|
888
|
+
}
|
|
889
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
890
|
+
const localVarHeaderParameter = {};
|
|
891
|
+
const localVarQueryParameter = {};
|
|
892
|
+
// authentication tokenScheme required
|
|
893
|
+
// http bearer authentication required
|
|
894
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
895
|
+
if (inspectionPointStatus !== undefined) {
|
|
896
|
+
localVarQueryParameter['inspectionPointStatus'] = inspectionPointStatus;
|
|
897
|
+
}
|
|
898
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
899
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
900
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
901
|
+
return {
|
|
902
|
+
url: toPathString(localVarUrlObj),
|
|
903
|
+
options: localVarRequestOptions,
|
|
904
|
+
};
|
|
905
|
+
}),
|
|
862
906
|
/**
|
|
863
907
|
*
|
|
864
908
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -1536,12 +1580,14 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1536
1580
|
* @param {number} [equipmentId] 设备ID
|
|
1537
1581
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
1538
1582
|
* @param {boolean} [isTimeOut] 是否超时
|
|
1583
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
1584
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
1539
1585
|
* @param {number} [page] 当前页码
|
|
1540
1586
|
* @param {number} [pageSize] 每页数量
|
|
1541
1587
|
* @param {*} [options] Override http request option.
|
|
1542
1588
|
* @throws {RequiredError}
|
|
1543
1589
|
*/
|
|
1544
|
-
workOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options = {}) {
|
|
1590
|
+
workOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, page, pageSize, options = {}) {
|
|
1545
1591
|
const localVarPath = `/gizone/workOrder/list`;
|
|
1546
1592
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1547
1593
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1594,6 +1640,12 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1594
1640
|
if (isTimeOut !== undefined) {
|
|
1595
1641
|
localVarQueryParameter['isTimeOut'] = isTimeOut;
|
|
1596
1642
|
}
|
|
1643
|
+
if (parkIds) {
|
|
1644
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
1645
|
+
}
|
|
1646
|
+
if (workOrderIssueTypes !== undefined) {
|
|
1647
|
+
localVarQueryParameter['workOrderIssueTypes'] = workOrderIssueTypes;
|
|
1648
|
+
}
|
|
1597
1649
|
if (page !== undefined) {
|
|
1598
1650
|
localVarQueryParameter['page'] = page;
|
|
1599
1651
|
}
|
|
@@ -2647,15 +2699,17 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
2647
2699
|
* @param {number} [equipmentId] 设备ID
|
|
2648
2700
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
2649
2701
|
* @param {boolean} [isTimeOut] 是否超时
|
|
2702
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
2703
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
2650
2704
|
* @param {number} [page] 当前页码
|
|
2651
2705
|
* @param {number} [pageSize] 每页数量
|
|
2652
2706
|
* @param {*} [options] Override http request option.
|
|
2653
2707
|
* @throws {RequiredError}
|
|
2654
2708
|
*/
|
|
2655
|
-
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options) {
|
|
2709
|
+
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, page, pageSize, options) {
|
|
2656
2710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2657
2711
|
var _a, _b, _c;
|
|
2658
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options);
|
|
2712
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, page, pageSize, options);
|
|
2659
2713
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2660
2714
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2661
2715
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2694,6 +2748,23 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
2694
2748
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2695
2749
|
});
|
|
2696
2750
|
},
|
|
2751
|
+
/**
|
|
2752
|
+
*
|
|
2753
|
+
* @summary 查询周期工单巡检点
|
|
2754
|
+
* @param {number} workOrderId
|
|
2755
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
2756
|
+
* @param {*} [options] Override http request option.
|
|
2757
|
+
* @throws {RequiredError}
|
|
2758
|
+
*/
|
|
2759
|
+
selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options) {
|
|
2760
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2761
|
+
var _a, _b, _c;
|
|
2762
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options);
|
|
2763
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2764
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.selectWorkOrderInspectionPoint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2765
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2766
|
+
});
|
|
2767
|
+
},
|
|
2697
2768
|
/**
|
|
2698
2769
|
*
|
|
2699
2770
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -3024,15 +3095,17 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
3024
3095
|
* @param {number} [equipmentId] 设备ID
|
|
3025
3096
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
3026
3097
|
* @param {boolean} [isTimeOut] 是否超时
|
|
3098
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
3099
|
+
* @param {string} [workOrderIssueTypes] 工单问题类型
|
|
3027
3100
|
* @param {number} [page] 当前页码
|
|
3028
3101
|
* @param {number} [pageSize] 每页数量
|
|
3029
3102
|
* @param {*} [options] Override http request option.
|
|
3030
3103
|
* @throws {RequiredError}
|
|
3031
3104
|
*/
|
|
3032
|
-
workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options) {
|
|
3105
|
+
workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, page, pageSize, options) {
|
|
3033
3106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3034
3107
|
var _a, _b, _c;
|
|
3035
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options);
|
|
3108
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, page, pageSize, options);
|
|
3036
3109
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3037
3110
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.workOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3038
3111
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -3569,7 +3642,7 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3569
3642
|
* @throws {RequiredError}
|
|
3570
3643
|
*/
|
|
3571
3644
|
publicWorkOrderList(requestParameters = {}, options) {
|
|
3572
|
-
return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3645
|
+
return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3573
3646
|
},
|
|
3574
3647
|
/**
|
|
3575
3648
|
*
|
|
@@ -3591,6 +3664,16 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3591
3664
|
saveDetail(requestParameters, options) {
|
|
3592
3665
|
return localVarFp.saveDetail(requestParameters.savePeriodWorkOrderDetailReq, options).then((request) => request(axios, basePath));
|
|
3593
3666
|
},
|
|
3667
|
+
/**
|
|
3668
|
+
*
|
|
3669
|
+
* @summary 查询周期工单巡检点
|
|
3670
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
3671
|
+
* @param {*} [options] Override http request option.
|
|
3672
|
+
* @throws {RequiredError}
|
|
3673
|
+
*/
|
|
3674
|
+
selectWorkOrderInspectionPoint(requestParameters, options) {
|
|
3675
|
+
return localVarFp.selectWorkOrderInspectionPoint(requestParameters.workOrderId, requestParameters.inspectionPointStatus, options).then((request) => request(axios, basePath));
|
|
3676
|
+
},
|
|
3594
3677
|
/**
|
|
3595
3678
|
*
|
|
3596
3679
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -3788,7 +3871,7 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3788
3871
|
* @throws {RequiredError}
|
|
3789
3872
|
*/
|
|
3790
3873
|
workOrderList(requestParameters = {}, options) {
|
|
3791
|
-
return localVarFp.workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3874
|
+
return localVarFp.workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3792
3875
|
},
|
|
3793
3876
|
/**
|
|
3794
3877
|
*
|
|
@@ -4205,7 +4288,7 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
4205
4288
|
* @memberof WorkOrderApi
|
|
4206
4289
|
*/
|
|
4207
4290
|
publicWorkOrderList(requestParameters = {}, options) {
|
|
4208
|
-
return WorkOrderApiFp(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4291
|
+
return WorkOrderApiFp(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4209
4292
|
}
|
|
4210
4293
|
/**
|
|
4211
4294
|
*
|
|
@@ -4229,6 +4312,17 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
4229
4312
|
saveDetail(requestParameters, options) {
|
|
4230
4313
|
return WorkOrderApiFp(this.configuration).saveDetail(requestParameters.savePeriodWorkOrderDetailReq, options).then((request) => request(this.axios, this.basePath));
|
|
4231
4314
|
}
|
|
4315
|
+
/**
|
|
4316
|
+
*
|
|
4317
|
+
* @summary 查询周期工单巡检点
|
|
4318
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
4319
|
+
* @param {*} [options] Override http request option.
|
|
4320
|
+
* @throws {RequiredError}
|
|
4321
|
+
* @memberof WorkOrderApi
|
|
4322
|
+
*/
|
|
4323
|
+
selectWorkOrderInspectionPoint(requestParameters, options) {
|
|
4324
|
+
return WorkOrderApiFp(this.configuration).selectWorkOrderInspectionPoint(requestParameters.workOrderId, requestParameters.inspectionPointStatus, options).then((request) => request(this.axios, this.basePath));
|
|
4325
|
+
}
|
|
4232
4326
|
/**
|
|
4233
4327
|
*
|
|
4234
4328
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -4446,7 +4540,7 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
4446
4540
|
* @memberof WorkOrderApi
|
|
4447
4541
|
*/
|
|
4448
4542
|
workOrderList(requestParameters = {}, options) {
|
|
4449
|
-
return WorkOrderApiFp(this.configuration).workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4543
|
+
return WorkOrderApiFp(this.configuration).workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4450
4544
|
}
|
|
4451
4545
|
/**
|
|
4452
4546
|
*
|
|
@@ -20,5 +20,6 @@ export declare const AccessAppointmentSourceEnum: {
|
|
|
20
20
|
readonly Vmi: "VMI";
|
|
21
21
|
readonly Fam: "FAM";
|
|
22
22
|
readonly Tms: "TMS";
|
|
23
|
+
readonly Other: "OTHER";
|
|
23
24
|
};
|
|
24
25
|
export type AccessAppointmentSourceEnum = typeof AccessAppointmentSourceEnum[keyof typeof AccessAppointmentSourceEnum];
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
12
13
|
import type { AccessDirectionEnum } from './access-direction-enum';
|
|
13
14
|
import type { AccessObjectTypeEnum } from './access-object-type-enum';
|
|
14
15
|
import type { AccessReasonEnum } from './access-reason-enum';
|
|
@@ -149,4 +150,10 @@ export interface AccessRecordDetailsDto {
|
|
|
149
150
|
* @memberof AccessRecordDetailsDto
|
|
150
151
|
*/
|
|
151
152
|
'accessAppointmentNo'?: string;
|
|
153
|
+
/**
|
|
154
|
+
*
|
|
155
|
+
* @type {AccessAppointmentSourceEnum}
|
|
156
|
+
* @memberof AccessRecordDetailsDto
|
|
157
|
+
*/
|
|
158
|
+
'appointmentSource'?: AccessAppointmentSourceEnum;
|
|
152
159
|
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 数据看板-门禁-来源分组统计
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DashboardAccessParkGroupStatsVO
|
|
16
|
+
*/
|
|
17
|
+
export interface DashboardAccessParkGroupStatsVO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
28
|
+
*/
|
|
29
|
+
'parkName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* srm大区编码
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
34
|
+
*/
|
|
35
|
+
'srmAreaCode'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* srm大区名称
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
40
|
+
*/
|
|
41
|
+
'srmAreaName'?: string;
|
|
42
|
+
/**
|
|
43
|
+
* srm小微编码
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
46
|
+
*/
|
|
47
|
+
'srmXwCode'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* srm小微名称
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
52
|
+
*/
|
|
53
|
+
'srmXwName'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* srm中心名称
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
58
|
+
*/
|
|
59
|
+
'srmCenterName'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* srm中心编码
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
64
|
+
*/
|
|
65
|
+
'srmCenterCode'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* 总数
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
70
|
+
*/
|
|
71
|
+
'totalCount'?: number;
|
|
72
|
+
/**
|
|
73
|
+
* 临时白名单入园数量
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
76
|
+
*/
|
|
77
|
+
'temporaryInCount'?: number;
|
|
78
|
+
/**
|
|
79
|
+
* 临时白名单出园数量
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
82
|
+
*/
|
|
83
|
+
'temporaryOutCount'?: number;
|
|
84
|
+
/**
|
|
85
|
+
* 固定白名单入园数量
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
88
|
+
*/
|
|
89
|
+
'fixedInCount'?: number;
|
|
90
|
+
/**
|
|
91
|
+
* 固定白名单出园数量
|
|
92
|
+
* @type {number}
|
|
93
|
+
* @memberof DashboardAccessParkGroupStatsVO
|
|
94
|
+
*/
|
|
95
|
+
'fixedOutCount'?: number;
|
|
96
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|