@gct-paas/api 0.1.0-word.3 → 0.1.1
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/dist/gct-api.esm.min.js +1 -1
- package/dist/gct-api.system.min.js +1 -1
- package/es/apaas/service/api-config.mjs +167 -9
- package/es/apaas/service/apis/designer-common.service.d.ts +5 -1
- package/es/apaas/service/apis/doc-control-started.service.d.ts +76 -1
- package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
- package/es/apaas/service/apis/excel.service.d.ts +6 -2
- package/es/apaas/service/apis/field-meta.service.d.ts +21 -0
- package/es/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/es/apaas/service/apis/file.service.d.ts +1 -0
- package/es/apaas/service/apis/i18n-info.service.d.ts +1 -0
- package/es/apaas/service/apis/label.service.d.ts +15 -4
- package/es/apaas/service/apis/model-meta.service.d.ts +15 -1
- package/es/apaas/service/apis/office.service.d.ts +4 -1
- package/es/apaas/service/apis/online-form-instance.service.d.ts +45 -0
- package/es/apaas/service/apis/online-form.service.d.ts +8 -1
- package/es/apaas/service/apis/process-task-done.service.d.ts +24 -1
- package/es/apaas/service/apis/process-task-todo.service.d.ts +36 -1
- package/es/apaas/service/apis/ss.service.d.ts +1 -0
- package/es/apaas/service/entities.d.ts +2264 -344
- package/es/apaas/service/index.d.ts +6 -0
- package/es/ipaas/service/api-config.mjs +21 -2
- package/es/ipaas/service/apis/connector-config.service.d.ts +1 -0
- package/es/ipaas/service/apis/flow.service.d.ts +78 -1
- package/es/ipaas/service/entities.d.ts +162 -0
- package/es/platform/service/api-config.mjs +52 -21
- package/es/platform/service/apis/api.service.d.ts +18 -0
- package/es/platform/service/apis/apk.service.d.ts +4 -1
- package/es/platform/service/apis/app.service.d.ts +8 -1
- package/es/platform/service/apis/assets.service.d.ts +1 -0
- package/es/platform/service/apis/bi-app.service.d.ts +4 -3
- package/es/platform/service/apis/bi-file.service.d.ts +1 -0
- package/es/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
- package/es/platform/service/apis/device-interconnection.service.d.ts +4 -1
- package/es/platform/service/apis/file.service.d.ts +6 -1
- package/es/platform/service/apis/i18n-info.service.d.ts +1 -0
- package/es/platform/service/apis/invoke-log.service.d.ts +17 -1
- package/es/platform/service/apis/ldap.service.d.ts +4 -1
- package/es/platform/service/apis/license.service.d.ts +18 -0
- package/es/platform/service/apis/org.service.d.ts +0 -4
- package/es/platform/service/apis/plat.service.d.ts +4 -1
- package/es/platform/service/apis/pn-project.service.d.ts +1 -0
- package/es/platform/service/apis/tenant.service.d.ts +0 -4
- package/es/platform/service/apis/user.service.d.ts +15 -3
- package/es/platform/service/entities.d.ts +94 -0
- package/lib/apaas/service/api-config.cjs +139 -9
- package/lib/apaas/service/apis/designer-common.service.d.ts +5 -1
- package/lib/apaas/service/apis/doc-control-started.service.d.ts +76 -1
- package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +12 -0
- package/lib/apaas/service/apis/excel.service.d.ts +6 -2
- package/lib/apaas/service/apis/field-meta.service.d.ts +21 -0
- package/lib/apaas/service/apis/file-resource.service.d.ts +1 -0
- package/lib/apaas/service/apis/file.service.d.ts +1 -0
- package/lib/apaas/service/apis/i18n-info.service.d.ts +1 -0
- package/lib/apaas/service/apis/label.service.d.ts +15 -4
- package/lib/apaas/service/apis/model-meta.service.d.ts +15 -1
- package/lib/apaas/service/apis/office.service.d.ts +4 -1
- package/lib/apaas/service/apis/online-form-instance.service.d.ts +45 -0
- package/lib/apaas/service/apis/online-form.service.d.ts +8 -1
- package/lib/apaas/service/apis/process-task-done.service.d.ts +24 -1
- package/lib/apaas/service/apis/process-task-todo.service.d.ts +36 -1
- package/lib/apaas/service/apis/ss.service.d.ts +1 -0
- package/lib/apaas/service/entities.d.ts +2264 -344
- package/lib/apaas/service/index.d.ts +6 -0
- package/lib/ipaas/service/api-config.cjs +18 -2
- package/lib/ipaas/service/apis/connector-config.service.d.ts +1 -0
- package/lib/ipaas/service/apis/flow.service.d.ts +78 -1
- package/lib/ipaas/service/entities.d.ts +162 -0
- package/lib/platform/service/api-config.cjs +50 -21
- package/lib/platform/service/apis/api.service.d.ts +18 -0
- package/lib/platform/service/apis/apk.service.d.ts +4 -1
- package/lib/platform/service/apis/app.service.d.ts +8 -1
- package/lib/platform/service/apis/assets.service.d.ts +1 -0
- package/lib/platform/service/apis/bi-app.service.d.ts +4 -3
- package/lib/platform/service/apis/bi-file.service.d.ts +1 -0
- package/lib/platform/service/apis/device-interconnection-param.service.d.ts +4 -1
- package/lib/platform/service/apis/device-interconnection.service.d.ts +4 -1
- package/lib/platform/service/apis/file.service.d.ts +6 -1
- package/lib/platform/service/apis/i18n-info.service.d.ts +1 -0
- package/lib/platform/service/apis/invoke-log.service.d.ts +17 -1
- package/lib/platform/service/apis/ldap.service.d.ts +4 -1
- package/lib/platform/service/apis/license.service.d.ts +18 -0
- package/lib/platform/service/apis/org.service.d.ts +0 -4
- package/lib/platform/service/apis/plat.service.d.ts +4 -1
- package/lib/platform/service/apis/pn-project.service.d.ts +1 -0
- package/lib/platform/service/apis/tenant.service.d.ts +0 -4
- package/lib/platform/service/apis/user.service.d.ts +15 -3
- package/lib/platform/service/entities.d.ts +94 -0
- package/package.json +12 -5
|
@@ -1,6 +1,66 @@
|
|
|
1
1
|
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
2
|
+
import type {
|
|
3
|
+
DocControlStartedResponse,
|
|
4
|
+
DocControlStartedRequest,
|
|
5
|
+
} from '../entities';
|
|
3
6
|
|
|
7
|
+
export interface getAllPageListQuery {
|
|
8
|
+
/**
|
|
9
|
+
* 分类ID
|
|
10
|
+
*/
|
|
11
|
+
categoryId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* 分类name
|
|
14
|
+
*/
|
|
15
|
+
categoryName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* 文件编码
|
|
18
|
+
*/
|
|
19
|
+
code?: string;
|
|
20
|
+
/**
|
|
21
|
+
* 类型(EDHR,在线表单:FORM)
|
|
22
|
+
*/
|
|
23
|
+
controlTmplType?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 创建人id
|
|
26
|
+
*/
|
|
27
|
+
createUserId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* 创建时间 - 结束
|
|
30
|
+
*/
|
|
31
|
+
endCreateTime?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 文件名称
|
|
34
|
+
*/
|
|
35
|
+
name?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 页码
|
|
38
|
+
*/
|
|
39
|
+
pageNo?: number;
|
|
40
|
+
/**
|
|
41
|
+
* 分页大小
|
|
42
|
+
*/
|
|
43
|
+
pageSize?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 排序字段
|
|
46
|
+
*/
|
|
47
|
+
sortField?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
50
|
+
*/
|
|
51
|
+
sortType?: string;
|
|
52
|
+
/**
|
|
53
|
+
* 创建时间 - 开始
|
|
54
|
+
*/
|
|
55
|
+
startCreateTime?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 状态(IN_AUDIT:审核中,ENDED:已退回,FINISHED:已审核)
|
|
58
|
+
*/
|
|
59
|
+
status?: string;
|
|
60
|
+
}
|
|
61
|
+
export interface putEffectiveDateIdPathParams {
|
|
62
|
+
id: string;
|
|
63
|
+
}
|
|
4
64
|
export interface getInfoQuery {
|
|
5
65
|
/**
|
|
6
66
|
* id
|
|
@@ -52,6 +112,21 @@ export interface getPageListQuery {
|
|
|
52
112
|
pageSize?: number;
|
|
53
113
|
}
|
|
54
114
|
export interface DocControlStartedService {
|
|
115
|
+
/**
|
|
116
|
+
* 所有数据分页列表
|
|
117
|
+
*/
|
|
118
|
+
getAllPageList(
|
|
119
|
+
query: getAllPageListQuery,
|
|
120
|
+
config?: Partial<AxiosRequestConfig>,
|
|
121
|
+
): Promise<IPage<DocControlStartedResponse>>;
|
|
122
|
+
/**
|
|
123
|
+
* 修改生效日期
|
|
124
|
+
*/
|
|
125
|
+
putEffectiveDateId(
|
|
126
|
+
path: putEffectiveDateIdPathParams,
|
|
127
|
+
data: DocControlStartedRequest,
|
|
128
|
+
config?: Partial<AxiosRequestConfig>,
|
|
129
|
+
): Promise<string>;
|
|
55
130
|
/**
|
|
56
131
|
* 详情
|
|
57
132
|
*/
|
|
@@ -14,6 +14,14 @@ export interface getAllUserPageListQuery {
|
|
|
14
14
|
* 类型(EDHR,在线表单:FORM)
|
|
15
15
|
*/
|
|
16
16
|
controlTmplType?: string;
|
|
17
|
+
/**
|
|
18
|
+
* 创建人id
|
|
19
|
+
*/
|
|
20
|
+
createUserId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 创建时间 - 结束
|
|
23
|
+
*/
|
|
24
|
+
endCreateTime?: string;
|
|
17
25
|
/**
|
|
18
26
|
* 文件名称
|
|
19
27
|
*/
|
|
@@ -34,6 +42,10 @@ export interface getAllUserPageListQuery {
|
|
|
34
42
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
35
43
|
*/
|
|
36
44
|
sortType?: string;
|
|
45
|
+
/**
|
|
46
|
+
* 创建时间 - 开始
|
|
47
|
+
*/
|
|
48
|
+
startCreateTime?: string;
|
|
37
49
|
}
|
|
38
50
|
export interface getInfoQuery {
|
|
39
51
|
/**
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
2
|
import type { AxiosRequestConfig } from 'axios';
|
|
3
|
-
import type {
|
|
3
|
+
import type {
|
|
4
|
+
ImportModelData,
|
|
5
|
+
ResponseEntity,
|
|
6
|
+
ExcelValidateResponse,
|
|
7
|
+
} from '../entities';
|
|
4
8
|
|
|
5
9
|
export interface getDataDoImportQuery {
|
|
6
10
|
/**
|
|
@@ -133,7 +137,7 @@ export interface ExcelService {
|
|
|
133
137
|
getDataReport(
|
|
134
138
|
query: getDataReportQuery,
|
|
135
139
|
config?: Partial<AxiosRequestConfig>,
|
|
136
|
-
): Promise<
|
|
140
|
+
): Promise<ResponseEntity>;
|
|
137
141
|
/**
|
|
138
142
|
* excel数据导入数据校验
|
|
139
143
|
*/
|
|
@@ -71,6 +71,20 @@ export interface getPageGetRecycledListQuery {
|
|
|
71
71
|
export interface putPageRecycledRestoreFieldIdPathParams {
|
|
72
72
|
fieldId: string;
|
|
73
73
|
}
|
|
74
|
+
export interface getRemoveDocumentQuery {
|
|
75
|
+
/**
|
|
76
|
+
* appId
|
|
77
|
+
*/
|
|
78
|
+
appId?: string;
|
|
79
|
+
/**
|
|
80
|
+
* branchId
|
|
81
|
+
*/
|
|
82
|
+
branchId?: string;
|
|
83
|
+
/**
|
|
84
|
+
* env
|
|
85
|
+
*/
|
|
86
|
+
env?: string;
|
|
87
|
+
}
|
|
74
88
|
export interface putUniqueConstraintAddModelKeyFieldKeyTypePathParams {
|
|
75
89
|
modelKey: string;
|
|
76
90
|
fieldKey: string;
|
|
@@ -156,6 +170,13 @@ export interface FieldMetaService {
|
|
|
156
170
|
data: SequencePreviewRequest,
|
|
157
171
|
config?: Partial<AxiosRequestConfig>,
|
|
158
172
|
): Promise<string[]>;
|
|
173
|
+
/**
|
|
174
|
+
* 移除单据模板字段元数据
|
|
175
|
+
*/
|
|
176
|
+
getRemoveDocument(
|
|
177
|
+
query: getRemoveDocumentQuery,
|
|
178
|
+
config?: Partial<AxiosRequestConfig>,
|
|
179
|
+
): Promise<string>;
|
|
159
180
|
/**
|
|
160
181
|
* 字段保存
|
|
161
182
|
*/
|
|
@@ -3,10 +3,11 @@ import type { AxiosRequestConfig } from 'axios';
|
|
|
3
3
|
import type {
|
|
4
4
|
LabelRequest,
|
|
5
5
|
LabelResponse,
|
|
6
|
-
|
|
6
|
+
LabelBtwDesigner,
|
|
7
7
|
CategoryRdoRelationResponse,
|
|
8
8
|
LabelNameCheckRequest,
|
|
9
9
|
FontConfig,
|
|
10
|
+
LabelDesigner,
|
|
10
11
|
XmlSetting,
|
|
11
12
|
} from '../entities';
|
|
12
13
|
|
|
@@ -181,6 +182,13 @@ export interface LabelService {
|
|
|
181
182
|
data: LabelRequest,
|
|
182
183
|
config?: Partial<AxiosRequestConfig>,
|
|
183
184
|
): Promise<string>;
|
|
185
|
+
/**
|
|
186
|
+
* btw复制
|
|
187
|
+
*/
|
|
188
|
+
postBtwCopy(
|
|
189
|
+
data: LabelRequest,
|
|
190
|
+
config?: Partial<AxiosRequestConfig>,
|
|
191
|
+
): Promise<string>;
|
|
184
192
|
/**
|
|
185
193
|
* btw模板分页列表
|
|
186
194
|
*/
|
|
@@ -198,8 +206,8 @@ export interface LabelService {
|
|
|
198
206
|
/**
|
|
199
207
|
* btw标签修改
|
|
200
208
|
*/
|
|
201
|
-
|
|
202
|
-
data:
|
|
209
|
+
putBtwUpdate(
|
|
210
|
+
data: LabelBtwDesigner,
|
|
203
211
|
config?: Partial<AxiosRequestConfig>,
|
|
204
212
|
): Promise<string>;
|
|
205
213
|
/**
|
|
@@ -251,7 +259,10 @@ export interface LabelService {
|
|
|
251
259
|
/**
|
|
252
260
|
* 导入
|
|
253
261
|
*/
|
|
254
|
-
postImport(
|
|
262
|
+
postImport(
|
|
263
|
+
data: FormData,
|
|
264
|
+
config?: Partial<AxiosRequestConfig>,
|
|
265
|
+
): Promise<LabelResponse>;
|
|
255
266
|
/**
|
|
256
267
|
* 标签和分类树
|
|
257
268
|
*/
|
|
@@ -6,6 +6,7 @@ import type {
|
|
|
6
6
|
ModelMetaDTO,
|
|
7
7
|
TableMetaER,
|
|
8
8
|
ModelField,
|
|
9
|
+
ModelBriefInfo,
|
|
9
10
|
ModelMetaVO,
|
|
10
11
|
} from '../entities';
|
|
11
12
|
|
|
@@ -129,6 +130,12 @@ export interface getPermissionEnabledListQuery {
|
|
|
129
130
|
*/
|
|
130
131
|
type?: string;
|
|
131
132
|
}
|
|
133
|
+
export interface getPermissionRelationQuery {
|
|
134
|
+
/**
|
|
135
|
+
* 搜索关键字
|
|
136
|
+
*/
|
|
137
|
+
keyword?: string;
|
|
138
|
+
}
|
|
132
139
|
export interface putSupportMessageModelKeyEnabledPathParams {
|
|
133
140
|
modelKey: string;
|
|
134
141
|
enabled: string;
|
|
@@ -290,6 +297,13 @@ export interface ModelMetaService {
|
|
|
290
297
|
query: getPermissionEnabledListQuery,
|
|
291
298
|
config?: Partial<AxiosRequestConfig>,
|
|
292
299
|
): Promise<ModelMetaResponse[]>;
|
|
300
|
+
/**
|
|
301
|
+
* 查询配置过数据权限的模型列表
|
|
302
|
+
*/
|
|
303
|
+
getPermissionRelation(
|
|
304
|
+
query: getPermissionRelationQuery,
|
|
305
|
+
config?: Partial<AxiosRequestConfig>,
|
|
306
|
+
): Promise<ModelBriefInfo[]>;
|
|
293
307
|
/**
|
|
294
308
|
* 实体模型保存
|
|
295
309
|
*/
|
|
@@ -323,7 +337,7 @@ export interface ModelMetaService {
|
|
|
323
337
|
getUnrelatedList(
|
|
324
338
|
query: getUnrelatedListQuery,
|
|
325
339
|
config?: Partial<AxiosRequestConfig>,
|
|
326
|
-
): Promise<
|
|
340
|
+
): Promise<ModelBriefInfo[]>;
|
|
327
341
|
/**
|
|
328
342
|
* 实体模型编辑
|
|
329
343
|
*/
|
|
@@ -2,6 +2,10 @@ import type { AxiosRequestConfig } from 'axios';
|
|
|
2
2
|
import type {
|
|
3
3
|
OnlineFormInstanceRequest,
|
|
4
4
|
OnlineFormInstanceResponse,
|
|
5
|
+
DataCollectionInstanceAbandonRequest,
|
|
6
|
+
DataCollectionOnlineFormInstanceRequest,
|
|
7
|
+
DataCollectionOnlineFormInstanceUpdateRequest,
|
|
8
|
+
DataCollectionTaskUpdateStatusRequest,
|
|
5
9
|
OnlineFormInstanceTmplRelationResponse,
|
|
6
10
|
OnlineFormInstance,
|
|
7
11
|
OnlineFormInstanceRelationInfoResponse,
|
|
@@ -30,6 +34,12 @@ export interface getAppendixFormListQuery {
|
|
|
30
34
|
*/
|
|
31
35
|
mfgOrderId?: string;
|
|
32
36
|
}
|
|
37
|
+
export interface getDataCollectionListAllQuery {
|
|
38
|
+
/**
|
|
39
|
+
* dataCollectionTaskId
|
|
40
|
+
*/
|
|
41
|
+
dataCollectionTaskId: string;
|
|
42
|
+
}
|
|
33
43
|
export interface getDataIdsQuery {
|
|
34
44
|
/**
|
|
35
45
|
* 物料编号/或批次ID
|
|
@@ -547,6 +557,41 @@ export interface OnlineFormInstanceService {
|
|
|
547
557
|
query: getAppendixFormListQuery,
|
|
548
558
|
config?: Partial<AxiosRequestConfig>,
|
|
549
559
|
): Promise<OnlineFormInstanceResponse[]>;
|
|
560
|
+
/**
|
|
561
|
+
* 作废表单
|
|
562
|
+
*/
|
|
563
|
+
postDataCollectionAbandon(
|
|
564
|
+
data: DataCollectionInstanceAbandonRequest,
|
|
565
|
+
config?: Partial<AxiosRequestConfig>,
|
|
566
|
+
): Promise<boolean>;
|
|
567
|
+
/**
|
|
568
|
+
* 创建数据采集表单实例
|
|
569
|
+
*/
|
|
570
|
+
postDataCollectionCreate(
|
|
571
|
+
data: DataCollectionOnlineFormInstanceRequest,
|
|
572
|
+
config?: Partial<AxiosRequestConfig>,
|
|
573
|
+
): Promise<string>;
|
|
574
|
+
/**
|
|
575
|
+
* 根据数据采集任务id获取所有表单实例
|
|
576
|
+
*/
|
|
577
|
+
getDataCollectionListAll(
|
|
578
|
+
query: getDataCollectionListAllQuery,
|
|
579
|
+
config?: Partial<AxiosRequestConfig>,
|
|
580
|
+
): Promise<OnlineFormInstanceResponse[]>;
|
|
581
|
+
/**
|
|
582
|
+
* 更新表单实例别名
|
|
583
|
+
*/
|
|
584
|
+
postDataCollectionUpdateAlias(
|
|
585
|
+
data: DataCollectionOnlineFormInstanceUpdateRequest,
|
|
586
|
+
config?: Partial<AxiosRequestConfig>,
|
|
587
|
+
): Promise<string>;
|
|
588
|
+
/**
|
|
589
|
+
* 更新数据采集任务状态
|
|
590
|
+
*/
|
|
591
|
+
postDataCollectionUpdateStatus(
|
|
592
|
+
data: DataCollectionTaskUpdateStatusRequest,
|
|
593
|
+
config?: Partial<AxiosRequestConfig>,
|
|
594
|
+
): Promise<boolean>;
|
|
550
595
|
/**
|
|
551
596
|
* (EDHR 查询sheet数据Id) 根据在线表单id,业务标志ID(批次)查询填报数据ID 集合
|
|
552
597
|
*/
|
|
@@ -5,6 +5,7 @@ import type {
|
|
|
5
5
|
ModelMultiRow,
|
|
6
6
|
FieldMeta,
|
|
7
7
|
OnlineFormDataInitProtocolDTO,
|
|
8
|
+
OnlineFormStashRequest,
|
|
8
9
|
OfProcessAbandonRequest,
|
|
9
10
|
OfProcessApproveRequest,
|
|
10
11
|
OfProcessQualifiedRequest,
|
|
@@ -18,7 +19,6 @@ import type {
|
|
|
18
19
|
OfProcessResubmitRequest,
|
|
19
20
|
OfProcessReturnRequest,
|
|
20
21
|
OfProcessSubmitRequest,
|
|
21
|
-
OnlineFormStashRequest,
|
|
22
22
|
} from '../entities';
|
|
23
23
|
|
|
24
24
|
export interface getDataInitProtocolDataQuery {
|
|
@@ -72,6 +72,13 @@ export interface OnlineFormService {
|
|
|
72
72
|
getDataInitProtocolList(
|
|
73
73
|
config?: Partial<AxiosRequestConfig>,
|
|
74
74
|
): Promise<OnlineFormDataInitProtocolDTO[]>;
|
|
75
|
+
/**
|
|
76
|
+
* 部分提交(Medpro用)
|
|
77
|
+
*/
|
|
78
|
+
postPartialSubmit(
|
|
79
|
+
data: OnlineFormStashRequest,
|
|
80
|
+
config?: Partial<AxiosRequestConfig>,
|
|
81
|
+
): Promise<string>;
|
|
75
82
|
/**
|
|
76
83
|
* 表单作废
|
|
77
84
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
2
|
+
import type {
|
|
3
|
+
ProcessTaskApproveHisQueryRequest,
|
|
4
|
+
ProcessTaskDoneApproveHisResponse,
|
|
5
|
+
ProcessTaskDoneResponse,
|
|
6
|
+
} from '../entities';
|
|
3
7
|
|
|
4
8
|
export interface getPageListQuery {
|
|
5
9
|
/**
|
|
@@ -14,6 +18,10 @@ export interface getPageListQuery {
|
|
|
14
18
|
* edhr模板id
|
|
15
19
|
*/
|
|
16
20
|
edhrTmplId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 创建时间 - 结束
|
|
23
|
+
*/
|
|
24
|
+
endCreateTime?: string;
|
|
17
25
|
/**
|
|
18
26
|
* 待办:任务接收/已办:任务审核-结束时间
|
|
19
27
|
*/
|
|
@@ -82,6 +90,10 @@ export interface getPageListQuery {
|
|
|
82
90
|
* 是否显示表单变更数据
|
|
83
91
|
*/
|
|
84
92
|
showChange?: number;
|
|
93
|
+
/**
|
|
94
|
+
* 显示表单流程数据
|
|
95
|
+
*/
|
|
96
|
+
showFormProcess?: boolean;
|
|
85
97
|
/**
|
|
86
98
|
* 排序字段
|
|
87
99
|
*/
|
|
@@ -90,6 +102,10 @@ export interface getPageListQuery {
|
|
|
90
102
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
91
103
|
*/
|
|
92
104
|
sortType?: string;
|
|
105
|
+
/**
|
|
106
|
+
* 创建时间 - 开始
|
|
107
|
+
*/
|
|
108
|
+
startCreateTime?: string;
|
|
93
109
|
/**
|
|
94
110
|
* 汇总人ID
|
|
95
111
|
*/
|
|
@@ -108,6 +124,13 @@ export interface getPageListQuery {
|
|
|
108
124
|
title?: string;
|
|
109
125
|
}
|
|
110
126
|
export interface ProcessTaskDoneService {
|
|
127
|
+
/**
|
|
128
|
+
* 连审批流程记录表分页列表
|
|
129
|
+
*/
|
|
130
|
+
postApproveHisPageList(
|
|
131
|
+
data: ProcessTaskApproveHisQueryRequest,
|
|
132
|
+
config?: Partial<AxiosRequestConfig>,
|
|
133
|
+
): Promise<IPage<ProcessTaskDoneApproveHisResponse>>;
|
|
111
134
|
/**
|
|
112
135
|
* 分页列表
|
|
113
136
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { AxiosRequestConfig } from 'axios';
|
|
2
|
-
import type {
|
|
2
|
+
import type {
|
|
3
|
+
ProcessTaskTodoResponse,
|
|
4
|
+
ProcessTaskApproveHisQueryRequest,
|
|
5
|
+
ProcessTaskTodoApproveHisResponse,
|
|
6
|
+
} from '../entities';
|
|
3
7
|
|
|
4
8
|
export interface getAllUserPageListQuery {
|
|
5
9
|
/**
|
|
@@ -14,6 +18,10 @@ export interface getAllUserPageListQuery {
|
|
|
14
18
|
* edhr模板id
|
|
15
19
|
*/
|
|
16
20
|
edhrTmplId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* 创建时间 - 结束
|
|
23
|
+
*/
|
|
24
|
+
endCreateTime?: string;
|
|
17
25
|
/**
|
|
18
26
|
* 待办:任务接收/已办:任务审核-结束时间
|
|
19
27
|
*/
|
|
@@ -82,6 +90,10 @@ export interface getAllUserPageListQuery {
|
|
|
82
90
|
* 是否显示表单变更数据
|
|
83
91
|
*/
|
|
84
92
|
showChange?: number;
|
|
93
|
+
/**
|
|
94
|
+
* 显示表单流程数据
|
|
95
|
+
*/
|
|
96
|
+
showFormProcess?: boolean;
|
|
85
97
|
/**
|
|
86
98
|
* 排序字段
|
|
87
99
|
*/
|
|
@@ -90,6 +102,10 @@ export interface getAllUserPageListQuery {
|
|
|
90
102
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
91
103
|
*/
|
|
92
104
|
sortType?: string;
|
|
105
|
+
/**
|
|
106
|
+
* 创建时间 - 开始
|
|
107
|
+
*/
|
|
108
|
+
startCreateTime?: string;
|
|
93
109
|
/**
|
|
94
110
|
* 汇总人ID
|
|
95
111
|
*/
|
|
@@ -120,6 +136,10 @@ export interface getPageListQuery {
|
|
|
120
136
|
* edhr模板id
|
|
121
137
|
*/
|
|
122
138
|
edhrTmplId?: string;
|
|
139
|
+
/**
|
|
140
|
+
* 创建时间 - 结束
|
|
141
|
+
*/
|
|
142
|
+
endCreateTime?: string;
|
|
123
143
|
/**
|
|
124
144
|
* 待办:任务接收/已办:任务审核-结束时间
|
|
125
145
|
*/
|
|
@@ -188,6 +208,10 @@ export interface getPageListQuery {
|
|
|
188
208
|
* 是否显示表单变更数据
|
|
189
209
|
*/
|
|
190
210
|
showChange?: number;
|
|
211
|
+
/**
|
|
212
|
+
* 显示表单流程数据
|
|
213
|
+
*/
|
|
214
|
+
showFormProcess?: boolean;
|
|
191
215
|
/**
|
|
192
216
|
* 排序字段
|
|
193
217
|
*/
|
|
@@ -196,6 +220,10 @@ export interface getPageListQuery {
|
|
|
196
220
|
* 排序方式:ASC/DESC, 不传默认 ASC
|
|
197
221
|
*/
|
|
198
222
|
sortType?: string;
|
|
223
|
+
/**
|
|
224
|
+
* 创建时间 - 开始
|
|
225
|
+
*/
|
|
226
|
+
startCreateTime?: string;
|
|
199
227
|
/**
|
|
200
228
|
* 汇总人ID
|
|
201
229
|
*/
|
|
@@ -221,6 +249,13 @@ export interface ProcessTaskTodoService {
|
|
|
221
249
|
query: getAllUserPageListQuery,
|
|
222
250
|
config?: Partial<AxiosRequestConfig>,
|
|
223
251
|
): Promise<IPage<ProcessTaskTodoResponse>>;
|
|
252
|
+
/**
|
|
253
|
+
* 连审批流程记录表分页列表
|
|
254
|
+
*/
|
|
255
|
+
postApproveHisPageList(
|
|
256
|
+
data: ProcessTaskApproveHisQueryRequest,
|
|
257
|
+
config?: Partial<AxiosRequestConfig>,
|
|
258
|
+
): Promise<IPage<ProcessTaskTodoApproveHisResponse>>;
|
|
224
259
|
/**
|
|
225
260
|
* 分页列表
|
|
226
261
|
*/
|