@steedos/standard-process-approval 2.6.2-beta.30 → 2.6.2-beta.32

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.
@@ -116,6 +116,10 @@ fields:
116
116
  label:
117
117
  help:
118
118
  description:
119
+ is_system:
120
+ label: System
121
+ help:
122
+ description:
119
123
  groups:
120
124
  initial_submission_actions: Initial Submission Actions
121
125
  final_approval_actions: Final Approval Actions
@@ -109,6 +109,10 @@ fields:
109
109
  label: 消息提醒
110
110
  help:
111
111
  description:
112
+ is_system:
113
+ label: 系统
114
+ help:
115
+ description:
112
116
  groups:
113
117
  initial_submission_actions: 初始提交操作
114
118
  final_approval_actions: 最终批准操作
@@ -262,6 +262,12 @@ fields:
262
262
  }
263
263
  }
264
264
  group: Recall Actions
265
+ is_system:
266
+ type: boolean
267
+ label: System
268
+ readonly: true
269
+ visible_on: "{{global.mode ==='read' ? true : false}}"
270
+ disabled: true
265
271
 
266
272
  relatedList:
267
273
  - process_node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.6.2-beta.30",
3
+ "version": "2.6.2-beta.32",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "2.6.2-beta.30"
13
+ "@steedos/process": "2.6.2-beta.32"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "d31db8c7862a211f37fd27d076f01f41cddc58a5"
18
+ "gitHead": "eba59a3b84a4c223c8d7b75b53ba4d1a6ff623e1"
19
19
  }