@gizone/rrs-client 4.1.2-alpha.165 → 4.1.2-alpha.168
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 +5 -1
- package/apis/space-api.ts +4 -118
- package/apis/surveillance-api.ts +24 -24
- package/apis/work-order-api.ts +58 -89
- package/dist/apis/space-api.d.ts +4 -65
- package/dist/apis/space-api.js +0 -81
- package/dist/apis/surveillance-api.d.ts +14 -14
- package/dist/apis/surveillance-api.js +18 -18
- package/dist/apis/work-order-api.d.ts +38 -70
- package/dist/apis/work-order-api.js +39 -69
- package/dist/esm/apis/space-api.d.ts +4 -65
- package/dist/esm/apis/space-api.js +0 -81
- package/dist/esm/apis/surveillance-api.d.ts +14 -14
- package/dist/esm/apis/surveillance-api.js +18 -18
- package/dist/esm/apis/work-order-api.d.ts +38 -70
- package/dist/esm/apis/work-order-api.js +38 -68
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/index.d.ts +5 -1
- package/dist/esm/models/index.js +5 -1
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/maintenance-history-dto.d.ts +4 -11
- package/dist/esm/models/maintenance-history-dto.js +1 -7
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +4 -11
- package/dist/esm/models/network-monitor-repair-details-dto.js +1 -7
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +4 -11
- package/dist/esm/models/offline-alert-work-order-details-dto.js +1 -7
- package/dist/esm/models/period-detail-resp.d.ts +4 -11
- package/dist/esm/models/period-detail-resp.js +0 -7
- package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
- package/dist/esm/models/space-add-vo.d.ts +22 -9
- package/dist/esm/models/space-detail-dto.d.ts +16 -3
- package/dist/esm/models/space-edit-vo.d.ts +16 -3
- package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +16 -3
- package/dist/esm/models/space-type-enum.d.ts +23 -0
- package/dist/esm/models/space-type-enum.js +24 -0
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/esm/models/violation-work-order-details-dto.js +1 -7
- package/dist/esm/models/work-order-detail-dto.d.ts +4 -11
- package/dist/esm/models/work-order-detail-dto.js +0 -7
- package/dist/esm/models/work-order-search-dto.d.ts +4 -11
- package/dist/esm/models/work-order-search-dto.js +0 -7
- package/dist/esm/models/work-order-status-enum.d.ts +24 -0
- package/dist/esm/models/work-order-status-enum.js +25 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/index.d.ts +5 -1
- package/dist/models/index.js +5 -1
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/maintenance-history-dto.d.ts +4 -11
- package/dist/models/maintenance-history-dto.js +0 -8
- package/dist/models/network-monitor-repair-details-dto.d.ts +4 -11
- package/dist/models/network-monitor-repair-details-dto.js +0 -8
- package/dist/models/offline-alert-work-order-details-dto.d.ts +4 -11
- package/dist/models/offline-alert-work-order-details-dto.js +0 -8
- package/dist/models/period-detail-resp.d.ts +4 -11
- package/dist/models/period-detail-resp.js +1 -8
- package/dist/models/space-add-excel-dto.d.ts +28 -10
- package/dist/models/space-add-vo.d.ts +22 -9
- package/dist/models/space-detail-dto.d.ts +16 -3
- package/dist/models/space-edit-vo.d.ts +16 -3
- package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +16 -3
- package/dist/models/space-type-enum.d.ts +23 -0
- package/dist/models/space-type-enum.js +27 -0
- package/dist/models/space.d.ts +3 -3
- package/dist/models/violation-work-order-details-dto.d.ts +4 -11
- package/dist/models/violation-work-order-details-dto.js +0 -8
- package/dist/models/work-order-detail-dto.d.ts +4 -11
- package/dist/models/work-order-detail-dto.js +1 -8
- package/dist/models/work-order-search-dto.d.ts +4 -11
- package/dist/models/work-order-search-dto.js +1 -8
- package/dist/models/work-order-status-enum.d.ts +24 -0
- package/dist/models/work-order-status-enum.js +28 -0
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/index.ts +5 -1
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/maintenance-history-dto.ts +6 -12
- package/models/network-monitor-repair-details-dto.ts +6 -12
- package/models/offline-alert-work-order-details-dto.ts +6 -12
- package/models/period-detail-resp.ts +6 -12
- package/models/space-add-excel-dto.ts +28 -10
- package/models/space-add-vo.ts +24 -9
- package/models/space-detail-dto.ts +18 -3
- package/models/space-edit-vo.ts +18 -3
- package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
- package/models/space-tree-dto.ts +18 -3
- package/models/space-type-enum.ts +33 -0
- package/models/space.ts +3 -3
- package/models/violation-work-order-details-dto.ts +6 -12
- package/models/work-order-detail-dto.ts +6 -12
- package/models/work-order-search-dto.ts +6 -12
- package/models/work-order-status-enum.ts +34 -0
- package/package.json +1 -1
|
@@ -56,6 +56,7 @@ import type { WorkOrderPushSettingsVO } from '../models';
|
|
|
56
56
|
import type { WorkOrderReportVo } from '../models';
|
|
57
57
|
import type { WorkOrderSpotCheckVo } from '../models';
|
|
58
58
|
import type { WorkOrderStagingDataVo } from '../models';
|
|
59
|
+
import type { WorkOrderStatusEnum } from '../models';
|
|
59
60
|
import type { WorkOrderStatusVo } from '../models';
|
|
60
61
|
import type { WorkOrderSubmitVo } from '../models';
|
|
61
62
|
import type { WorkOrderTypeEnum } from '../models';
|
|
@@ -151,7 +152,7 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
151
152
|
* @summary 导出工单列表
|
|
152
153
|
* @param {string} [workOrderName] 工单号/工单名称
|
|
153
154
|
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
154
|
-
* @param {
|
|
155
|
+
* @param {WorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
155
156
|
* @param {string} [startTime] 发起时间(开始)
|
|
156
157
|
* @param {string} [endTime] 发起时间(结束)
|
|
157
158
|
* @param {number} [handlerUserId] 处理人ID
|
|
@@ -163,7 +164,7 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
163
164
|
* @param {*} [options] Override http request option.
|
|
164
165
|
* @throws {RequiredError}
|
|
165
166
|
*/
|
|
166
|
-
exportWorkOrder: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?:
|
|
167
|
+
exportWorkOrder: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: WorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: ExportWorkOrderSamplingResultsEnum, executionDeptId?: number, language?: string, inspectionException?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
167
168
|
/**
|
|
168
169
|
*
|
|
169
170
|
* @summary 获取工单流转详情
|
|
@@ -220,13 +221,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
220
221
|
* @param {number} pageSize 页码
|
|
221
222
|
* @param {string} [planName] 计划名称
|
|
222
223
|
* @param {Array<number>} [deptIds] 执行部门id
|
|
223
|
-
* @param {
|
|
224
|
+
* @param {Array<PlanListPlanTypesEnum>} [planTypes] 计划类型列表
|
|
224
225
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
225
226
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
226
227
|
* @param {*} [options] Override http request option.
|
|
227
228
|
* @throws {RequiredError}
|
|
228
229
|
*/
|
|
229
|
-
planList: (parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>,
|
|
230
|
+
planList: (parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
230
231
|
/**
|
|
231
232
|
*
|
|
232
233
|
* @summary 处理报事报修工单
|
|
@@ -241,13 +242,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
241
242
|
* @summary 工单管理列表-没有数据权限
|
|
242
243
|
* @param {string} [workOrderName] 工单号/工单名称
|
|
243
244
|
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
244
|
-
* @param {
|
|
245
|
+
* @param {Array<WorkOrderStatusEnum>} [workOrderStatuses] 工单状态数组
|
|
245
246
|
* @param {string} [startTime] 发起时间(开始)
|
|
246
247
|
* @param {string} [endTime] 发起时间(结束)
|
|
247
248
|
* @param {number} [handlerUserId] 处理人ID
|
|
248
249
|
* @param {number} [parkId] 园区ID
|
|
249
250
|
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
250
|
-
* @param {number} [
|
|
251
|
+
* @param {Array<number>} [executionDeptIds] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
251
252
|
* @param {boolean} [inspectionException] 是否异常
|
|
252
253
|
* @param {number} [equipmentId] 设备ID
|
|
253
254
|
* @param {number} [page] 当前页码
|
|
@@ -255,7 +256,7 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
255
256
|
* @param {*} [options] Override http request option.
|
|
256
257
|
* @throws {RequiredError}
|
|
257
258
|
*/
|
|
258
|
-
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>,
|
|
259
|
+
publicWorkOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: PublicWorkOrderListSamplingResultsEnum, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
259
260
|
/**
|
|
260
261
|
*
|
|
261
262
|
* @summary 二维码详情
|
|
@@ -396,13 +397,13 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
396
397
|
* @summary 工单管理列表
|
|
397
398
|
* @param {string} [workOrderName] 工单号/工单名称
|
|
398
399
|
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
399
|
-
* @param {
|
|
400
|
+
* @param {Array<WorkOrderStatusEnum>} [workOrderStatuses] 工单状态数组
|
|
400
401
|
* @param {string} [startTime] 发起时间(开始)
|
|
401
402
|
* @param {string} [endTime] 发起时间(结束)
|
|
402
403
|
* @param {number} [handlerUserId] 处理人ID
|
|
403
404
|
* @param {number} [parkId] 园区ID
|
|
404
405
|
* @param {WorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
405
|
-
* @param {number} [
|
|
406
|
+
* @param {Array<number>} [executionDeptIds] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
406
407
|
* @param {boolean} [inspectionException] 是否异常
|
|
407
408
|
* @param {number} [equipmentId] 设备ID
|
|
408
409
|
* @param {number} [page] 当前页码
|
|
@@ -410,7 +411,7 @@ export declare const WorkOrderApiAxiosParamCreator: (configuration?: Configurati
|
|
|
410
411
|
* @param {*} [options] Override http request option.
|
|
411
412
|
* @throws {RequiredError}
|
|
412
413
|
*/
|
|
413
|
-
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>,
|
|
414
|
+
workOrderList: (workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: WorkOrderListSamplingResultsEnum, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
414
415
|
/**
|
|
415
416
|
*
|
|
416
417
|
* @summary 新建网络监控报修工单
|
|
@@ -628,7 +629,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
628
629
|
* @summary 导出工单列表
|
|
629
630
|
* @param {string} [workOrderName] 工单号/工单名称
|
|
630
631
|
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
631
|
-
* @param {
|
|
632
|
+
* @param {WorkOrderStatusEnum} [workOrderStatus] 工单状态
|
|
632
633
|
* @param {string} [startTime] 发起时间(开始)
|
|
633
634
|
* @param {string} [endTime] 发起时间(结束)
|
|
634
635
|
* @param {number} [handlerUserId] 处理人ID
|
|
@@ -640,7 +641,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
640
641
|
* @param {*} [options] Override http request option.
|
|
641
642
|
* @throws {RequiredError}
|
|
642
643
|
*/
|
|
643
|
-
exportWorkOrder(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?:
|
|
644
|
+
exportWorkOrder(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatus?: WorkOrderStatusEnum, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: ExportWorkOrderSamplingResultsEnum, executionDeptId?: number, language?: string, inspectionException?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
644
645
|
/**
|
|
645
646
|
*
|
|
646
647
|
* @summary 获取工单流转详情
|
|
@@ -697,13 +698,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
697
698
|
* @param {number} pageSize 页码
|
|
698
699
|
* @param {string} [planName] 计划名称
|
|
699
700
|
* @param {Array<number>} [deptIds] 执行部门id
|
|
700
|
-
* @param {
|
|
701
|
+
* @param {Array<PlanListPlanTypesEnum>} [planTypes] 计划类型列表
|
|
701
702
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 执行周期
|
|
702
703
|
* @param {number} [state] 计划状态 1:启用 0:停用
|
|
703
704
|
* @param {*} [options] Override http request option.
|
|
704
705
|
* @throws {RequiredError}
|
|
705
706
|
*/
|
|
706
|
-
planList(parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>,
|
|
707
|
+
planList(parkId: number, page: number, pageSize: number, planName?: string, deptIds?: Array<number>, planTypes?: Array<PlanListPlanTypesEnum>, repeats?: WorkOrderPlanRepeatsEnum, state?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoPlanSearchDTO>>;
|
|
707
708
|
/**
|
|
708
709
|
*
|
|
709
710
|
* @summary 处理报事报修工单
|
|
@@ -718,13 +719,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
718
719
|
* @summary 工单管理列表-没有数据权限
|
|
719
720
|
* @param {string} [workOrderName] 工单号/工单名称
|
|
720
721
|
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
721
|
-
* @param {
|
|
722
|
+
* @param {Array<WorkOrderStatusEnum>} [workOrderStatuses] 工单状态数组
|
|
722
723
|
* @param {string} [startTime] 发起时间(开始)
|
|
723
724
|
* @param {string} [endTime] 发起时间(结束)
|
|
724
725
|
* @param {number} [handlerUserId] 处理人ID
|
|
725
726
|
* @param {number} [parkId] 园区ID
|
|
726
727
|
* @param {PublicWorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
727
|
-
* @param {number} [
|
|
728
|
+
* @param {Array<number>} [executionDeptIds] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
728
729
|
* @param {boolean} [inspectionException] 是否异常
|
|
729
730
|
* @param {number} [equipmentId] 设备ID
|
|
730
731
|
* @param {number} [page] 当前页码
|
|
@@ -732,7 +733,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
732
733
|
* @param {*} [options] Override http request option.
|
|
733
734
|
* @throws {RequiredError}
|
|
734
735
|
*/
|
|
735
|
-
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>,
|
|
736
|
+
publicWorkOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: PublicWorkOrderListSamplingResultsEnum, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
736
737
|
/**
|
|
737
738
|
*
|
|
738
739
|
* @summary 二维码详情
|
|
@@ -873,13 +874,13 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
873
874
|
* @summary 工单管理列表
|
|
874
875
|
* @param {string} [workOrderName] 工单号/工单名称
|
|
875
876
|
* @param {Array<WorkOrderTypeEnum>} [workOrderTypes] 工单类型数组
|
|
876
|
-
* @param {
|
|
877
|
+
* @param {Array<WorkOrderStatusEnum>} [workOrderStatuses] 工单状态数组
|
|
877
878
|
* @param {string} [startTime] 发起时间(开始)
|
|
878
879
|
* @param {string} [endTime] 发起时间(结束)
|
|
879
880
|
* @param {number} [handlerUserId] 处理人ID
|
|
880
881
|
* @param {number} [parkId] 园区ID
|
|
881
882
|
* @param {WorkOrderListSamplingResultsEnum} [samplingResults] 抽检状态
|
|
882
|
-
* @param {number} [
|
|
883
|
+
* @param {Array<number>} [executionDeptIds] 执行部门ID(传-1代表查询无执行部门的工单)
|
|
883
884
|
* @param {boolean} [inspectionException] 是否异常
|
|
884
885
|
* @param {number} [equipmentId] 设备ID
|
|
885
886
|
* @param {number} [page] 当前页码
|
|
@@ -887,7 +888,7 @@ export declare const WorkOrderApiFp: (configuration?: Configuration) => {
|
|
|
887
888
|
* @param {*} [options] Override http request option.
|
|
888
889
|
* @throws {RequiredError}
|
|
889
890
|
*/
|
|
890
|
-
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>,
|
|
891
|
+
workOrderList(workOrderName?: string, workOrderTypes?: Array<WorkOrderTypeEnum>, workOrderStatuses?: Array<WorkOrderStatusEnum>, startTime?: string, endTime?: string, handlerUserId?: number, parkId?: number, samplingResults?: WorkOrderListSamplingResultsEnum, executionDeptIds?: Array<number>, inspectionException?: boolean, equipmentId?: number, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoWorkOrderSearchDTO>>;
|
|
891
892
|
/**
|
|
892
893
|
*
|
|
893
894
|
* @summary 新建网络监控报修工单
|
|
@@ -1596,10 +1597,10 @@ export interface WorkOrderApiExportWorkOrderRequest {
|
|
|
1596
1597
|
readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
|
|
1597
1598
|
/**
|
|
1598
1599
|
* 工单状态
|
|
1599
|
-
* @type {
|
|
1600
|
+
* @type {WorkOrderStatusEnum}
|
|
1600
1601
|
* @memberof WorkOrderApiExportWorkOrder
|
|
1601
1602
|
*/
|
|
1602
|
-
readonly workOrderStatus?:
|
|
1603
|
+
readonly workOrderStatus?: WorkOrderStatusEnum;
|
|
1603
1604
|
/**
|
|
1604
1605
|
* 发起时间(开始)
|
|
1605
1606
|
* @type {string}
|
|
@@ -1764,11 +1765,11 @@ export interface WorkOrderApiPlanListRequest {
|
|
|
1764
1765
|
*/
|
|
1765
1766
|
readonly deptIds?: Array<number>;
|
|
1766
1767
|
/**
|
|
1767
|
-
*
|
|
1768
|
-
* @type {'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT'}
|
|
1768
|
+
* 计划类型列表
|
|
1769
|
+
* @type {Array<'PLAN_TYPE_SHEBEIWEIBAO' | 'PLAN_TYPE_XUNJIAN_SPACE' | 'PLAN_TYPE_AI_INSPECTION' | 'PLAN_TYPE_XUNJIAN_EQUIPMENT'>}
|
|
1769
1770
|
* @memberof WorkOrderApiPlanList
|
|
1770
1771
|
*/
|
|
1771
|
-
readonly
|
|
1772
|
+
readonly planTypes?: Array<PlanListPlanTypesEnum>;
|
|
1772
1773
|
/**
|
|
1773
1774
|
* 执行周期
|
|
1774
1775
|
* @type {WorkOrderPlanRepeatsEnum}
|
|
@@ -1820,11 +1821,11 @@ export interface WorkOrderApiPublicWorkOrderListRequest {
|
|
|
1820
1821
|
*/
|
|
1821
1822
|
readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
|
|
1822
1823
|
/**
|
|
1823
|
-
*
|
|
1824
|
-
* @type {
|
|
1824
|
+
* 工单状态数组
|
|
1825
|
+
* @type {Array<WorkOrderStatusEnum>}
|
|
1825
1826
|
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1826
1827
|
*/
|
|
1827
|
-
readonly
|
|
1828
|
+
readonly workOrderStatuses?: Array<WorkOrderStatusEnum>;
|
|
1828
1829
|
/**
|
|
1829
1830
|
* 发起时间(开始)
|
|
1830
1831
|
* @type {string}
|
|
@@ -1857,10 +1858,10 @@ export interface WorkOrderApiPublicWorkOrderListRequest {
|
|
|
1857
1858
|
readonly samplingResults?: PublicWorkOrderListSamplingResultsEnum;
|
|
1858
1859
|
/**
|
|
1859
1860
|
* 执行部门ID(传-1代表查询无执行部门的工单)
|
|
1860
|
-
* @type {number}
|
|
1861
|
+
* @type {Array<number>}
|
|
1861
1862
|
* @memberof WorkOrderApiPublicWorkOrderList
|
|
1862
1863
|
*/
|
|
1863
|
-
readonly
|
|
1864
|
+
readonly executionDeptIds?: Array<number>;
|
|
1864
1865
|
/**
|
|
1865
1866
|
* 是否异常
|
|
1866
1867
|
* @type {boolean}
|
|
@@ -2148,11 +2149,11 @@ export interface WorkOrderApiWorkOrderListRequest {
|
|
|
2148
2149
|
*/
|
|
2149
2150
|
readonly workOrderTypes?: Array<WorkOrderTypeEnum>;
|
|
2150
2151
|
/**
|
|
2151
|
-
*
|
|
2152
|
-
* @type {
|
|
2152
|
+
* 工单状态数组
|
|
2153
|
+
* @type {Array<WorkOrderStatusEnum>}
|
|
2153
2154
|
* @memberof WorkOrderApiWorkOrderList
|
|
2154
2155
|
*/
|
|
2155
|
-
readonly
|
|
2156
|
+
readonly workOrderStatuses?: Array<WorkOrderStatusEnum>;
|
|
2156
2157
|
/**
|
|
2157
2158
|
* 发起时间(开始)
|
|
2158
2159
|
* @type {string}
|
|
@@ -2185,10 +2186,10 @@ export interface WorkOrderApiWorkOrderListRequest {
|
|
|
2185
2186
|
readonly samplingResults?: WorkOrderListSamplingResultsEnum;
|
|
2186
2187
|
/**
|
|
2187
2188
|
* 执行部门ID(传-1代表查询无执行部门的工单)
|
|
2188
|
-
* @type {number}
|
|
2189
|
+
* @type {Array<number>}
|
|
2189
2190
|
* @memberof WorkOrderApiWorkOrderList
|
|
2190
2191
|
*/
|
|
2191
|
-
readonly
|
|
2192
|
+
readonly executionDeptIds?: Array<number>;
|
|
2192
2193
|
/**
|
|
2193
2194
|
* 是否异常
|
|
2194
2195
|
* @type {boolean}
|
|
@@ -2908,17 +2909,6 @@ export declare class WorkOrderApi extends BaseAPI {
|
|
|
2908
2909
|
*/
|
|
2909
2910
|
workOrderViolationDetails(requestParameters: WorkOrderApiWorkOrderViolationDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultViolationWorkOrderDetailsDto, any>>;
|
|
2910
2911
|
}
|
|
2911
|
-
/**
|
|
2912
|
-
* @export
|
|
2913
|
-
*/
|
|
2914
|
-
export declare const ExportWorkOrderWorkOrderStatusEnum: {
|
|
2915
|
-
readonly Pending: "PENDING";
|
|
2916
|
-
readonly InProgress: "IN_PROGRESS";
|
|
2917
|
-
readonly Completed: "COMPLETED";
|
|
2918
|
-
readonly Overdue: "OVERDUE";
|
|
2919
|
-
readonly Closed: "CLOSED";
|
|
2920
|
-
};
|
|
2921
|
-
export type ExportWorkOrderWorkOrderStatusEnum = typeof ExportWorkOrderWorkOrderStatusEnum[keyof typeof ExportWorkOrderWorkOrderStatusEnum];
|
|
2922
2912
|
/**
|
|
2923
2913
|
* @export
|
|
2924
2914
|
*/
|
|
@@ -2931,24 +2921,13 @@ export type ExportWorkOrderSamplingResultsEnum = typeof ExportWorkOrderSamplingR
|
|
|
2931
2921
|
/**
|
|
2932
2922
|
* @export
|
|
2933
2923
|
*/
|
|
2934
|
-
export declare const
|
|
2924
|
+
export declare const PlanListPlanTypesEnum: {
|
|
2935
2925
|
readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
|
|
2936
2926
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
2937
2927
|
readonly PlanTypeAiInspection: "PLAN_TYPE_AI_INSPECTION";
|
|
2938
2928
|
readonly PlanTypeXunjianEquipment: "PLAN_TYPE_XUNJIAN_EQUIPMENT";
|
|
2939
2929
|
};
|
|
2940
|
-
export type
|
|
2941
|
-
/**
|
|
2942
|
-
* @export
|
|
2943
|
-
*/
|
|
2944
|
-
export declare const PublicWorkOrderListWorkOrderStatusEnum: {
|
|
2945
|
-
readonly Pending: "PENDING";
|
|
2946
|
-
readonly InProgress: "IN_PROGRESS";
|
|
2947
|
-
readonly Completed: "COMPLETED";
|
|
2948
|
-
readonly Overdue: "OVERDUE";
|
|
2949
|
-
readonly Closed: "CLOSED";
|
|
2950
|
-
};
|
|
2951
|
-
export type PublicWorkOrderListWorkOrderStatusEnum = typeof PublicWorkOrderListWorkOrderStatusEnum[keyof typeof PublicWorkOrderListWorkOrderStatusEnum];
|
|
2930
|
+
export type PlanListPlanTypesEnum = typeof PlanListPlanTypesEnum[keyof typeof PlanListPlanTypesEnum];
|
|
2952
2931
|
/**
|
|
2953
2932
|
* @export
|
|
2954
2933
|
*/
|
|
@@ -2958,17 +2937,6 @@ export declare const PublicWorkOrderListSamplingResultsEnum: {
|
|
|
2958
2937
|
readonly Two: "TWO";
|
|
2959
2938
|
};
|
|
2960
2939
|
export type PublicWorkOrderListSamplingResultsEnum = typeof PublicWorkOrderListSamplingResultsEnum[keyof typeof PublicWorkOrderListSamplingResultsEnum];
|
|
2961
|
-
/**
|
|
2962
|
-
* @export
|
|
2963
|
-
*/
|
|
2964
|
-
export declare const WorkOrderListWorkOrderStatusEnum: {
|
|
2965
|
-
readonly Pending: "PENDING";
|
|
2966
|
-
readonly InProgress: "IN_PROGRESS";
|
|
2967
|
-
readonly Completed: "COMPLETED";
|
|
2968
|
-
readonly Overdue: "OVERDUE";
|
|
2969
|
-
readonly Closed: "CLOSED";
|
|
2970
|
-
};
|
|
2971
|
-
export type WorkOrderListWorkOrderStatusEnum = typeof WorkOrderListWorkOrderStatusEnum[keyof typeof WorkOrderListWorkOrderStatusEnum];
|
|
2972
2940
|
/**
|
|
2973
2941
|
* @export
|
|
2974
2942
|
*/
|