@gizone/rrs-client 4.2.7-alpha.436 → 4.2.7-alpha.438
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 +19 -0
- package/apis/common-api.ts +90 -0
- package/apis/dashboard-api.ts +733 -86
- package/apis/work-order-api.ts +134 -10
- package/dist/apis/common-api.d.ts +46 -0
- package/dist/apis/common-api.js +71 -0
- package/dist/apis/dashboard-api.d.ts +394 -60
- package/dist/apis/dashboard-api.js +558 -68
- package/dist/apis/work-order-api.d.ts +71 -4
- package/dist/apis/work-order-api.js +90 -10
- package/dist/esm/apis/common-api.d.ts +46 -0
- package/dist/esm/apis/common-api.js +71 -0
- package/dist/esm/apis/dashboard-api.d.ts +394 -60
- package/dist/esm/apis/dashboard-api.js +558 -68
- package/dist/esm/apis/work-order-api.d.ts +71 -4
- package/dist/esm/apis/work-order-api.js +90 -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 +68 -0
- package/dist/esm/models/dashboard-access-search-dto.js +14 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-access-source-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +18 -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-park-group-stats-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +18 -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 +117 -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 +96 -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 +62 -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 +55 -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/index.d.ts +19 -0
- package/dist/esm/models/index.js +19 -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-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-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/park-list-dto.d.ts +24 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +12 -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 +68 -0
- package/dist/models/dashboard-access-search-dto.js +15 -0
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-access-source-group-stats-vo.js +15 -0
- package/dist/models/dashboard-base-search-dto.d.ts +18 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +18 -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-park-group-stats-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +18 -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 +117 -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 +96 -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 +62 -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 +55 -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/index.d.ts +19 -0
- package/dist/models/index.js +19 -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-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-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/park-list-dto.d.ts +24 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-search-dto.d.ts +12 -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 +80 -0
- package/models/dashboard-access-source-group-stats-vo.ts +65 -0
- package/models/dashboard-base-search-dto.ts +18 -0
- package/models/dashboard-equipment-search-dto.ts +18 -0
- package/models/dashboard-series-stats-base-vo.ts +36 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +36 -0
- package/models/dashboard-surveillance-search-dto.ts +18 -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 +132 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +102 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
- package/models/dept-relation-dto.ts +24 -0
- package/models/index.ts +19 -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-series-stats-base-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/park-list-dto.ts +24 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-search-dto.ts +12 -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,13 @@ 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集合
|
|
256
258
|
* @param {number} [page] 当前页码
|
|
257
259
|
* @param {number} [pageSize] 每页数量
|
|
258
260
|
* @param {*} [options] Override http request option.
|
|
259
261
|
* @throws {RequiredError}
|
|
260
262
|
*/
|
|
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>;
|
|
263
|
+
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>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
262
264
|
/**
|
|
263
265
|
*
|
|
264
266
|
* @summary 二维码详情
|
|
@@ -276,6 +278,14 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
276
278
|
* @throws {RequiredError}
|
|
277
279
|
*/
|
|
278
280
|
saveDetail: (savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
281
|
+
/**
|
|
282
|
+
*
|
|
283
|
+
* @param {number} workOrderId
|
|
284
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
285
|
+
* @param {*} [options] Override http request option.
|
|
286
|
+
* @throws {RequiredError}
|
|
287
|
+
*/
|
|
288
|
+
selectWorkOrderInspectionPoint: (workOrderId: number, inspectionPointStatus?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
279
289
|
/**
|
|
280
290
|
*
|
|
281
291
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -454,12 +464,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
454
464
|
* @param {number} [equipmentId] 设备ID
|
|
455
465
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
456
466
|
* @param {boolean} [isTimeOut] 是否超时
|
|
467
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
457
468
|
* @param {number} [page] 当前页码
|
|
458
469
|
* @param {number} [pageSize] 每页数量
|
|
459
470
|
* @param {*} [options] Override http request option.
|
|
460
471
|
* @throws {RequiredError}
|
|
461
472
|
*/
|
|
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>;
|
|
473
|
+
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>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
463
474
|
/**
|
|
464
475
|
*
|
|
465
476
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -818,12 +829,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
818
829
|
* @param {number} [equipmentId] 设备ID
|
|
819
830
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
820
831
|
* @param {boolean} [isTimeOut] 是否超时
|
|
832
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
821
833
|
* @param {number} [page] 当前页码
|
|
822
834
|
* @param {number} [pageSize] 每页数量
|
|
823
835
|
* @param {*} [options] Override http request option.
|
|
824
836
|
* @throws {RequiredError}
|
|
825
837
|
*/
|
|
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>>;
|
|
838
|
+
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>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
827
839
|
/**
|
|
828
840
|
*
|
|
829
841
|
* @summary 二维码详情
|
|
@@ -841,6 +853,14 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
841
853
|
* @throws {RequiredError}
|
|
842
854
|
*/
|
|
843
855
|
saveDetail(savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
856
|
+
/**
|
|
857
|
+
*
|
|
858
|
+
* @param {number} workOrderId
|
|
859
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
860
|
+
* @param {*} [options] Override http request option.
|
|
861
|
+
* @throws {RequiredError}
|
|
862
|
+
*/
|
|
863
|
+
selectWorkOrderInspectionPoint(workOrderId: number, inspectionPointStatus?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListInspectionPoint>>;
|
|
844
864
|
/**
|
|
845
865
|
*
|
|
846
866
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -1019,12 +1039,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
1019
1039
|
* @param {number} [equipmentId] 设备ID
|
|
1020
1040
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
1021
1041
|
* @param {boolean} [isTimeOut] 是否超时
|
|
1042
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
1022
1043
|
* @param {number} [page] 当前页码
|
|
1023
1044
|
* @param {number} [pageSize] 每页数量
|
|
1024
1045
|
* @param {*} [options] Override http request option.
|
|
1025
1046
|
* @throws {RequiredError}
|
|
1026
1047
|
*/
|
|
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>>;
|
|
1048
|
+
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>, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
1028
1049
|
/**
|
|
1029
1050
|
*
|
|
1030
1051
|
* @summary 监控覆盖率报警工单详情
|
|
@@ -1367,6 +1388,13 @@ export declare const WorkOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
1367
1388
|
* @throws {RequiredError}
|
|
1368
1389
|
*/
|
|
1369
1390
|
saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
1391
|
+
/**
|
|
1392
|
+
*
|
|
1393
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
1394
|
+
* @param {*} [options] Override http request option.
|
|
1395
|
+
* @throws {RequiredError}
|
|
1396
|
+
*/
|
|
1397
|
+
selectWorkOrderInspectionPoint(requestParameters: WorkOrderApiSelectWorkOrderInspectionPointRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListInspectionPoint>;
|
|
1370
1398
|
/**
|
|
1371
1399
|
*
|
|
1372
1400
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -2144,6 +2172,12 @@ export interface WorkOrderApiPublicWorkOrderListRequest {
|
|
|
2144
2172
|
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2145
2173
|
*/
|
|
2146
2174
|
readonly isTimeOut?: boolean;
|
|
2175
|
+
/**
|
|
2176
|
+
* 园区ID集合
|
|
2177
|
+
* @type {Array<number>}
|
|
2178
|
+
* @memberof WorkOrderApiPublicWorkOrderList
|
|
2179
|
+
*/
|
|
2180
|
+
readonly parkIds?: Array<number>;
|
|
2147
2181
|
/**
|
|
2148
2182
|
* 当前页码
|
|
2149
2183
|
* @type {number}
|
|
@@ -2189,6 +2223,25 @@ export interface WorkOrderApiSaveDetailRequest {
|
|
|
2189
2223
|
*/
|
|
2190
2224
|
readonly savePeriodWorkOrderDetailReq: SavePeriodWorkOrderDetailReq;
|
|
2191
2225
|
}
|
|
2226
|
+
/**
|
|
2227
|
+
* Request parameters for selectWorkOrderInspectionPoint operation in WorkOrderApi.
|
|
2228
|
+
* @export
|
|
2229
|
+
* @interface WorkOrderApiSelectWorkOrderInspectionPointRequest
|
|
2230
|
+
*/
|
|
2231
|
+
export interface WorkOrderApiSelectWorkOrderInspectionPointRequest {
|
|
2232
|
+
/**
|
|
2233
|
+
*
|
|
2234
|
+
* @type {number}
|
|
2235
|
+
* @memberof WorkOrderApiSelectWorkOrderInspectionPoint
|
|
2236
|
+
*/
|
|
2237
|
+
readonly workOrderId: number;
|
|
2238
|
+
/**
|
|
2239
|
+
* 巡检点状态 1:完成 0:未完成
|
|
2240
|
+
* @type {number}
|
|
2241
|
+
* @memberof WorkOrderApiSelectWorkOrderInspectionPoint
|
|
2242
|
+
*/
|
|
2243
|
+
readonly inspectionPointStatus?: number;
|
|
2244
|
+
}
|
|
2192
2245
|
/**
|
|
2193
2246
|
* Request parameters for selectWorkOrderStepByStepPushUserDetails operation in WorkOrderApi.
|
|
2194
2247
|
* @export
|
|
@@ -2573,6 +2626,12 @@ export interface WorkOrderApiWorkOrderListRequest {
|
|
|
2573
2626
|
* @memberof WorkOrderApiWorkOrderList
|
|
2574
2627
|
*/
|
|
2575
2628
|
readonly isTimeOut?: boolean;
|
|
2629
|
+
/**
|
|
2630
|
+
* 园区ID集合
|
|
2631
|
+
* @type {Array<number>}
|
|
2632
|
+
* @memberof WorkOrderApiWorkOrderList
|
|
2633
|
+
*/
|
|
2634
|
+
readonly parkIds?: Array<number>;
|
|
2576
2635
|
/**
|
|
2577
2636
|
* 当前页码
|
|
2578
2637
|
* @type {number}
|
|
@@ -3094,6 +3153,14 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
3094
3153
|
* @memberof WorkOrderApi
|
|
3095
3154
|
*/
|
|
3096
3155
|
saveDetail(requestParameters: WorkOrderApiSaveDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
3156
|
+
/**
|
|
3157
|
+
*
|
|
3158
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
3159
|
+
* @param {*} [options] Override http request option.
|
|
3160
|
+
* @throws {RequiredError}
|
|
3161
|
+
* @memberof WorkOrderApi
|
|
3162
|
+
*/
|
|
3163
|
+
selectWorkOrderInspectionPoint(requestParameters: WorkOrderApiSelectWorkOrderInspectionPointRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListInspectionPoint, any>>;
|
|
3097
3164
|
/**
|
|
3098
3165
|
*
|
|
3099
3166
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -714,12 +714,13 @@ 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集合
|
|
717
718
|
* @param {number} [page] 当前页码
|
|
718
719
|
* @param {number} [pageSize] 每页数量
|
|
719
720
|
* @param {*} [options] Override http request option.
|
|
720
721
|
* @throws {RequiredError}
|
|
721
722
|
*/
|
|
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 = {}) {
|
|
723
|
+
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, 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, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options = {}) {
|
|
723
724
|
const localVarPath = `/gizone/workOrder/public/list`;
|
|
724
725
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
725
726
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -772,6 +773,9 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
772
773
|
if (isTimeOut !== undefined) {
|
|
773
774
|
localVarQueryParameter['isTimeOut'] = isTimeOut;
|
|
774
775
|
}
|
|
776
|
+
if (parkIds) {
|
|
777
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
778
|
+
}
|
|
775
779
|
if (page !== undefined) {
|
|
776
780
|
localVarQueryParameter['page'] = page;
|
|
777
781
|
}
|
|
@@ -859,6 +863,41 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
859
863
|
options: localVarRequestOptions,
|
|
860
864
|
};
|
|
861
865
|
}),
|
|
866
|
+
/**
|
|
867
|
+
*
|
|
868
|
+
* @param {number} workOrderId
|
|
869
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
870
|
+
* @param {*} [options] Override http request option.
|
|
871
|
+
* @throws {RequiredError}
|
|
872
|
+
*/
|
|
873
|
+
selectWorkOrderInspectionPoint: (workOrderId_1, inspectionPointStatus_1, ...args_1) => __awaiter(this, [workOrderId_1, inspectionPointStatus_1, ...args_1], void 0, function* (workOrderId, inspectionPointStatus, options = {}) {
|
|
874
|
+
// verify required parameter 'workOrderId' is not null or undefined
|
|
875
|
+
assertParamExists('selectWorkOrderInspectionPoint', 'workOrderId', workOrderId);
|
|
876
|
+
const localVarPath = `/gizone/workOrder/period/{workOrderId}/inspectionPoint`
|
|
877
|
+
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
878
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
879
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
880
|
+
let baseOptions;
|
|
881
|
+
if (configuration) {
|
|
882
|
+
baseOptions = configuration.baseOptions;
|
|
883
|
+
}
|
|
884
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
885
|
+
const localVarHeaderParameter = {};
|
|
886
|
+
const localVarQueryParameter = {};
|
|
887
|
+
// authentication tokenScheme required
|
|
888
|
+
// http bearer authentication required
|
|
889
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
890
|
+
if (inspectionPointStatus !== undefined) {
|
|
891
|
+
localVarQueryParameter['inspectionPointStatus'] = inspectionPointStatus;
|
|
892
|
+
}
|
|
893
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
894
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
895
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
896
|
+
return {
|
|
897
|
+
url: toPathString(localVarUrlObj),
|
|
898
|
+
options: localVarRequestOptions,
|
|
899
|
+
};
|
|
900
|
+
}),
|
|
862
901
|
/**
|
|
863
902
|
*
|
|
864
903
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -1536,12 +1575,13 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1536
1575
|
* @param {number} [equipmentId] 设备ID
|
|
1537
1576
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
1538
1577
|
* @param {boolean} [isTimeOut] 是否超时
|
|
1578
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
1539
1579
|
* @param {number} [page] 当前页码
|
|
1540
1580
|
* @param {number} [pageSize] 每页数量
|
|
1541
1581
|
* @param {*} [options] Override http request option.
|
|
1542
1582
|
* @throws {RequiredError}
|
|
1543
1583
|
*/
|
|
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 = {}) {
|
|
1584
|
+
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, 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, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options = {}) {
|
|
1545
1585
|
const localVarPath = `/gizone/workOrder/list`;
|
|
1546
1586
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1547
1587
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1594,6 +1634,9 @@ export const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1594
1634
|
if (isTimeOut !== undefined) {
|
|
1595
1635
|
localVarQueryParameter['isTimeOut'] = isTimeOut;
|
|
1596
1636
|
}
|
|
1637
|
+
if (parkIds) {
|
|
1638
|
+
localVarQueryParameter['parkIds'] = parkIds;
|
|
1639
|
+
}
|
|
1597
1640
|
if (page !== undefined) {
|
|
1598
1641
|
localVarQueryParameter['page'] = page;
|
|
1599
1642
|
}
|
|
@@ -2647,15 +2690,16 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
2647
2690
|
* @param {number} [equipmentId] 设备ID
|
|
2648
2691
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
2649
2692
|
* @param {boolean} [isTimeOut] 是否超时
|
|
2693
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
2650
2694
|
* @param {number} [page] 当前页码
|
|
2651
2695
|
* @param {number} [pageSize] 每页数量
|
|
2652
2696
|
* @param {*} [options] Override http request option.
|
|
2653
2697
|
* @throws {RequiredError}
|
|
2654
2698
|
*/
|
|
2655
|
-
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options) {
|
|
2699
|
+
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options) {
|
|
2656
2700
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2657
2701
|
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);
|
|
2702
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options);
|
|
2659
2703
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2660
2704
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2661
2705
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2694,6 +2738,22 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
2694
2738
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2695
2739
|
});
|
|
2696
2740
|
},
|
|
2741
|
+
/**
|
|
2742
|
+
*
|
|
2743
|
+
* @param {number} workOrderId
|
|
2744
|
+
* @param {number} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
2745
|
+
* @param {*} [options] Override http request option.
|
|
2746
|
+
* @throws {RequiredError}
|
|
2747
|
+
*/
|
|
2748
|
+
selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options) {
|
|
2749
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
2750
|
+
var _a, _b, _c;
|
|
2751
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options);
|
|
2752
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2753
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.selectWorkOrderInspectionPoint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2754
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2755
|
+
});
|
|
2756
|
+
},
|
|
2697
2757
|
/**
|
|
2698
2758
|
*
|
|
2699
2759
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -3024,15 +3084,16 @@ export const WorkOrderApiFp = function (configuration) {
|
|
|
3024
3084
|
* @param {number} [equipmentId] 设备ID
|
|
3025
3085
|
* @param {Array<WorkOrderTypeSubcategoryEnum>} [workOrderTypeSubcategories] 工单类型小类
|
|
3026
3086
|
* @param {boolean} [isTimeOut] 是否超时
|
|
3087
|
+
* @param {Array<number>} [parkIds] 园区ID集合
|
|
3027
3088
|
* @param {number} [page] 当前页码
|
|
3028
3089
|
* @param {number} [pageSize] 每页数量
|
|
3029
3090
|
* @param {*} [options] Override http request option.
|
|
3030
3091
|
* @throws {RequiredError}
|
|
3031
3092
|
*/
|
|
3032
|
-
workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, page, pageSize, options) {
|
|
3093
|
+
workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options) {
|
|
3033
3094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3034
3095
|
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);
|
|
3096
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, page, pageSize, options);
|
|
3036
3097
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3037
3098
|
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['WorkOrderApi.workOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3038
3099
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -3569,7 +3630,7 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3569
3630
|
* @throws {RequiredError}
|
|
3570
3631
|
*/
|
|
3571
3632
|
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));
|
|
3633
|
+
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.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3573
3634
|
},
|
|
3574
3635
|
/**
|
|
3575
3636
|
*
|
|
@@ -3591,6 +3652,15 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3591
3652
|
saveDetail(requestParameters, options) {
|
|
3592
3653
|
return localVarFp.saveDetail(requestParameters.savePeriodWorkOrderDetailReq, options).then((request) => request(axios, basePath));
|
|
3593
3654
|
},
|
|
3655
|
+
/**
|
|
3656
|
+
*
|
|
3657
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
3658
|
+
* @param {*} [options] Override http request option.
|
|
3659
|
+
* @throws {RequiredError}
|
|
3660
|
+
*/
|
|
3661
|
+
selectWorkOrderInspectionPoint(requestParameters, options) {
|
|
3662
|
+
return localVarFp.selectWorkOrderInspectionPoint(requestParameters.workOrderId, requestParameters.inspectionPointStatus, options).then((request) => request(axios, basePath));
|
|
3663
|
+
},
|
|
3594
3664
|
/**
|
|
3595
3665
|
*
|
|
3596
3666
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -3788,7 +3858,7 @@ export const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3788
3858
|
* @throws {RequiredError}
|
|
3789
3859
|
*/
|
|
3790
3860
|
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));
|
|
3861
|
+
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.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3792
3862
|
},
|
|
3793
3863
|
/**
|
|
3794
3864
|
*
|
|
@@ -4205,7 +4275,7 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
4205
4275
|
* @memberof WorkOrderApi
|
|
4206
4276
|
*/
|
|
4207
4277
|
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));
|
|
4278
|
+
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.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4209
4279
|
}
|
|
4210
4280
|
/**
|
|
4211
4281
|
*
|
|
@@ -4229,6 +4299,16 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
4229
4299
|
saveDetail(requestParameters, options) {
|
|
4230
4300
|
return WorkOrderApiFp(this.configuration).saveDetail(requestParameters.savePeriodWorkOrderDetailReq, options).then((request) => request(this.axios, this.basePath));
|
|
4231
4301
|
}
|
|
4302
|
+
/**
|
|
4303
|
+
*
|
|
4304
|
+
* @param {WorkOrderApiSelectWorkOrderInspectionPointRequest} requestParameters Request parameters.
|
|
4305
|
+
* @param {*} [options] Override http request option.
|
|
4306
|
+
* @throws {RequiredError}
|
|
4307
|
+
* @memberof WorkOrderApi
|
|
4308
|
+
*/
|
|
4309
|
+
selectWorkOrderInspectionPoint(requestParameters, options) {
|
|
4310
|
+
return WorkOrderApiFp(this.configuration).selectWorkOrderInspectionPoint(requestParameters.workOrderId, requestParameters.inspectionPointStatus, options).then((request) => request(this.axios, this.basePath));
|
|
4311
|
+
}
|
|
4232
4312
|
/**
|
|
4233
4313
|
*
|
|
4234
4314
|
* @summary 查询工单逐级推送人员详情
|
|
@@ -4446,7 +4526,7 @@ export class WorkOrderApi extends BaseAPI {
|
|
|
4446
4526
|
* @memberof WorkOrderApi
|
|
4447
4527
|
*/
|
|
4448
4528
|
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));
|
|
4529
|
+
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.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4450
4530
|
}
|
|
4451
4531
|
/**
|
|
4452
4532
|
*
|
|
@@ -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 {};
|
|
@@ -0,0 +1,68 @@
|
|
|
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
|
+
import type { AccessAppointmentSourceEnum } from './access-appointment-source-enum';
|
|
13
|
+
import type { AccessTypeEnum } from './access-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 数据看板-门禁-按园区搜索条件
|
|
16
|
+
* @export
|
|
17
|
+
* @interface DashboardAccessSearchDTO
|
|
18
|
+
*/
|
|
19
|
+
export interface DashboardAccessSearchDTO {
|
|
20
|
+
/**
|
|
21
|
+
* 园区ID集合
|
|
22
|
+
* @type {Array<number>}
|
|
23
|
+
* @memberof DashboardAccessSearchDTO
|
|
24
|
+
*/
|
|
25
|
+
'parkIds'?: Array<number>;
|
|
26
|
+
/**
|
|
27
|
+
* 开始时间
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof DashboardAccessSearchDTO
|
|
30
|
+
*/
|
|
31
|
+
'startTime'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 结束时间
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DashboardAccessSearchDTO
|
|
36
|
+
*/
|
|
37
|
+
'endTime'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* SRM区域编码
|
|
40
|
+
* @type {Array<string>}
|
|
41
|
+
* @memberof DashboardAccessSearchDTO
|
|
42
|
+
*/
|
|
43
|
+
'srmAreaCodes'?: Array<string>;
|
|
44
|
+
/**
|
|
45
|
+
* SRM小微编码
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof DashboardAccessSearchDTO
|
|
48
|
+
*/
|
|
49
|
+
'srmXwCodes'?: Array<string>;
|
|
50
|
+
/**
|
|
51
|
+
* SRM中心编码
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof DashboardAccessSearchDTO
|
|
54
|
+
*/
|
|
55
|
+
'srmCenterCodes'?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
* 出入来源
|
|
58
|
+
* @type {Array<AccessAppointmentSourceEnum>}
|
|
59
|
+
* @memberof DashboardAccessSearchDTO
|
|
60
|
+
*/
|
|
61
|
+
'accessSources'?: Array<AccessAppointmentSourceEnum>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {AccessTypeEnum}
|
|
65
|
+
* @memberof DashboardAccessSearchDTO
|
|
66
|
+
*/
|
|
67
|
+
'accessType': AccessTypeEnum;
|
|
68
|
+
}
|
|
@@ -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 {};
|