@steedos/service-core-objects 3.0.0-beta.99 → 3.0.0
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/README.md +3 -3
- package/main/default/applications/.gitkeep +0 -0
- package/main/default/applications/admin.app.yml +179 -0
- package/main/default/client/socket.client.js +1 -1
- package/main/default/objectTranslations/announcements.en/announcements.en.objectTranslation.yml +37 -0
- package/main/default/objectTranslations/announcements.zh-CN/announcements.zh-CN.objectTranslation.yml +37 -0
- package/main/default/objectTranslations/audit_records.en/audit_records.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/company.en/company.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/logs.en/logs.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/object_fields.en/object_fields.en.objectTranslation.yml +3 -3
- package/main/default/objectTranslations/object_fields.zh-CN/object_fields.zh-CN.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/object_functions.en/object_functions.en.objectTranslation.yml +1 -5
- package/main/default/objectTranslations/object_functions.zh-CN/object_functions.zh-CN.objectTranslation.yml +1 -5
- package/main/default/objectTranslations/objects.en/objects.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/operation_logs.en/operation_logs.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/organizations.en/organizations.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/process_delegation_rules.en/process_delegation_rules.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/reports.en/reports.en.objectTranslation.yml +7 -1
- package/main/default/objectTranslations/reports.zh-CN/reports.zh-CN.objectTranslation.yml +7 -1
- package/main/default/objectTranslations/sessions.en/sessions.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/settings.en/settings.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/space_users.en/space_users.en.objectTranslation.yml +1 -1
- package/main/default/objects/_base/base.client.js +113 -114
- package/main/default/objects/_base/base.object.js +225 -217
- package/main/default/objects/_base/base.recordFieldAudit.trigger.js +3 -0
- package/main/default/objects/_base/base.trigger.js +7 -144
- package/main/default/objects/audit_records.object.yml +1 -1
- package/main/default/objects/cms_files/cms_files.object.yml +1 -1
- package/main/default/objects/company/company.object.yml +1 -1
- package/main/default/objects/license.object.yml +13 -33
- package/main/default/objects/logs/logs.object.yml +1 -1
- package/main/default/objects/notifications/fields/related_to.field.yml +12 -4
- package/main/default/objects/object_fields/fields/description.field.yml +11 -2
- package/main/default/objects/object_fields/fields/required.field.yml +1 -1
- package/main/default/objects/object_fields/listviews/all.listview.yml +1 -1
- package/main/default/objects/object_functions/buttons/open_api.button.yml +1 -3
- package/main/default/objects/object_functions/fields/script.field.yml +3 -2
- package/main/default/objects/object_functions/listviews/all.listview.yml +0 -1
- package/main/default/objects/object_functions/listviews/customize.listview.yml +0 -1
- package/main/default/objects/object_functions/object_functions.object.yml +1 -1
- package/main/default/objects/object_listviews/fields/extra_columns.field.yml +1 -1
- package/main/default/objects/object_triggers/fields/handler.field.yml +3 -2
- package/main/default/objects/object_webhooks/object_webhooks.object.yml +1 -1
- package/main/default/objects/objects/buttons/show_object.button.js +1 -1
- package/main/default/objects/permission_set/buttons/copy.button.yml +114 -0
- package/main/default/objects/permission_set/buttons/set_permission_tabs.button.yml +166 -0
- package/main/default/objects/{permission_set.object.yml → permission_set/permission_set.object.yml} +1 -1
- package/main/default/objects/reports.object.yml +125 -258
- package/main/default/objects/roles.object.yml +1 -0
- package/main/default/objects/sessions.object.yml +1 -1
- package/main/default/objects/space_users/buttons/clear_login_tokens.button.yml +1 -1
- package/main/default/objects/space_users/buttons/setPassword.button.js +12 -12
- package/main/default/objects/space_users/fields/password_expired.field.yml +1 -1
- package/main/default/pages/about.page.amis.json +21 -4
- package/main/default/pages/apps_form.page.amis.json +2 -1
- package/main/default/pages/cfs_files_record_preview.page.amis.json +8 -8
- package/main/default/pages/cms_files_preview.page.amis.json +7 -7
- package/main/default/pages/object_detail.page.amis.json +1 -1
- package/main/default/pages/space_users_list.page.amis.json +5 -2
- package/main/default/routes/amis_button_design.router.js +2 -12
- package/main/default/routes/amis_listview_design.router.js +2 -11
- package/main/default/routes/object_fields_design.ejs +2 -1
- package/main/default/routes/object_fields_design.router.js +1 -14
- package/main/default/services/spaces.service.js +1 -1
- package/main/default/services/users.service.js +5 -2
- package/main/default/tabs/admin_bull_dashboard.tab.yml +2 -1
- package/main/default/tabs/admin_object_functions.tab.yml +21 -0
- package/main/default/tabs/admin_swagger.tab.yml +22 -0
- package/main/default/translations/en.translation.yml +2 -2
- package/main/default/triggers/space_users.trigger.js +3 -3
- package/package.json +3 -4
- package/public/platform.css +5 -0
- package/main/default/objectTranslations/forms.en/forms.en.objectTranslation.yml +0 -191
- package/main/default/objectTranslations/forms.zh-CN/forms.zh-CN.objectTranslation.yml +0 -194
- package/main/default/objectTranslations/instances.en/instances.en.objectTranslation.yml +0 -211
- package/main/default/objectTranslations/instances.zh-CN/instances.zh-CN.objectTranslation.yml +0 -208
- package/main/default/objects/object_functions/fields/is_rest.field.yml +0 -5
- package/main/default/objects/spaces/buttons/upgrade.button.js +0 -12
- package/main/default/objects/spaces/buttons/upgrade.button.yml +0 -4
package/main/default/objectTranslations/instances.zh-CN/instances.zh-CN.objectTranslation.yml
DELETED
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
name: instances
|
|
2
|
-
label: 审批单
|
|
3
|
-
description:
|
|
4
|
-
fields:
|
|
5
|
-
name:
|
|
6
|
-
label: 文件标题
|
|
7
|
-
help:
|
|
8
|
-
description:
|
|
9
|
-
flow:
|
|
10
|
-
label: 流程
|
|
11
|
-
help:
|
|
12
|
-
description:
|
|
13
|
-
flow_version:
|
|
14
|
-
label: 流程版本号
|
|
15
|
-
help:
|
|
16
|
-
description:
|
|
17
|
-
form:
|
|
18
|
-
label: 表单
|
|
19
|
-
help:
|
|
20
|
-
description:
|
|
21
|
-
form_version:
|
|
22
|
-
label: 表单版本号
|
|
23
|
-
help:
|
|
24
|
-
description:
|
|
25
|
-
submitter:
|
|
26
|
-
label: 提交人
|
|
27
|
-
help:
|
|
28
|
-
description:
|
|
29
|
-
submitter_name:
|
|
30
|
-
label: 提交人姓名
|
|
31
|
-
help:
|
|
32
|
-
description:
|
|
33
|
-
submit_date:
|
|
34
|
-
label: 提交日期
|
|
35
|
-
help:
|
|
36
|
-
description:
|
|
37
|
-
applicant:
|
|
38
|
-
label: 申请人
|
|
39
|
-
help:
|
|
40
|
-
description:
|
|
41
|
-
applicant_name:
|
|
42
|
-
label: 申请人姓名
|
|
43
|
-
help:
|
|
44
|
-
description:
|
|
45
|
-
applicant_organization:
|
|
46
|
-
label: 申请人部门
|
|
47
|
-
help:
|
|
48
|
-
description:
|
|
49
|
-
applicant_organization_name:
|
|
50
|
-
label: 申请人部门名称
|
|
51
|
-
help:
|
|
52
|
-
description:
|
|
53
|
-
applicant_organization_fullname:
|
|
54
|
-
label: 申请人部门全称
|
|
55
|
-
help:
|
|
56
|
-
description:
|
|
57
|
-
code:
|
|
58
|
-
label: 公式
|
|
59
|
-
help:
|
|
60
|
-
description:
|
|
61
|
-
values:
|
|
62
|
-
label: 审批单字段
|
|
63
|
-
help:
|
|
64
|
-
description:
|
|
65
|
-
inbox_users:
|
|
66
|
-
label: 待办处理人
|
|
67
|
-
help:
|
|
68
|
-
description:
|
|
69
|
-
outbox_users:
|
|
70
|
-
label: 已办处理人
|
|
71
|
-
help:
|
|
72
|
-
description:
|
|
73
|
-
traces:
|
|
74
|
-
label: 步骤审批
|
|
75
|
-
help:
|
|
76
|
-
description:
|
|
77
|
-
attachments:
|
|
78
|
-
label: 附件
|
|
79
|
-
help:
|
|
80
|
-
description:
|
|
81
|
-
flow_name:
|
|
82
|
-
label: 流程名
|
|
83
|
-
help:
|
|
84
|
-
description:
|
|
85
|
-
category_name:
|
|
86
|
-
label: 流程分类
|
|
87
|
-
help:
|
|
88
|
-
description:
|
|
89
|
-
category:
|
|
90
|
-
label: 流程分类
|
|
91
|
-
help:
|
|
92
|
-
description:
|
|
93
|
-
state:
|
|
94
|
-
label: 审批单状态
|
|
95
|
-
help:
|
|
96
|
-
options:
|
|
97
|
-
- label: 草稿
|
|
98
|
-
value: draft
|
|
99
|
-
- label: 进行中
|
|
100
|
-
value: pending
|
|
101
|
-
- label: 已完成
|
|
102
|
-
value: completed
|
|
103
|
-
description:
|
|
104
|
-
is_archived:
|
|
105
|
-
label: 已归档
|
|
106
|
-
help:
|
|
107
|
-
description:
|
|
108
|
-
is_deleted:
|
|
109
|
-
label: 已删除
|
|
110
|
-
help:
|
|
111
|
-
description:
|
|
112
|
-
related_instances:
|
|
113
|
-
label: 相关审批单
|
|
114
|
-
help:
|
|
115
|
-
description:
|
|
116
|
-
record_ids:
|
|
117
|
-
label: 记录ID
|
|
118
|
-
help:
|
|
119
|
-
description:
|
|
120
|
-
record_ids.$.o:
|
|
121
|
-
label:
|
|
122
|
-
help:
|
|
123
|
-
description:
|
|
124
|
-
record_ids.$.ids:
|
|
125
|
-
label:
|
|
126
|
-
help:
|
|
127
|
-
description:
|
|
128
|
-
current_step_auto_submit:
|
|
129
|
-
label: 当前步骤超时自动流转
|
|
130
|
-
help:
|
|
131
|
-
description:
|
|
132
|
-
current_step_name:
|
|
133
|
-
label: 当前步骤
|
|
134
|
-
help:
|
|
135
|
-
description:
|
|
136
|
-
applicant_company:
|
|
137
|
-
label: 申请人所属分部
|
|
138
|
-
help:
|
|
139
|
-
description:
|
|
140
|
-
cc_count:
|
|
141
|
-
label: 传阅数
|
|
142
|
-
help:
|
|
143
|
-
description:
|
|
144
|
-
listviews:
|
|
145
|
-
all:
|
|
146
|
-
label: 所有
|
|
147
|
-
inbox:
|
|
148
|
-
label: 待办文件
|
|
149
|
-
outbox:
|
|
150
|
-
label: 已办文件
|
|
151
|
-
draft:
|
|
152
|
-
label: 草稿
|
|
153
|
-
pending:
|
|
154
|
-
label: 进行中
|
|
155
|
-
completed:
|
|
156
|
-
label: 已完成
|
|
157
|
-
monitor:
|
|
158
|
-
label: 监控箱
|
|
159
|
-
actions:
|
|
160
|
-
view_instance:
|
|
161
|
-
label: 查看审批单
|
|
162
|
-
instance_terminate:
|
|
163
|
-
label: 取消申请
|
|
164
|
-
instance_save:
|
|
165
|
-
label: 保存
|
|
166
|
-
instance_related:
|
|
167
|
-
label: 关联文件
|
|
168
|
-
instance_distribute:
|
|
169
|
-
label: 分发
|
|
170
|
-
instance_submit:
|
|
171
|
-
label: 发送
|
|
172
|
-
instance_forward:
|
|
173
|
-
label: 转发
|
|
174
|
-
instance_cc:
|
|
175
|
-
label: 传阅
|
|
176
|
-
instance_relocate:
|
|
177
|
-
label: 重定位
|
|
178
|
-
instance_new:
|
|
179
|
-
label: 新建
|
|
180
|
-
instance_delete_many:
|
|
181
|
-
label: 删除
|
|
182
|
-
CustomLabels:
|
|
183
|
-
instance_action_new_dialog_title: 请选择流程
|
|
184
|
-
instance_action_new_dialog_msg_success: 创建成功!
|
|
185
|
-
instance_action_new_dialog_msg_failed: 创建失败!
|
|
186
|
-
instance_action_delete_many_msg_not_select: 请至少选择一条记录
|
|
187
|
-
instance_action_instance_save_msg_success: 暂存成功
|
|
188
|
-
instance_action_instance_save_msg_failed: 暂存失败
|
|
189
|
-
instance_action_instance_distribute_dialog_sub_title: 将当前选中的文件分发到新的流程,继续执行审批操作
|
|
190
|
-
instance_action_instance_distribute_dialog_field_process: 流程名称
|
|
191
|
-
instance_action_instance_distribute_dialog_field_users: 分发对象
|
|
192
|
-
instance_action_instance_distribute_dialog_field_description: 备注
|
|
193
|
-
instance_action_instance_distribute_dialog_field_to_self: 同时分发给自己
|
|
194
|
-
instance_action_instance_distribute_dialog_field_to_attachment: 将原表单存储为附件
|
|
195
|
-
instance_action_instance_distribute_dialog_field_related: 自动创建关联文件
|
|
196
|
-
instance_action_instance_cc_dialog_title_prefix: 当前步骤:
|
|
197
|
-
instance_action_instance_cc_dialog_field_users: 传阅对象
|
|
198
|
-
instance_action_instance_cc_dialog_field_description: 传阅说明
|
|
199
|
-
instance_action_instance_cc_dialog_sub_title: 将当前选中的文件转发到新的流程,继续执行审批操作
|
|
200
|
-
instance_action_terminate_dialog_title: 取消申请
|
|
201
|
-
instance_action_terminate_dialog_content: 请填写取消申请的理由
|
|
202
|
-
instance_action_terminate_dialog_msg_success: 取消申请成功!
|
|
203
|
-
instance_action_terminate_dialog_msg_failed: 取消申请失败
|
|
204
|
-
instance_action_instance_relocate_dialog_title: 重定位
|
|
205
|
-
instance_action_instance_relocate_dialog_title_prefix: 当前步骤:
|
|
206
|
-
instance_action_instance_relocate_dialog_field_reason: 请填写重定位的理由
|
|
207
|
-
instance_action_relocate_dialog_msg_success: 重定位成功
|
|
208
|
-
instance_action_relocate_dialog_msg_failed: 重定位失败
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: sunhaolin@hotoa.com
|
|
3
|
-
* @Date: 2022-12-12 11:32:14
|
|
4
|
-
* @LastEditors: sunhaolin@hotoa.com
|
|
5
|
-
* @LastEditTime: 2022-12-12 13:44:53
|
|
6
|
-
* @Description:
|
|
7
|
-
*/
|
|
8
|
-
module.exports = {
|
|
9
|
-
upgrade: function () {
|
|
10
|
-
window.open(`https://www.steedos.com/pricing/platform`);
|
|
11
|
-
}
|
|
12
|
-
}
|