@steedos/service-core-objects 3.0.0-beta.59 → 3.0.0-beta.61
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/main/default/objects/_base/base.object.yml +4 -0
- package/main/default/objects/announcements.object.yml +68 -0
- package/package.json +3 -3
- package/main/default/objectTranslations/flow_positions.en/flow_positions.en.objectTranslation.yml +0 -19
- package/main/default/objectTranslations/flow_positions.zh-CN/flow_positions.zh-CN.objectTranslation.yml +0 -19
- package/main/default/objectTranslations/flow_roles.en/flow_roles.en.objectTranslation.yml +0 -11
- package/main/default/objectTranslations/flow_roles.zh-CN/flow_roles.zh-CN.objectTranslation.yml +0 -14
- package/main/default/objectTranslations/flows.en/flows.en.objectTranslation.yml +0 -317
- package/main/default/objectTranslations/flows.zh-CN/flows.zh-CN.objectTranslation.yml +0 -314
- package/main/default/objects/flows/flows.object.yml +0 -1089
- package/main/default/tabs/admin_process_delegation_rules.tab.yml +0 -24
|
@@ -1,314 +0,0 @@
|
|
|
1
|
-
name: flows
|
|
2
|
-
label: 流程
|
|
3
|
-
description:
|
|
4
|
-
fields:
|
|
5
|
-
name:
|
|
6
|
-
label: 流程名
|
|
7
|
-
help:
|
|
8
|
-
description:
|
|
9
|
-
form:
|
|
10
|
-
label: 流程表单
|
|
11
|
-
help:
|
|
12
|
-
description:
|
|
13
|
-
category:
|
|
14
|
-
label: 分类
|
|
15
|
-
help:
|
|
16
|
-
description:
|
|
17
|
-
state:
|
|
18
|
-
label: 流程状态
|
|
19
|
-
help:
|
|
20
|
-
options:
|
|
21
|
-
- label: 启用
|
|
22
|
-
value: enabled
|
|
23
|
-
- label: 停用
|
|
24
|
-
value: disabled
|
|
25
|
-
description:
|
|
26
|
-
is_valid:
|
|
27
|
-
label: 流程有效
|
|
28
|
-
help:
|
|
29
|
-
description:
|
|
30
|
-
current_no:
|
|
31
|
-
label: 当前序号
|
|
32
|
-
help:
|
|
33
|
-
description:
|
|
34
|
-
description:
|
|
35
|
-
label: 备注
|
|
36
|
-
help:
|
|
37
|
-
description:
|
|
38
|
-
help_text:
|
|
39
|
-
label: 帮助文本
|
|
40
|
-
help:
|
|
41
|
-
description:
|
|
42
|
-
company_id:
|
|
43
|
-
label: 分部
|
|
44
|
-
help:
|
|
45
|
-
description:
|
|
46
|
-
created_by:
|
|
47
|
-
label: 创建人
|
|
48
|
-
help:
|
|
49
|
-
description:
|
|
50
|
-
modified_by:
|
|
51
|
-
label: 修改人
|
|
52
|
-
help:
|
|
53
|
-
description:
|
|
54
|
-
current:
|
|
55
|
-
label: 当前版本
|
|
56
|
-
help:
|
|
57
|
-
description:
|
|
58
|
-
current.modified:
|
|
59
|
-
label: 修改时间
|
|
60
|
-
help:
|
|
61
|
-
description:
|
|
62
|
-
current.modified_by:
|
|
63
|
-
label: 修改人
|
|
64
|
-
help:
|
|
65
|
-
description:
|
|
66
|
-
current.created:
|
|
67
|
-
label: 创建时间
|
|
68
|
-
help:
|
|
69
|
-
description:
|
|
70
|
-
current.created_by:
|
|
71
|
-
label: 创建人
|
|
72
|
-
help:
|
|
73
|
-
description:
|
|
74
|
-
current.steps:
|
|
75
|
-
label: 步骤
|
|
76
|
-
help:
|
|
77
|
-
description:
|
|
78
|
-
current.steps.$._id:
|
|
79
|
-
label:
|
|
80
|
-
help:
|
|
81
|
-
description:
|
|
82
|
-
current.steps.$.name:
|
|
83
|
-
label: 名称
|
|
84
|
-
help:
|
|
85
|
-
description:
|
|
86
|
-
current.steps.$.disableCC:
|
|
87
|
-
label: 禁止传阅
|
|
88
|
-
help:
|
|
89
|
-
description:
|
|
90
|
-
current.steps.$.allowDistribute:
|
|
91
|
-
label: 允许分发
|
|
92
|
-
help:
|
|
93
|
-
description:
|
|
94
|
-
current.steps.$.can_edit_main_attach:
|
|
95
|
-
label: 允许修改正文
|
|
96
|
-
help:
|
|
97
|
-
description:
|
|
98
|
-
current.steps.$.can_edit_normal_attach:
|
|
99
|
-
label: 允许修改附件
|
|
100
|
-
help:
|
|
101
|
-
description:
|
|
102
|
-
current.steps.$.distribute_optional_flows:
|
|
103
|
-
label: 此步骤分发时可选的流程范围
|
|
104
|
-
help:
|
|
105
|
-
description:
|
|
106
|
-
current.steps.$.cc_must_finished:
|
|
107
|
-
label: 必须等待传阅完成
|
|
108
|
-
help:
|
|
109
|
-
description:
|
|
110
|
-
current.steps.$.cc_alert:
|
|
111
|
-
label: 弹出传阅提醒
|
|
112
|
-
help:
|
|
113
|
-
description:
|
|
114
|
-
current.steps.$.allowBatch:
|
|
115
|
-
label: 批量审批
|
|
116
|
-
help:
|
|
117
|
-
description:
|
|
118
|
-
current.steps.$.oneClickApproval:
|
|
119
|
-
label: 一键核准
|
|
120
|
-
help:
|
|
121
|
-
description:
|
|
122
|
-
current.steps.$.oneClickRejection:
|
|
123
|
-
label: 一键驳回
|
|
124
|
-
help:
|
|
125
|
-
description:
|
|
126
|
-
perms:
|
|
127
|
-
label: 权限
|
|
128
|
-
help:
|
|
129
|
-
description:
|
|
130
|
-
perms.users_can_add:
|
|
131
|
-
label: '授权用户: 新建申请单'
|
|
132
|
-
help:
|
|
133
|
-
description:
|
|
134
|
-
perms.orgs_can_add:
|
|
135
|
-
label: '授权部门: 新建申请单'
|
|
136
|
-
help:
|
|
137
|
-
description:
|
|
138
|
-
perms.users_can_monitor:
|
|
139
|
-
label: '授权用户: 查看所有申请单'
|
|
140
|
-
help:
|
|
141
|
-
description:
|
|
142
|
-
perms.orgs_can_monitor:
|
|
143
|
-
label: '授权部门: 查看所有申请单'
|
|
144
|
-
help:
|
|
145
|
-
description:
|
|
146
|
-
perms.users_can_admin:
|
|
147
|
-
label: '授权用户: 查看所有申请单,并能执行重定位、转签核、删除操作'
|
|
148
|
-
help:
|
|
149
|
-
description:
|
|
150
|
-
perms.orgs_can_admin:
|
|
151
|
-
label: '授权部门: 查看所有申请单,并能执行重定位、转签核、删除操作'
|
|
152
|
-
help:
|
|
153
|
-
description:
|
|
154
|
-
app:
|
|
155
|
-
label: 所属应用
|
|
156
|
-
help:
|
|
157
|
-
description:
|
|
158
|
-
historys:
|
|
159
|
-
label: 历史版本
|
|
160
|
-
help:
|
|
161
|
-
description:
|
|
162
|
-
instance_template:
|
|
163
|
-
label: 表单模板
|
|
164
|
-
help:
|
|
165
|
-
description:
|
|
166
|
-
print_template:
|
|
167
|
-
label: 打印模板
|
|
168
|
-
help:
|
|
169
|
-
description:
|
|
170
|
-
field_map:
|
|
171
|
-
label: 映射关系
|
|
172
|
-
help:
|
|
173
|
-
description:
|
|
174
|
-
events:
|
|
175
|
-
label: 相关事件
|
|
176
|
-
help:
|
|
177
|
-
description:
|
|
178
|
-
distribute_optional_users:
|
|
179
|
-
label: 流程被分发时分发对象选择范围
|
|
180
|
-
help:
|
|
181
|
-
description:
|
|
182
|
-
distribute_to_self:
|
|
183
|
-
label: 分发给自己
|
|
184
|
-
help:
|
|
185
|
-
description:
|
|
186
|
-
upload_after_being_distributed:
|
|
187
|
-
label: 被分发后是否允许上传附件
|
|
188
|
-
help:
|
|
189
|
-
description:
|
|
190
|
-
name_formula:
|
|
191
|
-
label: 标题公式
|
|
192
|
-
help:
|
|
193
|
-
description:
|
|
194
|
-
code_formula:
|
|
195
|
-
label: 系统公式
|
|
196
|
-
help:
|
|
197
|
-
description:
|
|
198
|
-
auto_remind:
|
|
199
|
-
label: 自动催办
|
|
200
|
-
help:
|
|
201
|
-
description:
|
|
202
|
-
sort_no:
|
|
203
|
-
label: 排序号
|
|
204
|
-
help:
|
|
205
|
-
description:
|
|
206
|
-
timeout_auto_submit:
|
|
207
|
-
label: 超时自动流转
|
|
208
|
-
help:
|
|
209
|
-
description:
|
|
210
|
-
allow_select_step:
|
|
211
|
-
label: 申请人指定步骤、审批人
|
|
212
|
-
help: '允许申请人提交申请单时指定流转步骤及步骤处理人, 需要通过流程设计器修改步骤上的属性'
|
|
213
|
-
description:
|
|
214
|
-
object_name:
|
|
215
|
-
label: 绑定对象
|
|
216
|
-
instance_fields:
|
|
217
|
-
label: 审批单字段
|
|
218
|
-
help:
|
|
219
|
-
description:
|
|
220
|
-
instance_fields.$:
|
|
221
|
-
label: 字段
|
|
222
|
-
help:
|
|
223
|
-
description:
|
|
224
|
-
instance_fields.$.name:
|
|
225
|
-
label: 字段
|
|
226
|
-
help:
|
|
227
|
-
description:
|
|
228
|
-
instance_fields.$.readonly:
|
|
229
|
-
label: 只读
|
|
230
|
-
help:
|
|
231
|
-
description:
|
|
232
|
-
instance_fields.$.required:
|
|
233
|
-
label: 必填
|
|
234
|
-
help:
|
|
235
|
-
description:
|
|
236
|
-
instance_table_fields:
|
|
237
|
-
label: 审批单子表
|
|
238
|
-
help:
|
|
239
|
-
description:
|
|
240
|
-
instance_table_fields.$.label:
|
|
241
|
-
label: 显示标题
|
|
242
|
-
help: 默认为对象名称
|
|
243
|
-
description:
|
|
244
|
-
instance_table_fields.$.detail_field_fullname:
|
|
245
|
-
label: 子表名称
|
|
246
|
-
help:
|
|
247
|
-
description:
|
|
248
|
-
instance_table_fields.$.field_names:
|
|
249
|
-
label: 显示的字段
|
|
250
|
-
help:
|
|
251
|
-
description:
|
|
252
|
-
forbid_initiate_instance:
|
|
253
|
-
label: 审批王端禁止发起流程
|
|
254
|
-
help:
|
|
255
|
-
description:
|
|
256
|
-
enable_distribute_instance_to_attachment:
|
|
257
|
-
label: 分发时允许将原表单存储为附件
|
|
258
|
-
enable_distribute_instance_related:
|
|
259
|
-
label: 分发时允许自动创建关联文件
|
|
260
|
-
groups:
|
|
261
|
-
template: 模板
|
|
262
|
-
synchronization: 归档
|
|
263
|
-
develop: 开发
|
|
264
|
-
distribution: 分发
|
|
265
|
-
others: 高级
|
|
266
|
-
flowbindobject: 流程绑定对象
|
|
267
|
-
permissions: 权限
|
|
268
|
-
listviews:
|
|
269
|
-
all:
|
|
270
|
-
label: 所有
|
|
271
|
-
customize:
|
|
272
|
-
label: 自定义
|
|
273
|
-
actions:
|
|
274
|
-
standard_new:
|
|
275
|
-
label: 新建
|
|
276
|
-
standard_new_by_template:
|
|
277
|
-
label: 从模板新建
|
|
278
|
-
design:
|
|
279
|
-
label: 流程设计器
|
|
280
|
-
standard_edit:
|
|
281
|
-
label: 编辑
|
|
282
|
-
standard_delete:
|
|
283
|
-
label: 删除
|
|
284
|
-
designFlow:
|
|
285
|
-
label: 流程设计器
|
|
286
|
-
designForm:
|
|
287
|
-
label: 表单设计器
|
|
288
|
-
enableFlow:
|
|
289
|
-
label: 启用
|
|
290
|
-
disableFlow:
|
|
291
|
-
label: 停用
|
|
292
|
-
export_default_template:
|
|
293
|
-
label: 导出默认模板
|
|
294
|
-
exportFlow:
|
|
295
|
-
label: 导出流程
|
|
296
|
-
importFlow:
|
|
297
|
-
label: 导入流程
|
|
298
|
-
exportFlows:
|
|
299
|
-
label: 导出流程
|
|
300
|
-
upgradeFlow:
|
|
301
|
-
label: 导入流程(升级)
|
|
302
|
-
copyFlow:
|
|
303
|
-
label: 复制流程
|
|
304
|
-
distributeAdmin:
|
|
305
|
-
label: 设置分发
|
|
306
|
-
removeFlow:
|
|
307
|
-
label: 删除
|
|
308
|
-
addFormFields:
|
|
309
|
-
label: 添加字段
|
|
310
|
-
CustomLabels:
|
|
311
|
-
import_flows_error_title: 导入失败
|
|
312
|
-
import_flows_error_not_find_object: '未找到对象[ %s ]'
|
|
313
|
-
import_flows_error_not_allow_enable_workflow: '对象[ %s ]未启用配置对象流程'
|
|
314
|
-
import_flows_error_not_find_fields: '缺少字段[ %s ]'
|